fix
This commit is contained in:
parent
d3d786d2ef
commit
f40aa5d4b3
@ -23,7 +23,7 @@
|
|||||||
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" />
|
||||||
<link rel="stylesheet" href="/css/style.css" />
|
<link rel="stylesheet" href="/css/style.css" />
|
||||||
<link rel="stylesheet" href="/css/svg.css" />
|
<link rel="stylesheet" href="/css/svg.css" />
|
||||||
<link rel="stylesheet" href="/pkg/icomoon/css/icomoon.css" />
|
<link rel="stylesheet" href="/pkg/icomoon/icomoon.css" />
|
||||||
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
|
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
src: url('../fonts/icomoon.eot?t35nes');
|
src: url('fonts/icomoon.eot?3louk1');
|
||||||
src: url('../fonts/icomoon.eot?t35nes#iefix') format('embedded-opentype'),
|
src: url('fonts/icomoon.eot?3louk1#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/icomoon.ttf?t35nes') format('truetype'),
|
url('fonts/icomoon.ttf?3louk1') format('truetype'),
|
||||||
url('../fonts/icomoon.woff?t35nes') format('woff'),
|
url('fonts/icomoon.woff?3louk1') format('woff'),
|
||||||
url('../fonts/icomoon.svg?t35nes#icomoon') format('svg');
|
url('fonts/icomoon.svg?3louk1#icomoon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
@ -25,6 +25,9 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-cube:before {
|
||||||
|
content: "\e900";
|
||||||
|
}
|
||||||
.icon-game:before {
|
.icon-game:before {
|
||||||
content: "\e9d5";
|
content: "\e9d5";
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user