Skip to content

Commit 800fe52

Browse files
committed
improve styling
1 parent 7a09554 commit 800fe52

File tree

6 files changed

+53
-24568
lines changed

6 files changed

+53
-24568
lines changed

fields/markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* Sets the font family (sans or monospace)
4141
*/
4242
'font' => function (string $font = null) {
43-
return 'sans-serif' === true ? 'sans-serif' : 'monospace';
43+
return $font === 'sans-serif' ? 'sans-serif' : 'monospace';
4444
},
4545

4646
/**

0 commit comments

Comments
 (0)