Sivan
|
40a4dbce86
|
Merge pull request #80 from XieJiSS/master
- 修复了楷体显示为宋体的问题,closes #72。引入了 `STKaiti` `Kaiti` 两个字体。
- 修复了字形回退问题。`@font-face` 中 `src` 工作原理为随机选择,可能导致字形回退。因此区分 SC/TC/JP/KR 字体,确保即使随机也只是在特定字体族中随机,不会发生回退。
- 修复了宋体加粗不显示的问题,closes #73。同名 font-face 的相同 `src`,匹配不同字重时需要额外指定一次 `font-weight`。
- closes #69,closes #65。
|
2022-01-28 02:45:35 +08:00 |
|
XieJiSS
|
c8529c14bf
|
fix: font-face src 随机选择导致字形混乱问题
|
2022-01-26 02:51:33 +08:00 |
|
XieJiSS
|
1f6cfeaf51
|
fix: kai display issue for Windows
|
2022-01-26 01:20:43 +08:00 |
|
XieJiSS
|
3fe30d84f1
|
chore: bump package-lock.json version
|
2022-01-26 01:20:06 +08:00 |
|
Sivan
|
534e6a8560
|
Merge pull request #78 from piggynl/patch-1
fix: fix `<em>` styling
|
2022-01-23 22:59:04 +08:00 |
|
Piggy NL
|
1ae467b417
|
fix: fix <em> styling
|
2022-01-23 22:54:36 +08:00 |
|
Sivan
|
78eb216f19
|
feat: support double quotation marks #62
|
2021-12-09 02:50:12 +08:00 |
|
Sivan
|
f512ba9bfa
|
doc: update version
|
2021-12-09 02:48:48 +08:00 |
|
Sivan
|
4592a8dc02
|
feat: support double quotation marks #62
|
2021-12-09 02:47:49 +08:00 |
|
Sivan
|
45d0d17aae
|
chore: update dependencies
|
2021-12-08 22:40:08 +08:00 |
|
Sivan
|
c58ee4a39e
|
refactor: slash as division code in sass #58
refactor: slash as division code in sass #58
|
2021-09-16 11:15:16 +08:00 |
|
Sivan
|
f1673dc827
|
refactor: slash as division code in sass #58
|
2021-09-16 11:13:20 +08:00 |
|
Sivan
|
2957435a77
|
Merge pull request #57 from sivan/develop
fix: add quote and fix line-height issue
|
2021-08-12 18:49:33 +08:00 |
|
Sivan
|
4bec7525aa
|
chore: update dependencies
|
2021-08-12 18:47:19 +08:00 |
|
Sivan
|
3b1c242806
|
fix: add quote and fix line-height issue
|
2021-08-12 18:46:53 +08:00 |
|
Sivan
|
e485049de2
|
Merge pull request #56 from sivan/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
|
2021-08-12 16:29:34 +08:00 |
|
dependabot[bot]
|
2b8bede9f0
|
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-12 00:05:40 +00:00 |
|
Sivan
|
6d7cbbb663
|
Merge pull request #55 from sivan/dependabot/npm_and_yarn/postcss-7.0.36
chore(deps): bump postcss from 7.0.35 to 7.0.36
|
2021-06-17 10:25:08 +08:00 |
|
dependabot[bot]
|
16f3e2cce7
|
chore(deps): bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-16 20:03:57 +00:00 |
|
Sivan
|
16994f40b8
|
Merge pull request #54 from sivan/dependabot/npm_and_yarn/glob-parent-5.1.2
chore(deps): bump glob-parent from 5.1.1 to 5.1.2
|
2021-06-11 14:24:58 +08:00 |
|
dependabot[bot]
|
d022b8c867
|
chore(deps): bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-11 01:58:05 +00:00 |
|
Sivan
|
af5534d0df
|
Merge pull request #52 from sivan/dependabot/npm_and_yarn/browserslist-4.16.6
chore(deps): bump browserslist from 4.14.5 to 4.16.6
|
2021-05-26 10:14:17 +08:00 |
|
dependabot[bot]
|
15f1674e1f
|
chore(deps): bump browserslist from 4.14.5 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.5...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-26 01:52:31 +00:00 |
|
Sivan
|
1bdb1f543d
|
Merge pull request #50 from sivan/dependabot/npm_and_yarn/hosted-git-info-2.8.9
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
|
2021-05-11 11:05:21 +08:00 |
|
dependabot[bot]
|
e1d75baf2e
|
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-11 03:02:54 +00:00 |
|
Sivan
|
02ef669513
|
Merge pull request #49 from sivan/dependabot/npm_and_yarn/lodash-4.17.21
chore(deps): bump lodash from 4.17.19 to 4.17.21
|
2021-05-11 11:02:22 +08:00 |
|
dependabot[bot]
|
e106223cc8
|
chore(deps): bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-11 03:00:50 +00:00 |
|
Sivan
|
fd2c6f4220
|
Merge pull request #48 from sivan/dependabot/npm_and_yarn/y18n-4.0.1
chore(deps): bump y18n from 4.0.0 to 4.0.1
|
2021-04-06 10:14:13 +08:00 |
|
dependabot[bot]
|
01157b5fd2
|
chore(deps): bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-31 13:50:38 +00:00 |
|
Sivan
|
71e05e2ef5
|
Merge pull request #47 from leoleoasd/master
允许不格式化code与pre sivan/heti#46
|
2021-02-18 02:25:20 +08:00 |
|
Leo
|
e59e04f654
|
允许不格式化code与pre sivan/heti#46
|
2021-02-15 16:15:42 +08:00 |
|
Sivan
|
f91f5dd170
|
Merge pull request #44 from sivan/dependabot/npm_and_yarn/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
|
2021-01-05 18:51:48 +08:00 |
|
dependabot[bot]
|
2123466a83
|
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-12-12 07:42:49 +00:00 |
|
Sivan
|
5407f6dc93
|
fix: fix alignment for <rt> and <em> font-face
Fixes #32 #37
|
2020-11-02 14:39:15 +08:00 |
|
Sivan
|
2ef37ac30d
|
fix: fix alignment for <rt> and <em> font-face
Fixes #32 #37
|
2020-11-02 14:34:34 +08:00 |
|
Sivan
|
feaa583ee2
|
Create FUNDING.yml
|
2020-10-29 16:15:06 +08:00 |
|
Sivan
|
f294c0778e
|
Merge pull request #39 from sivan/develop
fix: #34
|
2020-10-26 15:15:37 +08:00 |
|
Sivan
|
89760aca6a
|
fix: dist file
|
2020-10-26 15:14:31 +08:00 |
|
Sivan
|
4ce5b75245
|
Merge pull request #38 from sivan/develop
fix #34 #36
|
2020-10-26 15:09:14 +08:00 |
|
Sivan
|
a68194e076
|
fix: add lang for <rt> tags
Fixes #34
|
2020-10-26 14:54:47 +08:00 |
|
Sivan
|
7df58c70ea
|
chroe: update dependencies
|
2020-10-26 14:47:10 +08:00 |
|
Sivan
|
fcfda461a9
|
Merge pull request #28 from odysa/dev
fix: make card support darkmode change
|
2020-10-22 13:14:59 +08:00 |
|
Sivan
|
2d28db7e41
|
Merge pull request #33 from ayaka14732/patch-1
Fix typo in homepage
|
2020-10-21 18:00:34 +08:00 |
|
Ayaka Mikazuki
|
5ed15474ab
|
Fix typo in homepage
|
2020-10-21 09:46:24 +08:00 |
|
Chengxu Bian
|
f82920a089
|
fix: make card support darkmode change
|
2020-10-19 17:48:58 +08:00 |
|
Sivan
|
99263f20b3
|
Merge pull request #27 from sivan/dependabot/npm_and_yarn/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19
|
2020-07-19 23:23:45 +08:00 |
|
dependabot[bot]
|
b0ad9860f3
|
chore(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-19 13:03:35 +00:00 |
|
Sivan
|
e8de82fa5c
|
feat: add manual darkmode support
|
2020-05-18 00:52:43 +08:00 |
|
Sivan
|
a0367d5a66
|
feat: update darkmode support
|
2020-05-18 00:49:59 +08:00 |
|
Sivan
|
150d657a8e
|
Merge pull request #24 from sivan/master
Merge master
|
2020-05-05 04:23:44 +08:00 |
|