projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6973bdb
)
fix problems with fonts not supporting certain languages
author
Moritz Warning
<moritzwarning@web.de>
Sun, 5 Apr 2020 22:20:55 +0000
(
00:20
+0200)
committer
Moritz Warning
<moritzwarning@web.de>
Sun, 5 Apr 2020 22:20:55 +0000
(
00:20
+0200)
this was a problem with Turkish in firefox
index.css
patch
|
blob
|
history
diff --git
a/index.css
b/index.css
index fb4e86c36429d955fe6fe48cc8c0cdfdfdab5305..a1c2e13efb6c82a4284caec12b323502752b9136 100644
(file)
--- a/
index.css
+++ b/
index.css
@@
-1,6
+1,6
@@
body {
- font-family: "
Roboto", "Helvetica", "
Arial", sans-serif;
+ font-family: "Arial", sans-serif;
margin: 0px;
}