Improve style
This commit is contained in:
parent
d7f5a39fc8
commit
a88f63a4c6
10 changed files with 99 additions and 18 deletions
static/style
|
@ -10,3 +10,16 @@
|
|||
font-family: "Zen Maru Gothic", sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
@supports (font-variation-settings: medium) {
|
||||
:root {
|
||||
font-family: "Zen Maru Gothic", sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@supports (font-variation-settings: bold) {
|
||||
:root {
|
||||
font-family: "Zen Maru Gothic", sans-serif;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue