diff options
author | amzrk2 | 2020-07-29 17:00:21 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 17:00:21 +0800 |
commit | 2ab30a541b96354274ae559cc8d19c2a1f6e7988 (patch) | |
tree | 20e2d3466845ea9111fba64496a9b23704f7ff25 /assets/scss/_var.scss | |
parent | e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2 (diff) | |
download | hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.gz hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.bz2 hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.zip |
Update code format
Diffstat (limited to 'assets/scss/_var.scss')
-rw-r--r-- | assets/scss/_var.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/assets/scss/_var.scss b/assets/scss/_var.scss index 3eedf9a..3554a89 100644 --- a/assets/scss/_var.scss +++ b/assets/scss/_var.scss @@ -11,7 +11,7 @@ $font-weight-semibold: 600; $font-weight-normal: 400; $font-weight-light: 400; $body-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC', - 'Hiragino Sans GB', 'Source Han Sans CN', 'Source Han Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif !default; + 'Hiragino Sans GB', 'Source Han Sans CN', 'Source Han Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif !default; $mono-font: 'Cascadia Code', 'SF Mono', 'Fira Code', 'Consolas', $body-font !default; $title-font: 'Product Sans', $body-font !default; $body-font-size: 16px !default; @@ -37,21 +37,21 @@ $dark-color-bg: #2f3136 !default; // Discord $dark-color-codebg: #414449 !default; // kai GitHub @font-face { - font-family: 'Product Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: local('Product Sans Bold'), local('ProductSans-Bold'), - url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.4.6/product-sans/product-sans-bold.woff2') - format('woff2'); - unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, - U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + font-family: 'Product Sans'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: local('Product Sans Bold'), local('ProductSans-Bold'), + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.4.6/product-sans/product-sans-bold.woff2') + format('woff2'); + unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, + U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { - font-family: 'Cascadia Code'; - font-style: normal; - font-display: swap; - src: local('Cascadia Code Regular'), - url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.4.6/cascadia-code/cascadia.woff2') format('woff2'); + font-family: 'Cascadia Code'; + font-style: normal; + font-display: swap; + src: local('Cascadia Code Regular'), + url('https://cdn.jsdelivr.net/gh/amzrk2/web-font-archive@1.4.6/cascadia-code/cascadia.woff2') format('woff2'); } |