Set base fonts

This commit is contained in:
Jeremy Stretch 2024-01-04 15:45:51 -05:00
parent 910d79d830
commit dde1cca08c
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -10,3 +10,6 @@ $btn-padding-y: 0.25rem;
// Reduce the default table cell padding
$table-cell-padding-x: 0.5rem;
$table-cell-padding-y: 0.5rem;
$font-google: 'Inter';
$font-google-monospaced: 'Roboto Mono';