scripts: build and deploy PDF pages for translations (#10969)

* scripts: build and deploy PDF pages for translations

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* render.py: fix typo in filename description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-10-22 02:34:22 +05:30
committed by GitHub
parent d9ad48e058
commit e35b482300
8 changed files with 67 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: MIT */
@font-face {
font-family: "PT Serif";
src: url("pt-serif-web-regular.ttf") format("truetype");
font-family: "sans-serif";
src: url("NotoSans-Regular.ttf") format("truetype");
}
p {
@@ -14,7 +14,7 @@ code {
}
h1, h2, h4, ul {
font-family: "PT Serif";
font-family: "sans-serif";
}
.title-main {