From a58ede8852e57f0542f7d8ecbdc200f8c291d774 Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Wed, 30 Oct 2024 21:19:52 -0700 Subject: [PATCH] Create reg-med-bold.css --- packages/theme/fonts/reg-med-bold.css | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 packages/theme/fonts/reg-med-bold.css 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; +}