Move from 3rd party fonts to native font stack

Follow change done for openstackdocstheme.

Remove redundant rule.

Change-Id: I511dd2583431335e5629c285904955d804faef75
Depends-On: I1f341f8c208112fec7eb6d8f66f7653672a4deef
This commit is contained in:
Andreas Jaeger 2017-07-24 15:25:19 +02:00
parent 06973f2bfc
commit cb4b3e3cf5
2 changed files with 1 additions and 3 deletions

View File

@ -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) {

View File

@ -6,7 +6,6 @@
<!-- Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->