Skip to content

Commit ee5ff41

Browse files
ckrinalauriii
authored andcommitted
Revert "Issue #33 - Replace Lucida Grande to system font(s) (#54)" (#60)
This reverts commit 4ecce3e.
1 parent 4ecce3e commit ee5ff41

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

css/src/components/tabs.css

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ li.tabs__tab a {
136136
padding-left: 4px;
137137
border-left: 0; /* LTR */
138138
border-radius: 0 4px 0 0; /* LTR */
139+
font-family: Arial, sans-serif;
139140
font-size: 1.25em;
140141
letter-spacing: 0.1em;
141142
text-align: center;

css/src/theme/ckeditor-dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
background: none;
2828
}
2929
.cke_reset_all .cke_dialog_body * {
30-
font: 13px/1.538em var(--font-family);
30+
font: 13px/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
3131
}
3232

3333
/* Dialog's header. */

variables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'--color-link': '#0074bd',
77
'--color-divider': 'rgba(142, 146, 156, 0.4)',
88
// Typography.
9-
'--font-family': 'BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;'
9+
'--font-family': '\"Lucida Grande\", \"Lucida Sans Unicode\", \"DejaVu Sans\", \"Lucida Sans\", sans-serif'
1010
}
1111
}

0 commit comments

Comments
 (0)