mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
9 lines
250 B
SCSS
9 lines
250 B
SCSS
// ==============================
|
|
// Override Variables
|
|
// 覆盖变量
|
|
// ==============================
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');
|
|
|
|
$header-title-font-family: Nunito, $global-font-family;
|