UNPKG

366 BCSSView Raw
1
2body {
3 /* https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
4 font-family:
5 -apple-system,
6 BlinkMacSystemFont,
7 "Segoe UI",
8 "Roboto",
9 "Oxygen",
10 "Ubuntu",
11 "Cantarell",
12 "Fira Sans",
13 "Droid Sans",
14 "Helvetica Neue",
15 sans-serif,
16
17 /* Emoji fonts */
18 "Apple Color Emoji",
19 "Segoe UI Emoji",
20 "Segoe UI Symbol";
21}
22