fonts
This commit is contained in:
parent
f41c23f6f3
commit
776ae2ccee
14 changed files with 92 additions and 10 deletions
25
style/fonts/pragmatapro/pragmatapro.css
Normal file
25
style/fonts/pragmatapro/pragmatapro.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue