Can't get Ubuntu Light 300 font work with Jotform
-
art_crateAsked on January 13, 2015 at 07:17 AM
Can't get Ubuntu Light 300 to work. Any help???
This is the code I have been trying:
@font-face {
font-family: ‘Ubuntu’, Light 300;
font-style: normal;
font-weight: 400;
src: local(‘Ubuntu’), local(‘Ubuntu’), url(http://fonts.googleapis.com/css?family=Ubuntu:300) format('woff');
}
.form-all, .form-all label, .form-all input, .form-all select, .form-all button, .form-all textarea{
font-family: ‘Ubuntu’, Light 300;
font-size:16px;
font-weight: normal;
}
This is a re-post of a comment on How to Use Google Fonts and Custom Fonts in Your Form
-
MikeAnswered on January 13, 2015 at 09:16 AM
You can also try to set the font via the Form Designer.
Use the font-weight 300 instead of normal to get the Light 300 style.
Example:
http://form.jotformpro.com/form/50123491182952
If this does not hep, please provide us with the form link in question. Thank you.