From 359dfa191ddc200c9c299b255aac4030afddabb3 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Thu, 29 Aug 2019 12:21:47 -0400 Subject: [PATCH] fix priorite using GNU FreeFont --- css/drupal-bootstrap.css | 2 +- css/style.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/drupal-bootstrap.css b/css/drupal-bootstrap.css index a4d6e96..047e59e 100644 --- a/css/drupal-bootstrap.css +++ b/css/drupal-bootstrap.css @@ -592,7 +592,7 @@ body.toolbar-loading.toolbar { border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); color: inherit; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "FreeSans", Helvetica, Arial, sans-serif; font-size: 14px; list-style: none; min-width: 160px; diff --git a/css/style.css b/css/style.css index 2804a67..03e6bd7 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,11 @@ * your custom CSS modifications here. */ -body { margin: 0; min-width: 320px; } +body { + font-family: "FreeSans", Helvetica, Arial, sans-serif; + margin: 0; + min-width: 320px; +} a { transition: 0.3s; } -- 2.25.1