This commit is contained in:
@@ -49,6 +49,9 @@ comments = false
|
||||
Title = "Bienvenue sur mon blog ! 👋"
|
||||
Content = "Un petit coin sur Internet pour raconter et documenter tout ce qui tourne autour de la tech."
|
||||
|
||||
[[params.assets.css]]
|
||||
href = "https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap"
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = "linktree"
|
||||
url = "https://linktr.ee/redscapefactory"
|
||||
|
||||
11
static/css/custom.css
Normal file
11
static/css/custom.css
Normal file
@@ -0,0 +1,11 @@
|
||||
body {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
|
||||
article {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
Reference in New Issue
Block a user