mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 09:46:48 +02:00
22 lines
339 B
SCSS
22 lines
339 B
SCSS
@use "@fontsource/nunito/scss/mixins" as Nunito;
|
|
|
|
@include Nunito.fontFaceVariable($type: "wghtOnly");
|
|
|
|
*,
|
|
*::after,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
#___gatsby {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: "NunitoVariable", "Nunito", "Nunito Sans", sans-serif;
|
|
}
|