update fonts

This commit is contained in:
thinkgem
2024-03-22 21:45:17 +08:00
parent 0eb09a0dbb
commit f4909921ac
4 changed files with 11 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
// Bootswatch // Bootswatch
// ----------------------------------------------------- // -----------------------------------------------------
$web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" !default; //$web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" !default;
@import url($web-font-path); //@import url($web-font-path);
// Navbar ===================================================================== // Navbar =====================================================================

View File

@@ -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 * bootswatch v3.4.1
* Homepage: http://bootswatch.com * Homepage: http://bootswatch.com

View File

@@ -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 * bootswatch v3.4.1
* Homepage: http://bootswatch.com * Homepage: http://bootswatch.com
* Copyright 2012-2019 Thomas Park * Copyright 2012-2019 Thomas Park

View File

@@ -2,12 +2,12 @@
// Bootswatch // Bootswatch
// ----------------------------------------------------- // -----------------------------------------------------
@web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"; //@web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700";
//
.web-font(@path) { //.web-font(@path) {
@import (css) url("@{path}"); // @import (css) url("@{path}");
} //}
.web-font(@web-font-path); //.web-font(@web-font-path);
// Navbar ===================================================================== // Navbar =====================================================================