hogler-letra
Version:
NPM package for use HoglerLetra
26 lines (24 loc) • 679 B
CSS
@font-face {
font-family: 'Hogler';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url("hogler/hogler.woff2") format("woff2"),
url("hogler/hogler.woff") format("woff");
}
@font-face {
font-family: 'Hogler';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url("hogler/hogler-italic.woff2") format("woff2"),
url("hogler/hogler-italic.woff") format("woff");
}
@font-face {
font-family: 'Hogler';
font-style: bold;
font-weight: 400;
font-display: swap;
src: url("hogler/hogler-black.woff2") format("woff2"),
url("hogler/hogler-black.woff") format("woff");
}