回答編集履歴
1
しゅうせい
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
まず現象の切り分けとして
|
2
2
|
```css
|
3
3
|
@font-face{
|
4
|
-
font-family: 'Noto Sans JP'
|
4
|
+
font-family: 'Noto Sans JP';
|
5
5
|
src: url("../fonts/Noto_Sans_JP/woff/NotoSansJP-Thin.woff") format('woff'),
|
6
6
|
url("../fonts/Noto_Sans_JP/otf/NotoSansJP-Thin.otf") format('truetype');
|
7
7
|
font-weight: 100;
|