Add Raleway font for page headings
This commit is contained in:
parent
4c7fe1bec9
commit
085f014d9e
1 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
|
||||
|
||||
:root {
|
||||
font-family: sans-serif;
|
||||
--color-bg: white;
|
||||
|
@ -28,6 +30,11 @@ body>section {
|
|||
max-width: 60em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 1em 0 .2em;
|
||||
width: max-content;
|
||||
|
|
Loading…
Reference in a new issue