diff --git a/themes/beautifulhugo/static/css/main.css b/themes/beautifulhugo/static/css/main.css index 3eb3ef08774afec2b39f9716c386332b6da1d0b1..2566e3c4692a14b5f62360609c23f17498795836 100644 --- a/themes/beautifulhugo/static/css/main.css +++ b/themes/beautifulhugo/static/css/main.css @@ -3,7 +3,7 @@ /* --- General --- */ body { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; color: #404040; position: relative; @@ -297,7 +297,7 @@ footer .list-inline { padding: 0; } footer .copyright { - font-family: Open Sans; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 0; } @@ -369,7 +369,7 @@ footer .theme-by { text-decoration: none; } .post-preview .post-entry { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .post-entry-container { display: inline-block; @@ -878,7 +878,7 @@ div.notices.tip p:first-child:after { } .sidebar-page a { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } /* --- PDF Note --- */