From 28f7844777a6da0814fdaa6394dd46844bd5781f Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 16 Jul 2017 14:42:14 +0200 Subject: Workaround ugly font on blog.mageia.org --- css/bootstrap_nav_theme.css | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 css/bootstrap_nav_theme.css diff --git a/css/bootstrap_nav_theme.css b/css/bootstrap_nav_theme.css old mode 100644 new mode 100755 index e90639d..5ac3369 --- a/css/bootstrap_nav_theme.css +++ b/css/bootstrap_nav_theme.css @@ -57,6 +57,10 @@ list-style:none; } +body.blog { + font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; +} + /* nav class */ .mganav .navbar-brand { -- cgit v1.2.1