diff options
Diffstat (limited to 'public/font/stylesheet.css')
-rw-r--r-- | public/font/stylesheet.css | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/public/font/stylesheet.css b/public/font/stylesheet.css new file mode 100644 index 0000000..9bd7539 --- /dev/null +++ b/public/font/stylesheet.css @@ -0,0 +1,72 @@ +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-SemiBold.woff2') format('woff2'), + url('woff/Inter-SemiBold.woff') format('woff'); + font-weight: 600; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-Medium.woff2') format('woff2'), + url('woff/Inter-Medium.woff') format('woff'); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-MediumItalic.woff2') format('woff2'), + url('woff/Inter-MediumItalic.woff') format('woff'); + font-weight: 500; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-SemiBoldItalic.woff2') format('woff2'), + url('woff/Inter-SemiBoldItalic.woff') format('woff'); + font-weight: 600; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-Bold.woff2') format('woff2'), + url('woff/Inter-Bold.woff') format('woff'); + font-weight: bold; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-Regular.woff2') format('woff2'), + url('woff/Inter-Regular.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-BoldItalic.woff2') format('woff2'), + url('woff/Inter-BoldItalic.woff') format('woff'); + font-weight: bold; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('woff2/Inter-Italic.woff2') format('woff2'), + url('woff/Inter-Italic.woff') format('woff'); + font-weight: normal; + font-style: italic; + font-display: swap; +} + |