mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
docs: bring over springloaded fonts
This commit is contained in:
+52
-17
@@ -3,28 +3,63 @@
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
@apply scroll-smooth;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend';
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
font-family: 'Satoshi';
|
||||
src:
|
||||
url('~/assets/fonts/Satoshi-Light.woff2') format('woff2'),
|
||||
url('~/assets/fonts/Satoshi-Light.woff') format('woff'),
|
||||
url('~/assets/fonts/Satoshi-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url(~/assets/fonts/lexend.woff2) format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 100 900;
|
||||
font-display: block;
|
||||
font-style: normal;
|
||||
font-named-instance: 'Regular';
|
||||
src: url('~/assets/fonts/Inter-roman.var.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 100 900;
|
||||
font-display: block;
|
||||
font-style: italic;
|
||||
font-named-instance: 'Italic';
|
||||
src: url('~/assets/fonts/Inter-italic.var.woff2') format('woff2');
|
||||
font-family: 'Satoshi';
|
||||
src:
|
||||
url('~/assets/fonts/Satoshi-Regular.woff2') format('woff2'),
|
||||
url('~/assets/fonts/Satoshi-Regular.woff') format('woff'),
|
||||
url('~/assets/fonts/Satoshi-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Satoshi';
|
||||
src:
|
||||
url('~/assets/fonts/Satoshi-Medium.woff2') format('woff2'),
|
||||
url('~/assets/fonts/Satoshi-Medium.woff') format('woff'),
|
||||
url('~/assets/fonts/Satoshi-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Satoshi';
|
||||
src:
|
||||
url('~/assets/fonts/Satoshi-Bold.woff2') format('woff2'),
|
||||
url('~/assets/fonts/Satoshi-Bold.woff') format('woff'),
|
||||
url('~/assets/fonts/Satoshi-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Satoshi';
|
||||
src:
|
||||
url('~/assets/fonts/Satoshi-Black.woff2') format('woff2'),
|
||||
url('~/assets/fonts/Satoshi-Black.woff') format('woff'),
|
||||
url('~/assets/fonts/Satoshi-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user