fix font weight and size
This commit is contained in:
parent
4630ecd137
commit
a8007df684
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'AcPlus IBM VGA 9x16';
|
font-family: 'AcPlus IBM VGA 9x16';
|
||||||
src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype');
|
src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype');
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
font-weight: var(--font-weight-normal);
|
font-weight: var(--font-weight-normal);
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant-numeric: tabular-nums lining-nums;
|
font-variant-numeric: tabular-nums lining-nums;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue