mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
double font-weight fix
This commit is contained in:
@@ -18,7 +18,6 @@ body {
|
||||
font-family: var(--font-family);
|
||||
font-weight: var(--font-weight);
|
||||
font-size: var(--font-size);
|
||||
font-weight: var(--font-weight-normal);
|
||||
color: var(--body-color);
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user