[Bug] Plugin does not enqueue different font weights when used in repeater
-
Hey,
I thought I’d let you know of a bug that’s causing us some headaches.
When using the typography as a sub field of a repeater and specifying different font weights for each row, only one of the font weights gets enqueued.
For testing:
1) Setup repeater row with typography field.
2) Add 2 rows, both with Open Sans Condensed font family
3) Choose font-weight 700 for first row, choose font-weight 300 for second row.
4) Check the enqueued google stylesheet, it will only include the 700 font-weight.Here’s the link that get’s added for us:
<link rel='stylesheet' id='acft-gf-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed%3A400%2C700%7COpen+Sans+Condensed&ver=1568125540' type='text/css' media='all' />
- The topic ‘[Bug] Plugin does not enqueue different font weights when used in repeater’ is closed to new replies.