Skip to content

Commit a237fdd

Browse files
committed
Stop using remote fonts
This improves performance and privacy. The new "Courier New" is widely available in many browsers (including servo :D)
1 parent 99fd96d commit a237fdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sass/_base.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ $textColor: white;
44
$background: black;
55
$accent: #3dbeff;
66

7-
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
8-
97
body,
108
html {
119
margin: 0;
1210
background: $background;
1311
color: $textColor;
14-
font-family: "Varela Round", sans-serif;
12+
font-family: "Courier New", monospace;
1513
font-weight: 400;
1614
font-style: normal;
1715
text-rendering: optimizelegibility;

0 commit comments

Comments
 (0)