Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 1eb27b7

Browse files
committed
style(next)/restyle CKEditor: use the proper font in popups
1 parent 0c10dd7 commit 1eb27b7

File tree

1 file changed

+4
-0
lines changed
  • src/public/stylesheets/theme-next/notes

1 file changed

+4
-0
lines changed

src/public/stylesheets/theme-next/notes/text.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* CKEDITOR
33
*/
44

5+
:root {
6+
--ck-font-face: var(--main-font-family);
7+
}
8+
59
/*
610
* Toolbar
711
*/

0 commit comments

Comments
 (0)