Add fonts
This commit is contained in:
parent
fd76dc570f
commit
55fbbb3dcc
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 {
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>stream.t-juice.club</title>
|
||||
<script src="./js/app.tsx" type="module"></script>
|
||||
<link rel="stylesheet" href="./css/style.css" />
|
||||
<link rel="stylesheet" href="./css/fonts.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user