Prevent jetpack-global-styles-frontend-style-inline-css from loading
-
I noticed this inline CSS appeared in my
<head>, and since it seems useless considering the Jetpack features enabled, I’d like to prevent this style from loading.I’m familiar with
functions.phpandwp_dequeue_stylefunction, therefore I just need to know what I have to dequeue.The whole code, for reference:
<style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; --font-base-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } </style>The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Prevent jetpack-global-styles-frontend-style-inline-css from loading’ is closed to new replies.