remove google fonts

This commit is contained in:
Sebastian Schmidt 2019-02-03 12:01:28 +10:00
parent a69523a53b
commit c54a4134c5
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@import "../../vendor/bootstrap/less/bootstrap.less";
// Copied the bootstrap vars file to allow customisation
@import "bootstrap_custom_variables.less";

View File

@ -1,12 +1,9 @@
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,100);
html, body {
height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
font-family: sans-serif;
}
table {