website/static/index.css

10 lines
146 B
CSS
Raw Normal View History

2023-09-30 15:01:59 -07:00
body {
2024-03-30 15:23:02 -07:00
font-family: "Noto Sans", sans-serif;
2023-09-30 15:01:59 -07:00
}
2024-03-30 15:23:02 -07:00
h1,h2,h3,h4,h5,h6{
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
2023-09-30 15:01:59 -07:00
}