Answers for "ckeditor iframe not showing custom css"

CSS
0

ckeditor iframe not showing custom css

Edit the 'contents.css' file that is located in the main CKEditor directory and 
add font-face there for displaying custom font inside the iframe

inside 'ckeeditor/contents.css'

@font-face {
    font-family: 'PRKSI';
    src: url('/fonts/PRKSI.ttf') format('truetype');
}
Posted by: Guest on November-11-2020

Code answers related to "ckeditor iframe not showing custom css"

Browse Popular Code Answers by Language