Ruby on Rails
Sunday, December 6, 2015
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>
-- 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>
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/bb099c28-acdb-4cbf-b328-0ca3b0373eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment