Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
feat(font-family-system-ui): add to playground example
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 3, 2017
1 parent af96203 commit cf5a472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/playground.html
Expand Up @@ -85,6 +85,11 @@
/* attribute case insensitive */
[frame=hsides i] {
border-style: solid none;
}

/* system-ui font-family */
body {
font-family: system-ui;
}

</textarea>
Expand Down

0 comments on commit cf5a472

Please sign in to comment.