Skip to content

Commit 9ddc3dc

Browse files
committed
Changed to use woff
1 parent feaf0b2 commit 9ddc3dc

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

src/assets/FiraSans-Light.ttf

-424 KB
Binary file not shown.

src/assets/FiraSans-Light.woff

193 KB
Binary file not shown.

src/assets/print.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
content: "By Marcin Anforowicz";
1313
}
1414

15-
img, tr, table {
16-
box-shadow: none;
17-
border: 1px solid;
18-
}
19-
2015
#navbar, #footer {
21-
visibility: hidden;
16+
display: none;
2217
}
2318
}

src/assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ then you're doing something wrong.
55

66
@font-face {
77
font-family: 'FiraSans';
8-
src: url("/assets/FiraSans-Light.ttf");
8+
src: url("/assets/FiraSans-Light.woff") format('woff');
99
}
1010

1111
/* General */

0 commit comments

Comments
 (0)