File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ $(PROJ).pdf: lkmpg.tex
7
7
pdflatex -shell-escape $< 2> /dev/null > /dev/null
8
8
rm -rf _minted-$(PROJ )
9
9
10
- html : lkmpg.tex html.cfg
10
+ html : lkmpg.tex html.cfg assets/Manrope_variable.ttf
11
11
sed $ ' s/\t/ /g' lkmpg.tex > lkmpg-for-ht.tex
12
12
make4ht --shell-escape --utf8 --format html5 --config html.cfg --output-dir html lkmpg-for-ht.tex " fn-in"
13
13
ln -sf lkmpg-for-ht.html html/index.html
14
+ cp assets/Manrope_variable.ttf html/Manrope_variable.ttf
14
15
rm -f lkmpg-for-ht.tex lkmpg-for-ht.xref lkmpg-for-ht.tmp lkmpg-for-ht.html lkmpg-for-ht.css lkmpg-for-ht.4ct lkmpg-for-ht.4tc lkmpg-for-ht.dvi lkmpg-for-ht.lg lkmpg-for-ht.idv lkmpg* .svg lkmpg-for-ht.log lkmpg-for-ht.aux
15
16
rm -rf _minted-$(PROJ ) _minted-lkmpg-for-ht
16
17
21
22
rm -f * .dvi * .aux * .log * .ps * .pdf * .out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc
22
23
rm -rf html
23
24
24
- .PHONY : html
25
+ .PHONY : html
Original file line number Diff line number Diff line change 7
7
overflow-x: hidden;
8
8
}}
9
9
10
+ \Css{@font-face {
11
+ font-family: Manrope;
12
+ src: url(Manrope_variable.ttf);
13
+ }}
14
+
10
15
\Css{body {
11
16
max-width: 55rem;
12
17
box-sizing: border-box;
@@ -24,6 +29,7 @@ color: \#0060DF;
24
29
25
30
\Css{p, a {
26
31
font-size: 1.2rem;
32
+ font-family: Manrope;
27
33
}}
28
34
29
35
\Css{p + pre {
You can’t perform that action at this time.
0 commit comments