Initial commit

This commit is contained in:
Ruben 2025-10-02 17:01:55 +02:00
commit f48cdc268b
31 changed files with 628 additions and 0 deletions

View 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;
}