When I set font-family for all labels, fonts are resized to some predefined size.
label{
font-family: "Verdana";
}
Is there a way to set font-family only and keep original font-size defined in storyboard file?
When I set font-family for all labels, fonts are resized to some predefined size.
label{
font-family: "Verdana";
}
Is there a way to set font-family only and keep original font-size defined in storyboard file?
I've seen this issue as well, and I don't think there is currently a fix.
You might consider a few other options:
styleClass
instead. Then you can do whatever you want to customize the label style in your CSS.I hope that helps.
Looks like Pixate defaults to 16pt font-size. There is an issue open for that https://github.com/Pixate/pixate-freestyle-ios/issues/34.