Merge "Move from 3rd party fonts to native font stack"
This commit is contained in:
commit
3c0a3d87d1
@ -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) {
|
||||
|
@ -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:// -->
|
||||
|
Loading…
Reference in New Issue
Block a user