回答編集履歴

1

追記

2018/10/09 20:54

投稿

yoshinavi
yoshinavi

スコア3523

test CHANGED
@@ -11,3 +11,35 @@
11
11
  }
12
12
 
13
13
  ```
14
+
15
+ -追記-
16
+
17
+
18
+
19
+ 「ナイショ文字」をクォーテーション(シングルorダブル)で挟んでみてください。
20
+
21
+ ```CSS
22
+
23
+ @font-face {
24
+
25
+ font-family:"ナイショ文字";
26
+
27
+ src:url('naishomoji-regular-webfont.woff')format('woff');
28
+
29
+ }
30
+
31
+ ```
32
+
33
+ ブラウザによっては英文字のみ対応もあるので、「naishomoji」等でも試してみてください。
34
+
35
+ ```CSS
36
+
37
+ @font-face {
38
+
39
+ font-family:"naishomoji";
40
+
41
+ src:url('naishomoji-regular-webfont.woff')format('woff');
42
+
43
+ }
44
+
45
+ ```