apply font to buttons

pull/22/head
tycrek 3 years ago
parent 4a2091ebdf
commit b68cf5869a
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
body, h1, h2, h3, h4, h5, h6 {
body, h1, h2, h3, h4, h5, h6, button {
font-family: 'Josefin Sans', sans-serif;
}

Loading…
Cancel
Save