Source: ../typography/typography.less, line 1
1 Typography
The /typography
folder in this repository contains recommended fonts with good Unicode support. It contains two variables (in both LESS format and CSS variables format), --font-unicode-sans and --font-unicode-serif, which each contain a recommended list of unicode fonts with fallbacks. Note that components do not import the typography.less
file, however certain components assume the presence of the --font-unicode-serif CSS variable. You may need to import the file yourself, or define your own --font-unicode-sans
and --font-unicode-serif
variables and assign them values.