use jetbrains mono for code
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
This commit is contained in:
parent
20601b4dde
commit
55f51b95b3
2 changed files with 6 additions and 1 deletions
|
@ -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://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&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=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/style.css">
|
||||||
<link rel="stylesheet" href="/style/dark.css">
|
<link rel="stylesheet" href="/style/dark.css">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
|
|
|
@ -6,11 +6,15 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-top: 106px;
|
margin-top: 106px;
|
||||||
font-family: Roboto, sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
background-color: #404142;
|
background-color: #404142;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: "JetBrains Mono", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, .nav-item {
|
h1, h2, h3, h4, h5, h6, .nav-item {
|
||||||
font-family: "Roboto Slab", serif;
|
font-family: "Roboto Slab", serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue