Fixes #3139 and #3230 - use native font stack, removing google fonts

Especially helpful for those running Snipe-IT in a closed environment
This commit is contained in:
snipe 2017-01-24 17:02:39 -08:00
parent ad4bf83aaa
commit 9d555f5436
12 changed files with 18 additions and 19 deletions

View file

@ -5,11 +5,6 @@
Snipe-IT Setup
</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
<style>
td, th {
font-size: 14px;

View file

@ -1,5 +1,4 @@
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.

View file

@ -1,4 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.3.0
* Author: Almsaeed Studio

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
@ -9204,7 +9203,6 @@ button.close {
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT for more information
!*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*
* Core: General Layout Style
* -------------------------
@ -14342,5 +14340,8 @@ a.logo.no-hover a:hover {
.required {
border-right: 6px solid orange;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
/*# sourceMappingURL=app.css.map */

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
@ -9204,7 +9203,6 @@ button.close {
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT for more information
!*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*
* Core: General Layout Style
* -------------------------
@ -14342,5 +14340,8 @@ a.logo.no-hover a:hover {
.required {
border-right: 6px solid orange;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
/*# sourceMappingURL=app.css.map */

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
{
"assets/css/app.css": "assets/css/app-68b995f614.css",
"assets/css/app.css": "assets/css/app-fc4d2fdcc4.css",
"assets/js/all.js": "assets/js/all-93b23559b9.js"
}

View file

@ -6,8 +6,6 @@
* Please visit http://opensource.org/licenses/MIT for more information
!*/
//google fonts
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
//Bootstrap Variables & Mixins
//The core bootstrap code have not been modified. These files

View file

@ -1,4 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@icon-font-path: '../../../bower_components/bootstrap-less/fonts';
@fa-font-path: '../../../bower_components/font-awesome/fonts/';
@import '../../../bower_components/bootstrap-less/less/bootstrap';

View file

@ -287,3 +287,9 @@ a.logo.no-hover a:hover {
border-right: 6px solid orange;
}
body {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
}