feat(style): add header title style config (#170)

This commit is contained in:
Dillon
2020-03-16 15:36:56 +08:00
committed by GitHub
parent 6e091b6fad
commit ee1c5c22bc
5 changed files with 18 additions and 8 deletions

View File

@@ -2,3 +2,7 @@
// Override Variables
// 覆盖变量
// ==============================
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500&display=swap');
$header-title-font-family: 'Baloo 2', $global-font-family;