Another (but different) font question, style dropdown in Rich Text Editor
I have added some custom fonts to my website. They work well almost everywhere. In this image the dropdown list isn't correctly stlyed, but the font in the editor itself is. The font style behind is Graphic_H1 in the list:
I think you need to add your refer your custom fonts in the css file that´s located here ~/Umbraco_Client/Tinymce3/Themes/Umbraco/Skins/Umbraco/ui.css
I think you need to look around line 106 in this file. if you are using Umbraco 6.x.x If you are using Umbraco 7 please let me know.
I can see that you are using Umbraco 7. Then you should add it to the file that you find in here: ~/Umbraco/lib/tinymce/skins/umbraco/skin.min.css.
As you can see the file is minified, so you can use something like this http://unminify.com/ online service to unminify the file, and your CSS and then minify the file again using something like this http://cssminifier.com/ service.
Another (but different) font question, style dropdown in Rich Text Editor
I have added some custom fonts to my website. They work well almost everywhere. In this image the dropdown list isn't correctly stlyed, but the font in the editor itself is. The font style behind is Graphic_H1 in the list:
Where is this list actually styled?
Hi Paul,
I think you need to add your refer your custom fonts in the css file that´s located here ~/Umbraco_Client/Tinymce3/Themes/Umbraco/Skins/Umbraco/ui.css
I think you need to look around line 106 in this file. if you are using Umbraco 6.x.x If you are using Umbraco 7 please let me know.
Hope this helps,
/Dennis
Hi Paul,
I can see that you are using Umbraco 7. Then you should add it to the file that you find in here: ~/Umbraco/lib/tinymce/skins/umbraco/skin.min.css.
As you can see the file is minified, so you can use something like this http://unminify.com/ online service to unminify the file, and your CSS and then minify the file again using something like this http://cssminifier.com/ service.
Hope this helps,
/Dennis
is working on a reply...