Is there currently a way to get custom font url? to be able to define font-face css property for custom font? or is there an alternative method to use custom woff fonts in html elements? without having to host it on website ?
— {
font-family: 'CustomFont';
src: url('customFont.woff2') format('woff2'),
}
the above does not work because the font url is dynamically created with a guid
ie...
blob:https://preview.construct.net/0e0d0154-992b-4ecc-8c04-bb49162d852b