mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix secondary font stack
This commit is contained in:
parent
b0dfa059db
commit
5fb057b575
|
@ -21,7 +21,7 @@ $headings: (1: 4.4, 2: 3.4, 3: 2.6, 4: 2.2, 5: 1.8)
|
||||||
// Fonts
|
// Fonts
|
||||||
|
|
||||||
$font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default
|
$font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default
|
||||||
$font-secondary: "HK Grotesk" !default
|
$font-secondary: "HK Grotesk", Roboto, Helvetica, Arial, sans-serif !default
|
||||||
$font-code: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default
|
$font-code: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
|
|
Loading…
Reference in New Issue
Block a user