Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_var.scss')
-rw-r--r--assets/scss/_var.scss30
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');
}