Google Fonts not enqueued
-
I’m using the typography field in ACF option page & i’m calling it like this in <head> section.
.navbar .navbar-top li a { font-family:<?php the_typography_field( 'main_navigation_font','font_family','option' ); ?>;
the result is
.navbar .navbar-top li a { font-family:Junge; }
the thing is Google Fonts is not enqueued & not showing the correct font-family
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Google Fonts not enqueued’ is closed to new replies.