mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-23 06:15:49 +00:00
make font more readable
This commit is contained in:
parent
bcc93806bd
commit
161b47d436
1 changed files with 1 additions and 1 deletions
2
docs/_static/css/custom.css
vendored
2
docs/_static/css/custom.css
vendored
|
|
@ -4,7 +4,7 @@ html {
|
|||
|
||||
body.wy-body-for-nav {
|
||||
-webkit-font-smoothing: antialiased; /* Do not remove! */
|
||||
font-family: Open Sans, Arial, sans-serif;
|
||||
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.5em;
|
||||
color: #666; /*$color-text-base*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue