nouveau-theatre-de-besancon/assets/css/src/text.css

33 lines
529 B
CSS
Raw Normal View History

2024-07-24 09:43:31 +02:00
@font-face {
font-family: "Joker";
src: url("/assets/fonts/Jokker-Medium.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: "Joker";
src: url("/assets/fonts/Jokker-Semibold.woff") format("woff");
font-weight: bold;
}
body {
font-family: "Joker";
font-size: var(--font-size-body);
}
2024-07-30 12:07:47 +02:00
h1,
.h1 {
font-size: var(--font-size-h1);
font-weight: normal;
}
h2,
.h2 {
font-size: var(--font-size-h2);
font-weight: normal;
}
h3,
.h3 {
font-size: var(--font-size-h3);
font-weight: normal;
}