summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/base.styl')
-rw-r--r--app/base.styl16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/base.styl b/app/base.styl
index c44f477..4ce5d64 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -15,6 +15,22 @@ secondaryColor = #DB0A16
}
}
+@font-face {
+ font-family: 'PT Sans';
+ src: local('PT Sans'), url('PTS55F-webfont.woff') format('woff')
+ font-weight: 400;
+ font-display: fallback;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'PT Sans';
+ src: local('PT Sans'), url('PTS75F-webfont.woff') format('woff')
+ font-weight: 700;
+ font-display: fallback;
+ font-style: normal;
+}
+
body {
font-family: "PT Sans", sans-serif
max-width: 1024px