Daily-Dose/styles/simple.css

23 lines
423 B
CSS

@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 {
text-align: center;
font-size: 2*1.5em;
font-weight: 800;
}