yummy.cricket/fonts/pragmatapro/pragmatapro.css

26 lines
478 B
CSS
Raw Normal View History

2024-12-08 05:03:32 +01:00
@font-face {
font-family: PrgmataPro;
font-weight: 400;
src: url(r.woff2) format('woff2');
}
@font-face {
font-family: PrgmataPro;
font-weight: 500;
src: url(b.woff2) format('woff2');
}
@font-face {
font-family: PrgmataPro;
font-weight: 400;
font-style: italic;
src: url(i.woff2) format('woff2');
}
@font-face {
font-family: PrgmataPro;
font-weight: 500;
font-style: italic;
src: url(bi.woff2) format('woff2');
}