fern-ribs
Hi,
My bad, I accessed wrong URL.
In the editor, it loads JA Builder but on the frontend--ja-builder page, you're assigning a different template for that 'ja-builder' page.
As I can see that it doesn't load the font correctly:
<j
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin:regular|Playfair+Display+SC:regular|Quattrocento:regular|Petit+Formal+Script&subset=latin-ext" />
It should be:
<link href="https://fonts.googleapis.com/css?family=Cabin:regular|Playfair+Display+SC:regular|Quattrocento:regular|Petit+Formal+Script&subset=latin-ext" rel="stylesheet" data-font="google">
Kindly check with your template provider, I'm not sure why this link tag is included in other < j tag like that
Regards