We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd48c2 commit 3881bdfCopy full SHA for 3881bdf
src/styles/gameboy.scss
@@ -1,12 +1,8 @@
1
/*
2
By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
3
*/
4
-@import "compass/css3";
5
6
-@font-face{
7
- font-family: "gyre";
8
- src: url('http://ff.static.1001fonts.net/t/e/tex-gyre-adventor.bold-italic.otf?#iefix') format("opentype");
9
-}
+@import "compass/css3";
10
11
@mixin animation($name, $duration, $repeat) {
12
-webkit-animation: $name $duration $repeat;
@@ -895,7 +891,6 @@ By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
895
891
bottom: 93px;
896
892
height: 20px;
897
893
width: 40px;
898
- font: 7px "gyre";
899
894
color: #b7b28f;
900
clip:rect(0px, 0px, 40px, 20px);
901
@include animation(gameboyTextAnim, 5s, forwards);
0 commit comments