mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
6b03c711ac
* feat(shortcode): add link shortcode * docs: add docs for link shortcode * docs: fix 'mailto' in link shortcode docs error
8 lines
252 B
SCSS
8 lines
252 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;
|