質問編集履歴

2

修正箇所を追加致しました。

2016/11/22 12:46

投稿

growthposition
growthposition

スコア98

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,81 @@
23
23
 
24
24
 
25
25
  ※提供できる情報が少なく大変申し訳ございません。
26
+
27
+
28
+
29
+
30
+
31
+ ※追記
32
+
33
+ WordPressのサイトになります。
34
+
35
+ 恐らく下記が内容になります。
36
+
37
+ ```css
38
+
39
+ @font-face {
40
+
41
+ font-family: 'Glyphicons Halflings';
42
+
43
+ src: url('fonts/glyphicons-halflings-regular.eot');
44
+
45
+ src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
46
+
47
+ }
48
+
49
+ @font-face {
50
+
51
+ font-family: 'FontAwesome';
52
+
53
+ src: url('fonts/fontawesome-webfont.eot');
54
+
55
+ src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#glyphicons_halflingsregular') format('svg');
56
+
57
+ }
58
+
59
+ html, body {
60
+
61
+ margin: 0px !important;
62
+
63
+ padding: 0px;
64
+
65
+ font-size: 12px;
66
+
67
+ font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
68
+
69
+ color: #000;
70
+
71
+ background: #ffffff;
72
+
73
+ width: 640px;
74
+
75
+ }
76
+
77
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
78
+
79
+ border: 0 none;
80
+
81
+ box-sizing: border-box;
82
+
83
+ /*font-size: 100%*/
84
+
85
+ font-size: 13px;
86
+
87
+ font-size: small;
88
+
89
+ font: x-small;;
90
+
91
+ font-style: normal;
92
+
93
+ font-weight: normal;
94
+
95
+ margin: 0;
96
+
97
+ padding: 0;
98
+
99
+ vertical-align: baseline;
100
+
101
+ }
102
+
103
+ ```

1

WordPressで作成しているサイトですが、恐らくこのあたりになるかと存じます。@font-face { font-family: 'Glyphicons Halflings'; s

2016/11/22 12:46

投稿

growthposition
growthposition

スコア98

test CHANGED
File without changes
test CHANGED
File without changes