Daily-Dose/styles/simple.css

23 lines
423 B
CSS
Raw Normal View History

2020-11-10 13:26:53 +00:00
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap');
* {
font-family: 'Merriweather', serif;
font-weight: 300;
}
strong {
font-weight: 700;
}
h1 {
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
#daily-dose {
2020-11-10 14:53:44 +00:00
text-align: center;
2020-11-10 13:26:53 +00:00
font-size: 2*1.5em;
font-weight: 800;
}