Link to docsy docs on $td-enable-google-fonts

This commit is contained in:
Andrew Morgan 2022-11-08 16:26:12 +00:00
parent a2c9580ec5
commit 4473805c27

View file

@ -36,7 +36,8 @@ $table-border-color: rgba(black, .125);
$table-row-alternate: $secondary-lightest-background;
$table-row-default: $secondary-lighter-background;
/* Disable loading any fonts from Google Fonts. */
/* Configure docsy to use the default system fonts instead of Google Fonts.
* See https://www.docsy.dev/docs/adding-content/lookandfeel/#fonts */
$td-enable-google-fonts: false;
/*