Skip to content

Commit 5163ace

Browse files
committed
Update wow-marketo-forms.css
Added WV Visual Sans Variable
1 parent a985e26 commit 5163ace

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

marketo/wow-marketo-forms.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--mkto-embed-color-placeholder: #757575;
1010

1111
/* Typography */
12-
--mkto-embed-font-family: "WF Visual Sans Text", sans-serif;
12+
--mkto-embed-font-family: "WF Visual Sans Variable", sans-serif;
1313

1414
/* Light Mode Theme */
1515
--mkto-embed-color-text: #080808;
@@ -41,6 +41,7 @@ display: flex;
4141
flex-wrap: wrap;
4242
gap: 24px;
4343
font-family: var(--mkto-embed-font-family) !important;
44+
font-variation-settings: "wght" 400, "opsz" 20;
4445
}
4546

4647
.mktoFormRow {
@@ -98,7 +99,8 @@ z-index: 1 !important;
9899
position: relative;
99100
font-size: .9rem !important;
100101
line-height: 1.2em !important;
101-
font-weight: 500 !important;
102+
font-weight: 550 !important;
103+
font-variation-settings: "wght" 550, "opsz" 20;
102104
letter-spacing: 0em !important;
103105
margin-bottom: .5rem !important;
104106
text-transform: none !important;
@@ -123,6 +125,7 @@ height: auto;
123125
font-size: 1rem !important;
124126
line-height: 1.5em !important;
125127
font-weight: 400 !important;
128+
font-variation-settings: "wght" 400, "opsz" 20;
126129
letter-spacing: 0em !important;
127130
width: 100% !important;
128131
color: var(--mkto-embed-color-text);
@@ -278,7 +281,8 @@ border-radius: 4px;
278281
flex: none;
279282
padding: 1em 1.5em !important;
280283
font-size: 1rem !important;
281-
font-weight: 600 !important;
284+
font-weight: 500 !important;
285+
font-variation-settings: "wght" 500, "opsz" 20;
282286
line-height: 1.2;
283287
text-decoration: none;
284288
transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

0 commit comments

Comments
 (0)