8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278e9c3 commit a3b6374Copy full SHA for a3b6374
options/general/fonts/arial.css
@@ -0,0 +1,3 @@
1
+* {
2
+ font-family: Arial, sans-serif !important;
3
+}
skin.json
@@ -24,6 +24,9 @@
24
"Be Vietnam Pro (default)": {
25
"TargetCss": { "affects": [".*"], "src": "options/general/fonts/beVietnamPro.css" }
26
},
27
+ "Arial": {
28
+ "TargetCss": { "affects": [".*"], "src": "options/general/fonts/arial.css" }
29
+ },
30
"Gluten": {
31
"TargetCss": { "affects": [".*"], "src": "options/general/fonts/gluten.css" }
32
}
0 commit comments