We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb2076 commit b2f1fb0Copy full SHA for b2f1fb0
styles/@utilities/classes.html
@@ -55,7 +55,7 @@ <h3 id="utilities-classes-list">
55
<code data-hl="css">.justified</code> sets <code data-hl="css">text-align: justify;</code>
56
</li>
57
<li>
58
- <code data-hl="css">.monospace</code> sets <code data-hl="css">font-family: var(--mono);</code>
+ <code data-hl="css">.monospace</code> sets <code data-hl="css">font-family: var(--ft-mono);</code>
59
60
</ul>
61
styles/@utilities/mod.css
@@ -208,7 +208,7 @@
208
}
209
210
.monospace {
211
- font-family: var(--mono);
+ font-family: var(--ft-mono);
212
213
214
/* Font size */
0 commit comments