Const
// Generated CSS:
@font-face {
font-family: "Barlow Condensed";
src: url(data:font/ttf;base64,AAEAAA...);
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Crimson Pro";
src: url(data:font/ttf;base64,AAEAAA...);
font-weight: 300;
font-style: normal;
}
// ... other font definitions
Generates CSS @font-face rules for all font families. Converts all font definitions to proper CSS strings.