Ruby on Rails
Sunday, December 6, 2015
It said to add
On Sunday, December 6, 2015 at 3:13:44 PM UTC-5, Colin Law wrote:
-- config.assets.paths << Rails.root.join("app", "assets", "fonts")
to application.rb, i did that and restarted the server but it didn't help
It also said for rails 4 you don't have to do anything but place the font
file in assets/fonts but otherwise for rails 4.2+ I'm using rails 4.18 and
it doesn't say anything specifically to 4.1+ so can i assume my version should
be treated as 4, i don't know
On Sunday, December 6, 2015 at 3:13:44 PM UTC-5, Colin Law wrote:
On 6 December 2015 at 20:03, fugee ohu <fuge...@gmail.com> wrote:
> I can't get my fonts to work
>
> Having trouble getting fonts to work I was using Berlin Sans Serif but it
> was working so I tried downloading another font to replace it but that's not
> working either
>
> I placed the font in app/assets/fonts and in my stylesheet i put the
> following:
>
> p@font-face {
> font-family: "negro";
> src: url(/assets/fonts/ufonts.com_metrolis-negro-opentype.otf)
> format("truetype");
> }
>
>
> #larger_blue_text {
> color: #0000FF;
> font-family: "negro";
> }
>
> And in my view i put:
>
> <span id="larger_blue_text"> Some text</span>
I think you might have to setup config.assets.path, though I am not
certain. See
https://gist.github.com/anotheruiguy/7379570
Colin
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b55e973b-bef4-46ab-8e92-580da262d5aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment