質問するログイン新規登録

回答編集履歴

2

正確に

2015/04/15 14:10

投稿

退会済みユーザー
answer CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
  body {
3
- font-family: Century Gothic, CenturyGothic, "MS Pゴシック", sans-selif;
3
+ font-family: Century Gothic, CenturyGothic, 'MS ゴシック', sans-selif;
4
4
  }
5
5
  ```
6
6
 

1

修正

2015/04/15 14:10

投稿

退会済みユーザー
answer CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
  body {
3
- font-family: Century Gothic, "MS Pゴシック", sans-selif;
3
+ font-family: Century Gothic, CenturyGothic, "MS Pゴシック", sans-selif;
4
4
  }
5
5
  ```
6
6