34 lines
871 B
CSS
34 lines
871 B
CSS
/* retron-black */
|
|
@font-face {
|
|
font-family: Retron;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: local("Retron Black"), local("Retron-Black"), url(retron-black.woff2) format("woff2");
|
|
font-display: swap;
|
|
}
|
|
/* retron-black-dash */
|
|
@font-face {
|
|
font-family: Retron;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: local("Retron Black Dash"), local("Retron-BlackDash"), url(retron-black-dash.woff2) format("woff2");
|
|
font-display: swap;
|
|
}
|
|
/* retron-bold */
|
|
@font-face {
|
|
font-family: Retron;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("Retron Bold"), local("Retron-Bold"), url(retron-bold.woff2) format("woff2");
|
|
font-display: swap;
|
|
}
|
|
/* retron-bold-dash */
|
|
@font-face {
|
|
font-family: Retron;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("Retron Bold Dash"), local("Retron-BoldDash"), url(retron-bold-dash.woff2) format("woff2");
|
|
font-display: swap;
|
|
}
|
|
|