update fonts
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" !default;
|
||||
@import url($web-font-path);
|
||||
//$web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" !default;
|
||||
//@import url($web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
|
||||
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");*/
|
||||
/*!
|
||||
* bootswatch v3.4.1
|
||||
* Homepage: http://bootswatch.com
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");/*!
|
||||
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");*/
|
||||
/*!
|
||||
* bootswatch v3.4.1
|
||||
* Homepage: http://bootswatch.com
|
||||
* Copyright 2012-2019 Thomas Park
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
@web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700";
|
||||
|
||||
.web-font(@path) {
|
||||
@import (css) url("@{path}");
|
||||
}
|
||||
.web-font(@web-font-path);
|
||||
//@web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700";
|
||||
//
|
||||
//.web-font(@path) {
|
||||
// @import (css) url("@{path}");
|
||||
//}
|
||||
//.web-font(@web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user