default font
This commit is contained in:
parent
42fd23ee39
commit
4824d9d104
1 changed files with 4 additions and 2 deletions
|
@ -50,9 +50,11 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
text-wrap: balance;
|
font-family: "mono", monospace;
|
||||||
font-family: 'Atkinson Hyperlegible', sans-serif;
|
font-size: 14px;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
text-wrap: balance;
|
||||||
|
color: var(--col-01);
|
||||||
}
|
}
|
||||||
title, style, script {
|
title, style, script {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue