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

45 lines
675 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", sans-serif;
2024-07-24 09:43:31 +02:00
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;
}
h4,
.h4 {
font-size: var(--font-size-h4);
2024-07-31 07:59:51 +02:00
font-weight: 500;
}
h5,
.h5 {
font-size: var(--font-size-h5);
font-weight: 600;
}