Home › Forums › ACF PRO › Repeater Subfield for wp_enqueue_style Source › Reply To: Repeater Subfield for wp_enqueue_style Source
I don’t see anything. I can only think of a few things. The first is that the handle is already registered and you cannot override it. The second is that the space in “Open Sans” is causing a problem since this is used as an ID for the link tag and ID values cannot contain spaces.
Have you tried enqueuing the stylesheet without using the acf function, by just using
wp_enqueue_style( 'Open Sans', 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600', array(), false, 'all' );
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.