mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Mark value of $font-family-monospace !default (#2044)
This commit is contained in:
5
.changeset/selfish-avocados-battle.md
Normal file
5
.changeset/selfish-avocados-battle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Set value of `$font-family-monospace` as default
|
||||
@@ -26,7 +26,7 @@ $font-icons: () !default;
|
||||
/* prettier-ignore */
|
||||
$font-family-sans-serif: unquote("#{if($font-local, "#{$font-local}, ", ' ')}#{if($font-google, "#{$font-google}, ", ' ')}") 'Inter Var', Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !default;
|
||||
/* prettier-ignore */
|
||||
$font-family-monospace: unquote("#{if($font-google-monospaced, "#{$font-google-monospaced}, ", '')}") Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
||||
$font-family-monospace: unquote("#{if($font-google-monospaced, "#{$font-google-monospaced}, ", '')}") Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !default;
|
||||
$font-family-serif: "Georgia", "Times New Roman", times, serif !default;
|
||||
|
||||
//Icons
|
||||
|
||||
Reference in New Issue
Block a user