1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 10:32:41 +02:00

docs: fix font-face for firefox

This commit is contained in:
BcRikko
2019-02-25 21:48:33 +09:00
parent 6e1babdc73
commit b342405bb3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: "Press Start 2P";
src: url(https://fonts.googleapis.com/css?family=Press+Start+2P);
src: local("Press Start 2P"), url(https://fonts.googleapis.com/css?family=Press+Start+2P), cursive;
font-style: normal;
font-display: swap;
}
@@ -251,6 +251,7 @@ h3.topic-title > i {
}
.contributor img.nes-avatar {
transition: all .4s;
display: inline-block;
}
.contributor:hover {
text-decoration: none;