This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fons.ts | |
| export const registerCustomFontsPlugin = (editor: any) => { | |
| // רשימת הגופנים הזמינים בתוך התפריט | |
| const fontList: string[] = [ | |
| // גופני מערכת ו-Google Fonts (תמיכה רחבה מאוד) | |
| 'Arial', | |
| 'Assistant', | |
| 'Heebo', | |
| 'Rubik', |