mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
doc: in dev guide, avoid Goudy Old Style font
This commit is contained in:
parent
2e3c676194
commit
efd76cb5c5
@ -2,3 +2,9 @@
|
|||||||
.regexp {
|
.regexp {
|
||||||
color: darkred !important;
|
color: darkred !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Avoid (the alabaster theme default) Goudy Old Style, which renders in
|
||||||
|
* italics on some Mac/Safari systems. */
|
||||||
|
body {
|
||||||
|
font-family: 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user