roles-bot/src/web/app/scss/_textstyle.scss

26 lines
521 B
SCSS
Raw Normal View History

2021-12-21 14:12:09 +01:00
p {
font-family: 'Open Sans', sans-serif;
//color: white;
font-size: 1rem;
font-weight: 200;
}
h1{
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 2rem;
font-weight: 800;
}
a{
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 1rem;
text-decoration: none;
font-weight: 400;
}
button {
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 1rem;
text-decoration: none;
font-weight: 400;
}