Re: [Rails] Rails 3.1rc5 , @font-face (in assets scss) and firefox
Can you try loading the font file in firefox directly?
On Aug 12, 2011 9:12 AM, "Filippos" <filipposkip@gmail.com> wrote:
> 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
-- > 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home