@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css +++ a/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; --