ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
General fontface for the awesome controls
Title:
B
I
{code}
?
i'm using a bootstrap-neon style for my application and i like to have the same font face on the awesome controls, how can i do it ? thanks in advance. Jens.
Save Changes
Cancel
guehmann
asked at 16 Feb 2015
Answers
B
I
{code}
?
there's no font defined for the awesome helpers, so in the demo app the font defined is common.css is used by default I see that neon-core.css has this code in it: body { font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, Arial, sans-serif; font-size: 12px; ... } which is setting the default font, same as common.css in the demo app, whichever file is included last wins (overrides the previous set css rules) jQuerUI does set font-family in css so the font in the popups will be different but you can override that using this css .ui-widget { font-family: inherit; font-size: inherit; } so I can presume that your app is already using the same font face for the awesome controls. if not you can use chrome dev tools to see which css rule is used http://www.youtube.com/watch?v=Z3HGJsNLQ1E
Save Changes
Cancel
Omu
answered at 16 Feb 2015
Hi, thanks again for the fast reply.This was i was looking for, thanks again Jens
at 16 Feb 2015
guehmann
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK