21 lines
455 B
CSS
21 lines
455 B
CSS
@font-face {
|
|
font-family: 'Trailers';
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
src: url('/fonts/TT_trailers/TT Trailers Trial Bold.ttf') format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url('/fonts/Inter/Inter-Medium.ttf') format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Inter;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
src: url('/fonts/Inter/Inter-Bold.ttf') format("truetype");
|
|
}
|