dont use the Roboto font, large bundle size since bun b64s fonts for some reason?
Some checks failed
Code quality checks / biome (push) Failing after 11s
Some checks failed
Code quality checks / biome (push) Failing after 11s
This commit is contained in:
parent
848a96c68d
commit
a21aa34104
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
@import "../../node_modules/@fontsource/roboto/latin-400.css";
|
||||
/*@import "../../node_modules/@fontsource/roboto/latin-400.css";
|
||||
@import "../../node_modules/@fontsource/roboto-mono/latin-400.css";
|
||||
|
||||
*/
|
||||
@import "../../node_modules/mdui/mdui.css";
|
||||
@import "./colors.css";
|
||||
|
||||
|
@ -16,7 +16,7 @@ body {
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-family: sans-serif;
|
||||
|
||||
color: rgb(var(--mdui-color-on-background));
|
||||
background-color: rgb(var(--mdui-color-background));
|
||||
|
@ -33,8 +33,7 @@ body {
|
|||
margin: 10px 0;
|
||||
padding: 30px 20px;
|
||||
font:
|
||||
18px / 24px "Roboto Mono",
|
||||
monospace;
|
||||
18px / 24px monospace;
|
||||
box-shadow: 0 0 5px #0001;
|
||||
}
|
||||
|
||||
|
@ -209,4 +208,4 @@ body {
|
|||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue