ft_transcendence/frontend/static/css/index.css
2023-12-18 22:27:02 +01:00

12 lines
206 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
body {
margin: 20px;
font-family: 'Roboto Slab', serif;
font-size: 12px;
}
a {
color: #009579;
}