Create a FONTFACECSS output for @font-face styling from your uploaded file in your browser.
@font-face {
font-family: 'My Font';
src: url('fonts/myfont.woff2') format('woff2'),
url('fonts/myfont.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}Generate @font-face CSS declarations from your hosted font files. Configure family, weight, style, font-display, and unicode-range; copy production-ready CSS.