All checks were successful
Build and Deploy Nuxt / build (push) Successful in 30s
28 lines
673 B
SCSS
28 lines
673 B
SCSS
@font-face {
|
|
font-family: 'Hurmit';
|
|
src: url('@/assets/fonts/Hermit/Hermit-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noroshi Code';
|
|
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Light.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noroshi Code';
|
|
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noroshi Code';
|
|
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|