Scripts/resources/[custom_script]/aty_crew/ui/css/fonts.css

61 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2024-12-29 19:48:41 +00:00
@font-face {
font-family: "TT Lakes Neue";
src: url("../fonts/ttlakes/TTLakesNeue-Light.ttf");
font-weight: 300;
}
@font-face {
font-family: "TT Lakes Neue";
src: url("../fonts/ttlakes/TTLakesNeue-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: "TT Lakes Neue";
src: url("../fonts/ttlakes/TTLakesNeue-Medium.ttf");
font-weight: 500;
}
@font-face {
font-family: "TT Lakes Neue";
src: url("../fonts/ttlakes/TTLakesNeue-DBold.ttf");
font-weight: 600;
}
@font-face {
font-family: "TT Lakes Neue";
src: url("../fonts/ttlakes/TTLakesNeue-Bold.ttf");
font-weight: 700;
}
@font-face {
font-family: "Barlow";
src: url("../fonts/barlow/Barlow-Light.ttf");
font-weight: 300;
}
@font-face {
font-family: "Barlow";
src: url("../fonts/barlow/Barlow-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: "Barlow";
src: url("../fonts/barlow/Barlow-Medium.ttf");
font-weight: 500;
}
@font-face {
font-family: "Barlow";
src: url("../fonts/barlow/Barlow-SemiBold.ttf");
font-weight: 600;
}
@font-face {
font-family: "Barlow";
src: url("../fonts/barlow/Barlow-Bold.ttf");
font-weight: 700;
}