Skip to content

Commit

Permalink
feat: 3.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
shing-yu committed Mar 22, 2024
1 parent 2370442 commit 5b70174
Show file tree
Hide file tree
Showing 16 changed files with 989 additions and 956 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ebooklib
tqdm
colorama
pycryptodome
pyppeteer
PyYAML
Binary file added src/assets/HarmonyOS_Sans_SC_Regular.ttf
Binary file not shown.
Binary file removed src/assets/Xingyv-Regular.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/assets/page_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin-top: 5pt;
}
@font-face {
font-family: "Xingyv Regular";
font-family: "HarmonyOS Sans SC";
panose-1: 0 0 5 0 0 0 0 0 0 0;
src: url(fonts/Xingyv-Regular.ttf);
src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
2 changes: 1 addition & 1 deletion src/assets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html, .calibre {
}
body, .calibre1 {
display: block;
font-family: "Xingyv Regular", serif;
font-family: "HarmonyOS Sans SC", serif;
font-size: 1em;
line-height: 1.4;
padding-left: 0;
Expand Down
123 changes: 0 additions & 123 deletions src/debug_bookinfo.py

This file was deleted.

Loading

0 comments on commit 5b70174

Please sign in to comment.