Css Issue Standalone, Url Fonts, And Cloudflare Ssl Issue

i have an issue with

var/cache/misc/assets/design/backend/css/standalone.3044ed76c30c5a57b97be510fa93395a1524928846.css

@font-face {
font-family: 'backend-glyphs';
src:url('../../../../../../../design/backend/media/fonts/glyphs.eot?1524928846');
src:url('../../../../../../../design/backend/media/fonts/glyphs.eot?1524928846#iefix') format('embedded-opentype'),
url('../../../../../../../design/backend/media/fonts/glyphs.woff?1524928846') format('woff'),

its loads url CORS meaning my admin is non https and frontend is https..

cs-cart seems to load with hardcoded https so the backend cant load these.

Issue is a cloudflare thing where i push ssl but the cart is not ssl so i have to fiddle to make all work so it doesnt loop

How can i bypass thig css ?

If you have an SSL cert, why aren't you using it for the entire site?