mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
Add a generic font family
This commit is contained in:
parent
9942df4291
commit
b80c117e87
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "tttgbnumber";
|
font-family: "tttgbnumber", system-ui;
|
||||||
transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
color: #1e1f20;
|
color: #1e1f20;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
body {
|
body {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
font-family: "tttgbnumber";
|
font-family: "tttgbnumber", system-ui;
|
||||||
color: #28384d;
|
color: #28384d;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "hywh", "seguiemj", emoji;
|
font-family: "hywh", "seguiemj", emoji, system-ui;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user