From 61ed951278588bfaa83c777eb85621b0f8da4daa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 May 2021 04:15:05 +0200 Subject: Fix CDN not allowed on SRHT --- app/base.styl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/base.styl') 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 -- cgit v1.2.3