Files
homepage/src/styles/global.css
T

24 lines
256 B
CSS
Raw Normal View History

2024-12-26 12:41:44 +01:00
body {
margin: 0;
font-family: "Suisse Intl", sans-serif;
}
h1, .h1 {
font-size: 2rem;
font-weight: 400;
}
p, .p {
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
}
strong {
font-weight: 700;
}
h1, h2, p {
max-width: 600px;
}