mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
optimize the default css font
This commit is contained in:
parent
22f35dd7ee
commit
6f86102b3a
|
@ -5,9 +5,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, Tahoma, Verdana,
|
||||
"Lucida Sans Unicode", "Palatino Linotype", "Arial Unicode MS", "Segoe UI",
|
||||
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
|
||||
}
|
||||
|
||||
.ipa,
|
||||
|
|
Loading…
Reference in a new issue