diff --git a/packages/theme/fonts/reg-med-bold.css b/packages/theme/fonts/reg-med-bold.css new file mode 100644 index 0000000..0bef14a --- /dev/null +++ b/packages/theme/fonts/reg-med-bold.css @@ -0,0 +1,40 @@ +@font-face { + font-family: 'Phantom Sans'; + src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff') + format('woff'), + url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2') + format('woff2'); + font-weight: 400; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Phantom Sans'; + src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Med.woff') + format('woff'), + url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Med.woff2') + format('woff2'); + font-weight: 500; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Phantom Sans'; + src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/SemiBold.woff') + format('woff'), + url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/SemiBold.woff2') + format('woff2'); + font-weight: 600; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Phantom Sans'; + src: url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff') + format('woff'), + url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2') + format('woff2'); + font-weight: 700; + font-style: normal; + font-display: swap; +}