rittenhop-ghost/content/themes/solo/assets/css/fonts.css

62 lines
1.6 KiB
CSS
Raw Normal View History

2024-08-29 19:55:56 -04:00
@font-face {
font-family: Manrope;
font-weight: 100 1000;
src: url("../fonts/Manrope[wght].woff2") format("woff2-variations");
}
@font-face {
font-family: "Libre Baskerville";
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/libre-baskerville-v14-latin-regular.woff2") format("woff2");
}
@font-face {
font-family: "Libre Baskerville";
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/libre-baskerville-v14-latin-700.woff2") format("woff2");
}
@font-face {
font-family: "Libre Baskerville";
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/libre-baskerville-v14-latin-italic.woff2") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-regular.woff2") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-700.woff2") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 800;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-800.woff2") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-italic.woff2") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 700;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-700italic.woff2") format("woff2");
}