Files
fh4season/styles/fonts.css
2022-12-03 03:10:46 +01:00

21 lines
445 B
CSS

@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');
}