Font Styles

The below code will style all of the types of text specific to Dubsado forms. Customize it with your font information.

CODE TO CUSTOMIZE

<div class="hide-on-front">Fonts</div>
<style>
/* =========================
FONTS STYLES
========================= */
.dubsado-form,
.dubsado-form p,
.dubsado-form .form-element__input-label,
.form-checkbox-element .checkbox-option label,
.dubsado-form input,
.dubsado-form textarea,
.dubsado-form select,
.form-multiple-choice-element,
.radio-option label,
.file-element,
.form-element-wrapper {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.5;
font-size: 14px;
color: #000000;
}
.dubsado-form h1 {
line-height: 1.2;
letter-spacing: 0em;
font-size: 3em;
font-family: 'Ovo', serif;
font-weight: 400;
}
.dubsado-form h2 {
line-height: 1;
font-size: 40px;
font-family: 'Ovo', serif;
font-weight: 400;
}
.dubsado-form h3 {
color: rgba(78,78,78,1);
line-height: 1.6;
font-size: 1.5em;
font-family: 'Ovo', serif;
font-weight: 400;
}
.dubsado-form h4 {
color: rgba(78,78,78,1);
font-size: 30px;
font-family: 'Ovo', serif;
font-weight: 400;
font-style: normal;
}
b,
strong {
font-weight: 600;
}
h1, h2, h3, h4, h5 {
margin: 15px 0px;
}
</style>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us