personal-site/styles.css

8 lines
192 B
CSS
Raw Normal View History

2022-02-14 16:38:47 +01:00
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap');
.nunito {
2022-02-14 16:42:42 +01:00
font-family: 'Nunito Sans', sans-serif;
}
#footer {
2022-02-14 17:04:26 +01:00
background-color: lightgray;
2022-02-14 16:38:47 +01:00
}