File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ page:
60
60
size : A4
61
61
base :
62
62
font-family : body
63
- font_size : 11.5
63
+ font_size : 11
64
64
line_height_length : 12
65
65
font_style : normal
66
66
font_size_large : round($base_font_size * 1.25)
67
67
font_size_small : round($base_font_size * 0.85)
68
- font_size_min : $base_font_size * 0.75
68
+ font_size_min : 0.75em
69
69
border_radius : 3
70
70
border_width : 0.25
71
71
border_color : EEEEEE
@@ -82,7 +82,7 @@ codespan:
82
82
# font_family: Droid Fallback
83
83
font_family : JetBrainsMono
84
84
font_style : normal
85
- # font-size: 11.5
85
+ font-size : $base_font_size_min
86
86
menu_caret_content : ' <font size="1.15em"><color rgb="000000">›</color></font> '
87
87
heading :
88
88
align : left
@@ -93,17 +93,12 @@ heading:
93
93
font_color : 000000
94
94
font_family : headings
95
95
font_style : bold
96
- h1_font_size : floor($base_font_size * 2.8)
97
- # h2 is used for chapter titles (book doctype only)
98
- # h2_font_size: floor($base_font_size * 2.0)
99
- h2-font-size : 11.5
100
- # h3_font_size: round($base_font_size * 1.7)
101
- h3-font-size : 11.5
102
- # h4_font_size: $base_font_size_large
103
- h4-font-size : 11.5
104
- # h5_font_size: $base_font_size
105
- h5-font-size : 11.5
106
- h6_font_size : $base_font_size_small
96
+ h1_font_size : 2em
97
+ h2-font-size : 1.5em
98
+ h3-font-size : 1.17em
99
+ h4-font-size : 1em
100
+ h5-font-size : .83em
101
+ h6_font_size : .67em
107
102
title_page :
108
103
align : center
109
104
logo :
@@ -206,7 +201,7 @@ code:
206
201
font-color : 000000
207
202
font_family : $codespan_font_family
208
203
# font_size: ceil($base_font_size)
209
- font-size : 11
204
+ font-size : 10
210
205
padding : $code_font_size
211
206
line_height : 1.15
212
207
# line_gap is an experimental property to control how a background color is applied to an inline block element
You can’t perform that action at this time.
0 commit comments