chore: merge and fix conflicts

This commit is contained in:
Razboy20
2024-03-07 17:53:13 -06:00
19 changed files with 620 additions and 71 deletions

View File

@@ -8,16 +8,6 @@
}
}
@each $weight in '100' '300' '400' '500' '700' '900' {
@font-face {
font-family: 'Roboto';
src: url('@public/fonts/roboto-#{$weight}.woff2') format('woff2');
font-display: auto;
font-style: normal;
font-weight: #{$weight};
}
}
@font-face {
font-family: 'Roboto Flex';
src: url('@public/fonts/roboto-flex.woff2') format('woff2');