This commit is contained in:
Rhiannon Morris 2024-12-08 05:03:32 +01:00
parent 815ef5c23f
commit e35f46003b
8 changed files with 97 additions and 27 deletions

View file

@ -0,0 +1,25 @@
@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');
}