Add fonts
This commit is contained in:
1
src/css/fonts.css
Normal file
1
src/css/fonts.css
Normal file
@@ -0,0 +1 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;600&display=swap');
|
@@ -56,7 +56,8 @@ ul.menu-list {
|
||||
|
||||
a.menu-link {
|
||||
padding-left: 2em;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
font-family: 'Prompt', sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: larger;
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -67,7 +68,8 @@ a.menu-link {
|
||||
background-color: var(--menu-header-color);
|
||||
color: var(--menu-header-text);
|
||||
font-size: larger;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
font-family: 'Prompt', sans-serif;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a.menu-heading {
|
||||
|
Reference in New Issue
Block a user