edit font
authorsalimr <riwad.salim@yahoo.fr>
Tue, 14 May 2019 11:50:08 +0200
changeset 10 aa430273f88f
parent 9 f113202c702c
child 11 2c9f9128c49b
edit font
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