From 96d283bf08c0fe840257f3706f2d3d4b866bb4e0 Mon Sep 17 00:00:00 2001 From: Timothy Alexis Vass Date: Fri, 7 Aug 2020 14:59:16 +0200 Subject: [PATCH] Bug 26179: Remove redundant import of Google font Removed redundant @import of google font Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=26170 --- koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css b/koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css index ba4766d22d..d6479a35ca 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css @@ -1,6 +1,5 @@ /*! Generated by Live LESS Theme Customizer */ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. @@ -1074,7 +1073,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #555555; @@ -6010,7 +6009,7 @@ button.close { position: absolute; z-index: 1030; display: block; - font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -6128,7 +6127,7 @@ button.close { display: none; max-width: 276px; padding: 1px; - font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; -- 2.11.0