mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-17 05:20:31 +01:00
Added fallback fonts
This commit is contained in:
parent
2b9e9ad3b3
commit
76c5a9c13b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Satoshi";
|
font-family: "Satoshi", "Inter", "Arial", sans-serif;
|
||||||
font-size: 1.05em;
|
font-size: 1.05em;
|
||||||
font-feature-settings: "ss02" 1, "ss03" 1;
|
font-feature-settings: "ss02" 1, "ss03" 1;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue