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:

committed by
GitHub

parent
d9ad48e058
commit
e35b482300
@@ -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 {
|
||||
|
Reference in New Issue
Block a user