diff options
Diffstat (limited to 'app/base.styl')
| -rw-r--r-- | app/base.styl | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/app/base.styl b/app/base.styl index c9c3abe..28dade7 100644 --- a/app/base.styl +++ b/app/base.styl @@ -14,24 +14,8 @@ secondaryColor = #DB0A16 } } -@font-face { - font-family: "PT Sans Web"; - src: url("PTS55F-webfont.woff") format('woff') - font-weight: 400; - font-display: swap; - font-style: normal; -} - -@font-face { - font-family: "PT Sans Web"; - src: url("PTS75F-webfont.woff") format('woff') - font-weight: 700; - font-display: swap; - font-style: normal; -} - body { - font-family: "PT Sans", "PT Sans Web", sans-serif + font-family: "PT Sans", Arial, sans-serif max-width: 1024px min-width: 375px margin: 0 auto !important |
