When I add styles to the contents.css (for example making h1 red), the appearance of h1 changes in the editor area and also in the paragraph dropdown menu. Obviously, CKeditor uses this css file.
Now, I want to include the stylesheets of my CMS-Frontend into the CKeditor. I need the paragraph styles appearing in the same style like they appear in the Frontend of the website. But this does not work.
@import url("../../../../template/inc_css/yaml/fonts/droid.css"); @import url("../../../../template/inc_css/yaml/screen/typography.css"); @import url("../../../../template/inc_css/yaml/fonts/opensans.css");