24 lines
518 B
CSS
24 lines
518 B
CSS
@font-face {
|
|
font-family: 'SquadaOne';
|
|
src: url('/fonts/SquadaOne-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'PTSans';
|
|
src: url('/fonts/PTSansCaption-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'PTSans';
|
|
src: url('/fonts/PTSansCaption-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|