mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-29 05:14:04 +03:00
24 lines
619 B
CSS
24 lines
619 B
CSS
@font-face {
|
|
font-family: 'Lexend';
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
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');
|
|
}
|