File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ <h2> Attributes</h2>
124
124
< table class ="m-table ">
125
125
< tr >
126
126
< td class =" attr-col mono bold right "> theme </ td >
127
- < td class ="gray "> < span class ='bold dark-gray '> Allowed:< span class ='blue '> light | dark</ span > </ span >
127
+ < td class ="gray ">
128
+ < span class ='bold dark-gray '> Allowed:< span class ='blue '> light | dark</ span > </ span >
128
129
< br /> Is the base theme, which is used for calculating colors for various UI components.
129
130
'theme', 'bg-color' and 'text-color' are the base attributes for generating a custom theme
130
131
</ td >
@@ -180,6 +181,14 @@ <h2> Attributes</h2>
180
181
< td class ="gray "> Font Name(s) to be used for mono-spaced text </ td >
181
182
< td class ='small-font '> Monaco, 'Andale Mono', 'Roboto Mono', 'Consolas' monospace</ td >
182
183
</ tr >
184
+ < tr >
185
+ < td class ="mono bold right "> font-size </ td >
186
+ < td class ="gray ">
187
+ < span class ='bold dark-gray '> Allowed:< span class ='blue '> default | large | largest </ span > </ span >
188
+ < br /> sets the relative font sizes for the entire document
189
+ </ td >
190
+ < td class ='small-font '> default</ td >
191
+ </ tr >
183
192
</ table >
184
193
185
194
< a id ="att-nav "> </ a >
You can’t perform that action at this time.
0 commit comments