mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Removing "Cantarell" font from font stack
refs. https://github.com/TryGhost/Ghost/issues/9824
This commit is contained in:
parent
7fa0ff805f
commit
c24d9b6718
@ -563,7 +563,7 @@
|
||||
.gh-markdown-editor-preview h5,
|
||||
.gh-editor .editor-preview h6,
|
||||
.gh-markdown-editor-preview h6 {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.gh-markdown-editor-preview-title {
|
||||
|
@ -16,7 +16,7 @@
|
||||
--green: #a4d037;
|
||||
/* Style values */
|
||||
--border-radius: 4px;
|
||||
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
--font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user