generated from gitea_admin/default
77 lines
2.0 KiB
SCSS
77 lines
2.0 KiB
SCSS
@font-face {
|
|
font-family: 'brandontext_bold_italic';
|
|
src: url('@/assets/fonts/brandontext_boldItalic.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'brandontext_bold';
|
|
src: url('@/assets/fonts/brandontext_bold.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'brandontext_medium_italic';
|
|
src: url('@/assets/fonts/brandontext_mediumItalic.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'brandontext_medium';
|
|
src: url('@/assets/fonts/brandontext_medium.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'brandontext_regular_italic';
|
|
src: url('@/assets/fonts/brandontext_regularItalic.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'brandontext_regular';
|
|
src: url('@/assets/fonts/brandontext_regular.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_medium';
|
|
src: url('@/assets/fonts/barlow_medium.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_semibold';
|
|
src: url('@/assets/fonts/barlow_semibold.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_regular';
|
|
src: url('@/assets/fonts/barlow_regular.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_light';
|
|
src: url('@/assets/fonts/barlow_light.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_extrabold';
|
|
src: url('@/assets/fonts/barlow_extrabold.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_bold';
|
|
src: url('@/assets/fonts/barlow_bold.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'barlow_black';
|
|
src: url('@/assets/fonts/barlow_black.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto Flex";
|
|
src: url("@/assets/fonts/robotoflex.ttf") format("truetype");
|
|
font-weight: 100 1000;
|
|
font-stretch: 25% 151%;
|
|
font-style: oblique 0deg 10deg;
|
|
font-display: swap;
|
|
}
|
|
|
|
|
|
.brandontext_bold {
|
|
font-family: brandontext_bold !important;
|
|
}
|
|
|
|
.roboto_regular {
|
|
font-family: Roboto Flex;
|
|
font-weight: 400
|
|
}
|
|
|
|
.roboto_semibold {
|
|
font-family: Roboto Flex;
|
|
font-weight: 600
|
|
}
|