# HG changeset patch # User salimr # Date 1557827408 -7200 # Node ID aa430273f88faea875b1ccc73a6e050f5aeba276 # Parent f113202c702cfa3093bb2a87d5de292037cfb7f9 edit font diff -r f113202c702c -r aa430273f88f src/web/app/themes/twentynineteen-child/style.css --- a/src/web/app/themes/twentynineteen-child/style.css Tue May 14 10:53:26 2019 +0200 +++ b/src/web/app/themes/twentynineteen-child/style.css Tue May 14 11:50:08 2019 +0200 @@ -13,6 +13,12 @@ */ +p { + font-family: -apple-system, BlinkMacSystemFont, + "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", + "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; +} + /* TITLE */ .site-title a { display: block; @@ -23,6 +29,11 @@ /* DESCRIPTION */ .site-description { + + font-family: -apple-system, BlinkMacSystemFont, + "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", + "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + display: block; font-size: 1em; color: black; @@ -254,6 +265,24 @@ margin: calc(3 * 1rem) calc(5% + 0px); } +.post-navigation .nav-links .nav-previous .meta-nav::before, +.post-navigation .nav-links .nav-next .meta-nav::after { + display: none; +} + +.post-navigation .nav-links a .meta-nav { + color: black; + font-weight: bold; + + font-family: -apple-system, BlinkMacSystemFont, + "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", + "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; +} + +span.post-title { + font-weight: 300; +} + .site-partners > * { margin: 1.5em; } \ No newline at end of file