fix: update font family to Montserrat and adjust list margins
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
||||
</head>
|
||||
|
@@ -2,7 +2,7 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
background-color: #1a202c;
|
||||
color: #e2e8f0;
|
||||
min-height: 100vh;
|
||||
@@ -165,11 +165,13 @@ article ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
article ol {
|
||||
list-style-type: decimal;
|
||||
padding-left: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
article li {
|
||||
margin-bottom: 0.5rem;
|
||||
|
Reference in New Issue
Block a user