1
0
This commit is contained in:
2024-04-15 09:50:43 +09:00
parent d3d786d2ef
commit f40aa5d4b3
6 changed files with 10 additions and 6 deletions

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.

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?t35nes');
src: url('../fonts/icomoon.eot?t35nes#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?t35nes') format('truetype'),
url('../fonts/icomoon.woff?t35nes') format('woff'),
url('../fonts/icomoon.svg?t35nes#icomoon') format('svg');
src: url('fonts/icomoon.eot?3louk1');
src: url('fonts/icomoon.eot?3louk1#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?3louk1') format('truetype'),
url('fonts/icomoon.woff?3louk1') format('woff'),
url('fonts/icomoon.svg?3louk1#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-cube:before {
content: "\e900";
}
.icon-game:before {
content: "\e9d5";
}