Does pixate/freestyle font-family changes font size as well? -


when set font-family labels, fonts resized predefined size.

label{     font-family: "verdana"; } 

is there way set font-family , keep original font-size defined in storyboard file?

i've seen issue well, , don't think there fix.

you might consider few other options:

  1. instead of setting custom sizes on labels, add pixate styleclass instead. can whatever want customize label style in css.
  2. if font size set on specific labels in storyboard, use verdana in storyboard's font selector , don't use pixate: http://d.pr/i/pqcb

i hope helps.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -