From 9aa021c2dad0c6879df4395344244584437863ca Mon Sep 17 00:00:00 2001 From: TitanE Date: Sun, 24 Sep 2023 16:39:22 +0300 Subject: [PATCH] Font rehaul --- style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 17bd60e..d1017b2 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -b,ol,p,ul,figcaption{ - font-family:'Courier New', Courier, monospace +body,b,ol,p,ul,figcaption{ + font-family: 'Ubuntu Mono', 'Roboto Mono', 'Droid Sans Mono', 'Source Code Pro', Consolas, 'Courier New', monospace, 'SF Mono', 'Menlo', monospace; } body,h1{ color:#f8f8f2 @@ -93,7 +93,7 @@ ol,ul{ } code,h1,h2,h3{ font-weight:700; - font-family:'Courier New', Courier, monospace + } hr{ width:87%; @@ -124,11 +124,9 @@ i{ margin-right:10px } .posts{ - font-family:'Courier New', Courier, monospace; list-style-type:none } .code-posts{ - font-family:'Courier New', Courier, monospace; color:#6272a4; font-size:80% } @@ -143,7 +141,6 @@ i{ height:7.5% } .footer-text{ - font-family:'Courier New', Courier, monospace } .nested-list{ margin-left:-2vw; @@ -172,7 +169,6 @@ div.desc{ margin-bottom:4vw } .responsive{ - font-family:'Courier New', Courier, monospace; padding:0 6px; margin:auto; display:block; @@ -199,7 +195,7 @@ div.desc{ width: 85%; margin: auto; } -@media screen and (max-width:1200px){ +@media screen and (max-width:px){ .posts,h1,h2,h3,ol,p,ul{ margin-left:20px; margin-right:20px;