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/@fontsource/roboto-mono/latin-400.css";
|
||||||
|
*/
|
||||||
@import "../../node_modules/mdui/mdui.css";
|
@import "../../node_modules/mdui/mdui.css";
|
||||||
@import "./colors.css";
|
@import "./colors.css";
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ body {
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
||||||
color: rgb(var(--mdui-color-on-background));
|
color: rgb(var(--mdui-color-on-background));
|
||||||
background-color: rgb(var(--mdui-color-background));
|
background-color: rgb(var(--mdui-color-background));
|
||||||
|
@ -33,8 +33,7 @@ body {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
font:
|
font:
|
||||||
18px / 24px "Roboto Mono",
|
18px / 24px monospace;
|
||||||
monospace;
|
|
||||||
box-shadow: 0 0 5px #0001;
|
box-shadow: 0 0 5px #0001;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue