Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function injectGlobalCSS() {
injectLayoutBaseCSS(`
${reset};
html,
body,
#root {
height: 100%;
}
body {
margin: 0;
padding: 0;
}
@font-face {
font-family: Unica77LL-Regular;
src: url(/assets/fonts/Unica77LL-Regular.otf);
}