Hi (This might actually be a bug, but I filed is under question/help since I'm unsure)
Anyone else experienced this and know how to fix this? I use @font-face in my overlay that goes through the CLR browser. The overlay works just fine online as a webpage, it also works just fine in CLR on Windows, however it doesn't work when using OBS 0.8.3 in OS X. I'm no webdesigner, I only know enough html/css to do some minor stuff so hopefully this has an obvious solution to someone here. I tried converting the font into other formats (.ttf and .woff) without that changing anything. I also tried installing the fonts locally on my computer, still didn't work. Here is the strange thing; It works if I try using a standard font like Arial, those are not using the @font-face thing though.
PS: There is no difference running the site locally or pulling it from my online server either.
@font-face {
font-family: 'MyFontL';
src: url('../fonts/MyFont-Light.otf');
}
.test { font: 1em/1.5em 'MyFontL'; }
Anyone else experienced this and know how to fix this? I use @font-face in my overlay that goes through the CLR browser. The overlay works just fine online as a webpage, it also works just fine in CLR on Windows, however it doesn't work when using OBS 0.8.3 in OS X. I'm no webdesigner, I only know enough html/css to do some minor stuff so hopefully this has an obvious solution to someone here. I tried converting the font into other formats (.ttf and .woff) without that changing anything. I also tried installing the fonts locally on my computer, still didn't work. Here is the strange thing; It works if I try using a standard font like Arial, those are not using the @font-face thing though.
PS: There is no difference running the site locally or pulling it from my online server either.
@font-face {
font-family: 'MyFontL';
src: url('../fonts/MyFont-Light.otf');
}
.test { font: 1em/1.5em 'MyFontL'; }
Last edited: