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;
|