|
|
|
|
|
by ysavir
1694 days ago
|
|
When configuring the settings, it uses `fontFamily`, singular, to set up multiple font family options (eg. options for "heading" and "body" in their example). `colors`, however, is plural here. When applying them later in the code, they're both singular since they're specifying a specific family/color. I agree with GP that this inconsistency shakes my confidence in the package. |
|