use jetbrains mono for code
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2023-06-25 17:33:51 +02:00
parent 20601b4dde
commit 55f51b95b3
2 changed files with 6 additions and 1 deletions

View file

@ -36,6 +36,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=JetBrains+Mono&display=swap">
<link rel="stylesheet" href="/style/style.css">
<link rel="stylesheet" href="/style/dark.css">
<link rel="icon" href="/favicon.ico">

View file

@ -6,11 +6,15 @@ html {
body {
margin-top: 106px;
font-family: Roboto, sans-serif;
font-family: "Roboto", sans-serif;
background-color: #404142;
margin-bottom: 100px;
}
code {
font-family: "JetBrains Mono", monospace;
}
h1, h2, h3, h4, h5, h6, .nav-item {
font-family: "Roboto Slab", serif;
}