I have this strange issue.
Inside the assets/stylesheets/pages.scss (pages is a controller)
i have set up a custom font with font-face
@font-face {
font-family: myfont;
src: url('../assets/fonts/my_font.otf');
}
and i call it inside an id.
The thing is that the font loads fine on safari and chrome but it
doesnt work on firefox at all.
When i use the exact code on an html file and load it on firefox it
works but when i use rails it doesnt.
Any clue why?
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.