Skip to content

Commit 07be3a6

Browse files
committed
Update PDF themes and add Poppins font
1 parent 2a2a3e8 commit 07be3a6

8 files changed

Lines changed: 9 additions & 1 deletion
152 KB
Binary file not shown.
175 KB
Binary file not shown.
180 KB
Binary file not shown.
157 KB
Binary file not shown.
154 KB
Binary file not shown.
177 KB
Binary file not shown.

style/pdf-2nded-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ heading:
2121
h6_font_size: 10
2222

2323
code:
24-
font_size: 9
24+
font_size: 10
2525
line_height: 1.15
2626

2727
table:

style/pdf-theme.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ font:
1717
bold: GEM_FONTS_DIR/mplus1mn-bold-subset.ttf
1818
italic: GEM_FONTS_DIR/mplus1mn-italic-subset.ttf
1919
bold_italic: GEM_FONTS_DIR/mplus1mn-bold_italic-subset.ttf
20+
Poppins:
21+
normal: poppins/Poppins-Regular.ttf
22+
italic: poppins/Poppins-Italic.ttf
23+
bold: poppins/Poppins-SemiBold.ttf
24+
bold_italic: poppins/Poppins-SemiBoldItalic.ttf
2025
Hack:
2126
normal: hack/Hack-Regular.ttf
2227
italic: hack/Hack-Italic.ttf
@@ -120,6 +125,7 @@ menu:
120125
heading:
121126
align: left
122127
font_color: $base_font_color
128+
font_family: Poppins
123129
font_style: bold
124130
# h1 is used for part titles (book doctype) or the doctitle (article doctype)
125131
h1_font_size: floor($base_font_size * 3.6)
@@ -140,10 +146,12 @@ title_page:
140146
title:
141147
top: 55%
142148
font_size: $heading_h1_font_size
149+
font_family: Poppins
143150
font_color: $role_subtitle_font_color
144151
line_height: 0.9
145152
subtitle:
146153
font_size: $heading_h3_font_size
154+
font_family: Poppins
147155
font_style: bold_italic
148156
line_height: 1
149157
authors:

0 commit comments

Comments
 (0)