Advertisement
fauzanjeg

Example font customize style on text editor || TinyMCE

Mar 8th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Example font customize style on text editor || TinyMCE */
  2. @import url('https://fonts.googleapis.com/css?family=Tangerine');
  3. body#tinymce {
  4.     font-family: 'Tangerine';
  5.     font-size: 40px;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement