P. H.
0
Q:

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');
}
0

New to Communities?

Join the community