Initial commit
This commit is contained in:
commit
f48cdc268b
31 changed files with 628 additions and 0 deletions
BIN
custom/fonts/pt-serif/pt-serif-bold-italic.woff2
Normal file
BIN
custom/fonts/pt-serif/pt-serif-bold-italic.woff2
Normal file
Binary file not shown.
BIN
custom/fonts/pt-serif/pt-serif-bold.woff2
Normal file
BIN
custom/fonts/pt-serif/pt-serif-bold.woff2
Normal file
Binary file not shown.
BIN
custom/fonts/pt-serif/pt-serif-italic.woff2
Normal file
BIN
custom/fonts/pt-serif/pt-serif-italic.woff2
Normal file
Binary file not shown.
37
custom/fonts/pt-serif/pt-serif.css
Normal file
37
custom/fonts/pt-serif/pt-serif.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/* pt-serif-bold */
|
||||
@font-face {
|
||||
font-family: PT Serif;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: local("PT Serif Bold"), local("PTSerif-Bold"), url(pt-serif-bold.woff2) format("woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
/* pt-serif-bold-italic */
|
||||
@font-face {
|
||||
font-family: PT Serif;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url(pt-serif-bold-italic.woff2) format("woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
/* pt-serif-italic */
|
||||
@font-face {
|
||||
font-family: PT Serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: local("PT Serif Italic"), local("PTSerif-Italic"), url(pt-serif-italic.woff2) format("woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
/* pt-serif */
|
||||
@font-face {
|
||||
font-family: PT Serif;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: local("PT Serif"), local("PTSerif-Regular"), url(pt-serif.woff2) format("woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
BIN
custom/fonts/pt-serif/pt-serif.woff2
Normal file
BIN
custom/fonts/pt-serif/pt-serif.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue