8000 add: arial font · SpaceTheme/Steam@a3b6374 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit a3b6374

Browse files
committed
add: arial font
1 parent 278e9c3 commit a3b6374

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

options/general/fonts/arial.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* {
2+
font-family: Arial, sans-serif !important;
3+
}

skin.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"Be Vietnam Pro (default)": {
2525
"TargetCss": { "affects": [".*"], "src": "options/general/fonts/beVietnamPro.css" }
2626
},
27+
"Arial": {
28+
"TargetCss": { "affects": [".*"], "src": "options/general/fonts/arial.css" }
29+
},
2730
"Gluten": {
2831
"TargetCss": { "affects": [".*"], "src": "options/general/fonts/gluten.css" }
2932
}

0 commit comments

Comments
 (0)
0