diff options
author | 2020-09-28 21:05:59 +0100 | |
---|---|---|
committer | 2020-09-28 21:05:59 +0100 | |
commit | 3d4ca61a96bef886eb26bcdb914b331880e28637 (patch) | |
tree | c0c7ad163af36ddc221d5ed3fbaecb75ee98ea27 /src/App.tsx | |
parent | Merge pull request #8 from python-discord/dev/remove-duplicate-console-log (diff) | |
parent | Change landing page structure to be centered (diff) |
Merge pull request #9 from python-discord/design/font-changes
Header and form list styling changes
Diffstat (limited to 'src/App.tsx')
-rw-r--r-- | src/App.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.tsx b/src/App.tsx index 3505dc1..d372e2f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,11 @@ import colors from "./colors"; const globalStyles = css` @import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap'); +@font-face { + font-family: 'Uni Sans'; + src: url(fonts/unisans.otf) format('opentype'); +} + body { background-color: ${colors.notQuiteBlack}; color: white; |