181 lines
4.5 KiB
SCSS
181 lines
4.5 KiB
SCSS
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 100;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-Thin-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-Thin-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 100;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-ThinItalic-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-ThinItalic-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 200;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-ExtraLight-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-ExtraLight-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 200;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-ExtraLightItalic-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-ExtraLightItalic-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 300;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-Light-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-Light-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 300;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-LightItalic-BETA.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-LightItalic-BETA.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
url("~@/assets/fonts/Inter-Regular.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-Regular.woff") format("woff"),
|
|
;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src:
|
|
url("~@/assets/fonts/Inter-Italic.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-Italic.woff") format("woff"),
|
|
;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src:
|
|
url("~@/assets/fonts/Inter-Medium.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-Medium.woff") format("woff"),
|
|
;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src:
|
|
url("~@/assets/fonts/Inter-MediumItalic.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-MediumItalic.woff") format("woff"),
|
|
;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src:
|
|
url("~@/assets/fonts/Inter-SemiBold.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-SemiBold.woff") format("woff"),
|
|
;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
src:
|
|
url("~@/assets/fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
|
|
url("~@/assets/fonts/Inter-SemiBoldItalic.woff") format("woff"),
|
|
;
|
|
}
|
|
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 700;
|
|
// src:
|
|
// url("~@/assets/fonts/Inter-Bold.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-Bold.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 700;
|
|
// src:
|
|
// url("~@/assets/fonts/Inter-BoldItalic.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-BoldItalic.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 800;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-ExtraBold.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-ExtraBold.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 800;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-ExtraBoldItalic.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: normal;
|
|
// font-weight: 900;
|
|
|
|
// src: url("~@/assets/fonts/Inter-Black.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-Black.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
// @font-face {
|
|
// font-family: 'Inter';
|
|
// font-style: italic;
|
|
// font-weight: 900;
|
|
//
|
|
// src: url("~@/assets/fonts/Inter-BlackItalic.woff2") format("woff2"),
|
|
// url("~@/assets/fonts/Inter-BlackItalic.woff") format("woff"),
|
|
// ;
|
|
// }
|
|
|
|
@font-face {
|
|
font-family: 'JetBrainsMono';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src:
|
|
url("~@/assets/fonts/JetBrainsMono-Regular.woff2") format("woff2"),
|
|
url("~@/assets/fonts/JetBrainsMono-Regular.woff") format("woff"),
|
|
;
|
|
}
|