PT Sans is replaced with Helvetica for reading mode
This commit is contained in:
parent
d424c22ad5
commit
12b1344767
|
@ -5,7 +5,7 @@ BODY {
|
||||||
background:#DDD;
|
background:#DDD;
|
||||||
color:#000;
|
color:#000;
|
||||||
counter-reset:paging;
|
counter-reset:paging;
|
||||||
font:15px 'PT Sans', sans-serif;
|
font:15px 'Helvetica Neue', Helvetica, Arial, sans-serif;;
|
||||||
}
|
}
|
||||||
A {
|
A {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
|
Loading…
Reference in New Issue