You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If variant in typography field is 400 or regular, it doesn't output font-style: normal. This causes the element to inherit font-style from the parent elements which defeats the purpose of using typography field.
Use one typography field on h1, h2, h3, h4, h5, h6 and another typography field on .widget-title. In the customizer, set font variant of h1, h2, h3, h4, h5, h6 to italic and .widget-title to regular. This would cause .widget-title to be italic as well.
The text was updated successfully, but these errors were encountered:
rahulv3a
changed the title
typography field: font-style in CSS output if variant is regular/400
typography field: font-style: regular missing in CSS output if variant is regular/400
May 17, 2016
rahulv3a
changed the title
typography field: font-style: regular missing in CSS output if variant is regular/400
typography field: font-style missing in CSS output if variant is regular/400
May 17, 2016
Issue description:
If
variant
intypography
field is 400 or regular, it doesn't outputfont-style: normal
. This causes the element to inheritfont-style
from the parent elements which defeats the purpose of usingtypography
field.Version used:
Latest commit in develop branch, 556c23d.
Using theme_mods or options?
theme_mods
To reproduce the issue
Use one
typography
field onh1, h2, h3, h4, h5, h6
and anothertypography
field on.widget-title
. In the customizer, set font variant ofh1, h2, h3, h4, h5, h6
toitalic
and.widget-title
toregular
. This would cause.widget-title
to beitalic
as well.The text was updated successfully, but these errors were encountered: