Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit cf5a472

Browse files
committed
feat(font-family-system-ui): add to playground example
1 parent af96203 commit cf5a472

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/playground.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
/* attribute case insensitive */
8686
[frame=hsides i] {
8787
border-style: solid none;
88+
}
89+
90+
/* system-ui font-family */
91+
body {
92+
font-family: system-ui;
8893
}
8994

9095
</textarea>

0 commit comments

Comments
 (0)