25 lines
418 B
CSS
25 lines
418 B
CSS
@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);
|
|
}
|