Skip to content

Commit ad44502

Browse files
committed
api-doc: updated api to include new attribute font-size
1 parent db9c06a commit ad44502

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/api.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ <h2> Attributes</h2>
124124
<table class="m-table">
125125
<tr>
126126
<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>
128129
<br/> Is the base theme, which is used for calculating colors for various UI components.
129130
'theme', 'bg-color' and 'text-color' are the base attributes for generating a custom theme
130131
</td>
@@ -180,6 +181,14 @@ <h2> Attributes</h2>
180181
<td class="gray">Font Name(s) to be used for mono-spaced text </td>
181182
<td class='small-font'>Monaco, 'Andale Mono', 'Roboto Mono', 'Consolas' monospace</td>
182183
</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>
183192
</table>
184193

185194
<a id="att-nav"></a>

0 commit comments

Comments
 (0)