Files
keikos.work/assets/css/fonts.css

57 lines
1.3 KiB
CSS

@font-face {
font-family: "Cal Sans";
font-style: normal;
src: url("/assets/fonts/CalSans.woff2") format("woff2"),
url("/assets/fonts/CalSans.woff") format("woff"),
url("/assets/fonts/CalSans.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento";
font-style: normal;
font-weight: 400;
src: url("/assets/fonts/Quattrocento-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento";
font-style: normal;
font-weight: 700;
src: url("/assets/fonts/Quattrocento-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento Sans";
font-style: normal;
font-weight: 400;
src: url("/assets/fonts/QuattrocentoSans-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento Sans";
font-style: normal;
font-weight: 700;
src: url("/assets/fonts/QuattrocentoSans-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento Sans";
font-style: italic;
font-weight: 400;
src: url("/assets/fonts/QuattrocentoSans-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Quattrocento Sans";
font-style: italic;
font-weight: 700;
src: url("/assets/fonts/QuattrocentoSans-BoldItalic.ttf") format("truetype");
}
@font-face {
font-family: "Kaisei Decol";
font-style: normal;
font-weight: 400;
src: url("/assets/fonts/KaiseiDecol-Regular.ttf") format("truetype");
}