Your comments

Awesome. Thanks for putting that on the roadmap

Oddly enough, the bug either went away when I reverted to the default theme, or when some deep seated cache got reset. I'm not sure which but, either way, I'm not experiencing the bug anymore. For reference, this was on Windows 7 and Chrome 48.0.2564.116. Thanks for your help (and your patience)!

Thanks Tom. I am able to change to the other default fonts.


This is my CSS:

@font-face {

font-family: 'Open Sans';
src: url('fonts/OpenSans-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-Italic.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-ExtraBold.woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-ExtraBoldItalic.woff');
font-weight: bold;
font-style: italic;
}