summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-08 04:15:05 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-08 04:21:31 +0200
commit61ed951278588bfaa83c777eb85621b0f8da4daa (patch)
treeb7b0f0ce2dbf128621b67ca17230dc3bbc24f9d6 /app/base.styl
parent55bf1585c583190b2e2d8de69c4b2e4e4376dc1e (diff)
Fix CDN not allowed on SRHT
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