This commit is contained in:
2022-12-03 03:10:46 +01:00
parent df3312a604
commit 46d6b1d991
86 changed files with 1078 additions and 0 deletions

20
styles/fonts.css Normal file
View File

@@ -0,0 +1,20 @@
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: normal;
src: url('../fonts/PT-Sans-Regular.ttf');
}
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: bold;
src: url('../fonts/PT-Sans-Bold.ttf');
}
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
font-weight: normal;
src: url('../fonts/PT-Sans-Narrow-Regular.ttf');
}