GRN2-xx: Replaced google fonts api call with local font load (Fixed #830) (#831)

* Replaced google fonts api call with local font load

* Removed references to Roboto
This commit is contained in:
Ahmad Farhat
2019-10-10 16:28:46 -04:00
committed by Jesus Federico
parent b9dcaa1b18
commit c1de7f8f70
13 changed files with 600 additions and 5 deletions

View File

@ -43,14 +43,14 @@
@import "rooms";
@import "sessions";
@import "monolith.min.scss";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap&subset=latin-ext);
@import "utilities/fonts";
* {
outline: none !important;
}
html, body {
font-family: "Source Sans Pro" !important;
position: relative;
width: 100%;
height: 100%;