summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/base.styl15
1 files changed, 7 insertions, 8 deletions
diff --git a/app/base.styl b/app/base.styl
index 4ce5d64..c9c3abe 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -5,7 +5,6 @@ secondaryColor = #DB0A16
color: #FFFFFF
background-color: #181818
}
-
}
@media (prefers-color-scheme: light) {
@@ -16,23 +15,23 @@ secondaryColor = #DB0A16
}
@font-face {
- font-family: 'PT Sans';
- src: local('PT Sans'), url('PTS55F-webfont.woff') format('woff')
+ font-family: "PT Sans Web";
+ src: url("PTS55F-webfont.woff") format('woff')
font-weight: 400;
- font-display: fallback;
+ font-display: swap;
font-style: normal;
}
@font-face {
- font-family: 'PT Sans';
- src: local('PT Sans'), url('PTS75F-webfont.woff') format('woff')
+ font-family: "PT Sans Web";
+ src: url("PTS75F-webfont.woff") format('woff')
font-weight: 700;
- font-display: fallback;
+ font-display: swap;
font-style: normal;
}
body {
- font-family: "PT Sans", sans-serif
+ font-family: "PT Sans", "PT Sans Web", sans-serif
max-width: 1024px
min-width: 375px
margin: 0 auto !important