From cb4b3e3cf5a3c3b5149780741a916b27b3f24990 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 24 Jul 2017 15:25:19 +0200 Subject: [PATCH] Move from 3rd party fonts to native font stack Follow change done for openstackdocstheme. Remove redundant rule. Change-Id: I511dd2583431335e5629c285904955d804faef75 Depends-On: I1f341f8c208112fec7eb6d8f66f7653672a4deef --- www/static/common/css/combined.css | 3 +-- www/templates/css.tmpl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/www/static/common/css/combined.css b/www/static/common/css/combined.css index 1e2521dfd7..fdfacbb5e9 100644 --- a/www/static/common/css/combined.css +++ b/www/static/common/css/combined.css @@ -832,7 +832,7 @@ body, html { height: 100%; } body, h1, h2, h3, h4, h5, h6 { - font-family: "Open Sans", Helvetica, Arial, sans-serif; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-weight: 400; } h1 { @@ -1241,7 +1241,6 @@ i.fa-caret-right { font-size: 3em; font-weight: 300; text-align: center; - font-family: "Open Sans", Helvetica, Arial, sans-serif; width: 100%; } @media (max-width: 767px) { diff --git a/www/templates/css.tmpl b/www/templates/css.tmpl index ff1b451005..7bb1b4ee44 100644 --- a/www/templates/css.tmpl +++ b/www/templates/css.tmpl @@ -6,7 +6,6 @@ -