Hi,
I’m having issues with Bricks Builder’s Google fonts not working after an update.
The typography is all set under the Theme Styles for the body and headings.
After checking the console log the link below is giving:
400: Invalid selector - Expected a digit
(arrow symbol shown under bolder):
I’ve tried selecting manual font weights too under Body typography as below which didn’t resolve the problem:
100, 200, 300, 400, 500, 600, 700, 800, 900
For a temporary fix, I’ve manually updated the code under:
/wp-content/themes/bricks/includes/assets.php
line 910:
From https://fonts.googleapis.com/css2 to https://fonts.googleapis.com/css
This gets the font to work. Is there a fix for this?