Skip to content

Commit

Permalink
Phantom Sans 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Apr 21, 2020
1 parent 16074f2 commit b415c2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ThemeProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ import theme from './theme'
const fontsCss = css`
@font-face {
font-family: 'Phantom Sans';
src: url('https://hackclub.com/fonts/Phantom_Sans_0.6/Regular.woff')
src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff')
format('woff'),
url('https://hackclub.com/fonts/Phantom_Sans_0.6/Regular.woff2')
url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2')
format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Phantom Sans';
src: url('https://hackclub.com/fonts/Phantom_Sans_0.6/Bold.woff')
src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff')
format('woff'),
url('https://hackclub.com/fonts/Phantom_Sans_0.6/Bold.woff2')
url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2')
format('woff2');
font-weight: bold;
font-style: normal;
Expand Down

0 comments on commit b415c2e

Please sign in to comment.