This commit is contained in:
Rhiannon Morris 2020-10-30 07:56:57 +01:00
parent f41c23f6f3
commit 776ae2ccee
14 changed files with 92 additions and 10 deletions

View file

@ -0,0 +1,25 @@
@font-face {
font-family: PragmataPro;
font-weight: 400;
src: url(r.woff2);
}
@font-face {
font-family: PragmataPro;
font-weight: 500;
src: url(b.woff2);
}
@font-face {
font-family: PragmataPro;
font-weight: 400;
font-style: italic;
src: url(i.woff2);
}
@font-face {
font-family: PragmataPro;
font-weight: 500;
font-style: italic;
src: url(bi.woff2);
}