forked from React-Group/interstellar_ai
Fonts are now equally bold
This commit is contained in:
parent
5fc583f64b
commit
e512280efd
1 changed files with 7 additions and 0 deletions
|
@ -69,4 +69,11 @@ select{
|
||||||
|
|
||||||
h1, h2, h3, h4, p{
|
h1, h2, h3, h4, p{
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: var(--font-size)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue