I want to use the Roboto Condensed font on the editable area of CKEditor (it's the body
area). I've included the font in CKEditor's contents.css file, and the font applies on desktop clients, but not on mobile clients. Any ideas why?
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
body {
font-family: 'Roboto Condensed', sans-serif !important;
}
On desktops:
On mobile: