Skip to content

Commit fe380f4

Browse files
committed
deleted top level font override from css
1 parent 7ff6930 commit fe380f4

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

export.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { processGuifan } from "./dics/guifan/guifan.ts";
44
import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts";
55

66
const versions = {
7-
guifan: "2025/12/30.3",
8-
hanyu7: "2025/12/30.3",
7+
guifan: "2025/12/30.4",
8+
hanyu7: "2025/12/30.4",
99
};
1010

1111
const guifanPinyinDic = new Dictionary({ fileName: "guifan-pinyin.zip" });

styles-guifan.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
& {
2-
font-family: sans-serif;
3-
}
4-
51
[data-sc-guifan="simp"] {
62
display: inline-block;
73
line-height: 1;

styles-hanyu7-pinyin.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
& {
2-
font-family: sans-serif;
3-
}
4-
51
[data-sc-hanyu7="def"] {
62
display: block;
73
}

styles-hanyu7-zhuyin.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
& {
2-
font-family: sans-serif;
3-
}
4-
51
[data-sc-hanyu7="def"] {
62
display: block;
73
}

0 commit comments

Comments
 (0)