feat: proper injected styles (#164)
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Flex';
|
||||
font-family: 'Roboto Flex Local';
|
||||
src: url('@public/fonts/roboto-flex.woff2') format('woff2');
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100..1000&display=swap');
|
||||
|
||||
$medium_size: 16px;
|
||||
|
||||
:export {
|
||||
|
||||
Reference in New Issue
Block a user