switch to sans serif
This commit is contained in:
parent
a407bce53b
commit
a6f7643607
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
<title>hippoz</title>
|
||||
|
||||
<link rel="stylesheet" href="/res/style.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap">
|
||||
|
||||
<meta name="Description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, and a contact page.">
|
||||
</head>
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
--button-accent-color: #3d3d3d;
|
||||
--selected-bg-color: #2E2E2E;
|
||||
--hover-bg-color: #555555;
|
||||
--main-font-weight: 400;
|
||||
--main-font-weight: 500;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--body-bg-color);
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
font-weight: var(--main-font-weight);
|
||||
}
|
||||
|
||||
|
@ -61,6 +61,7 @@ body {
|
|||
|
||||
.button-selected {
|
||||
color: var(--accent-bg-color);
|
||||
|
||||
background-color: var(--selected-bg-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue