Fixes #16139: Ensure input buttons use standard font family

This commit is contained in:
Jeremy Stretch 2024-05-21 08:33:07 -04:00
parent c0855e9ac4
commit ff555be9e1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Global variables
// Set base fonts
$font-family-base: 'Inter';
$font-family-sans-serif: 'Inter';
// See https://github.com/tabler/tabler/issues/1812
$font-family-monospace: 'Roboto Mono';