37 lines
968 B
CSS
37 lines
968 B
CSS
/* 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;
|
|
}
|
|
|