mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 21:15:36 +00:00
Compare commits
3 Commits
2023-10-25
...
2023-10-25
Author | SHA1 | Date | |
---|---|---|---|
7665da5c08 | |||
630ba71c8f | |||
ac7e50b940 |
@ -40,11 +40,11 @@ pages:
|
||||
- apt-get update && apt-get install -y calibre --no-install-recommends
|
||||
|
||||
- apt-get update && apt-get install -y fontconfig unzip sudo
|
||||
- unzip "./styles/fonts/*.zip" -d /usr/share/fonts/
|
||||
- unzip "./fonts/*.zip" -d /usr/share/fonts/
|
||||
&& fc-cache -fv
|
||||
|
||||
- mkdir -p /etc/fonts/conf.d &&
|
||||
cp -a ./styles/fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
|
||||
cp -a ./fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
|
||||
fc-cache -fv
|
||||
|
||||
- sudo corepack enable
|
||||
|
@ -11,7 +11,8 @@
|
||||
"search-pro-fixed"
|
||||
],
|
||||
"styles": {
|
||||
"website": "./_styles/website.css"
|
||||
"website": "./_styles/website.css",
|
||||
"pdf": "./_styles/pdf.css"
|
||||
},
|
||||
"pdf.fontFamily": "FirgeNerd",
|
||||
"pdf.fontSize": 16,
|
||||
|
41
src/_styles/pdf.css
Normal file
41
src/_styles/pdf.css
Normal file
@ -0,0 +1,41 @@
|
||||
@font-face {
|
||||
font-family: "FirgeNerd";
|
||||
src: url("./fonts/woff2/FirgeNerd-Regular.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "FirgeNerd";
|
||||
src: url("./fonts/woff2/FirgeNerd-Bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.book.font-family-1 {
|
||||
font-family: "FirgeNerd", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.markdown-section p {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.markdown-section code,
|
||||
.markdown-section pre {
|
||||
font-family: "FirgeNerd", monospace;
|
||||
}
|
||||
|
||||
.markdown-section code {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* For hints Plguin */
|
||||
|
||||
.hints-container {
|
||||
/* To be fitted */
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.hints-alert {
|
||||
word-break: break-word;
|
||||
}
|
Reference in New Issue
Block a user