Skip to content

Commit 3881bdf

Browse files
committed
Proposed changes in gbdev#1
1 parent 6cd48c2 commit 3881bdf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/styles/gameboy.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
/*
22
By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
33
*/
4-
@import "compass/css3";
54

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-
}
5+
@import "compass/css3";
106

117
@mixin animation($name, $duration, $repeat) {
128
-webkit-animation: $name $duration $repeat;
@@ -895,7 +891,6 @@ By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
895891
bottom: 93px;
896892
height: 20px;
897893
width: 40px;
898-
font: 7px "gyre";
899894
color: #b7b28f;
900895
clip:rect(0px, 0px, 40px, 20px);
901896
@include animation(gameboyTextAnim, 5s, forwards);

0 commit comments

Comments
 (0)