This commit is contained in:
@@ -44,6 +44,7 @@ ShowShareButtons = true
|
||||
ShowToc = true
|
||||
TocOpen = true
|
||||
comments = false
|
||||
customCSS = ["css/custom.css"]
|
||||
|
||||
[params.assets]
|
||||
favicon = "/img/favicon/audora.png"
|
||||
@@ -53,9 +54,6 @@ disableHLJS = 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"
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');
|
||||
|
||||
* {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
p, article, main, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
|
||||
article {
|
||||
code, pre, .highlight {
|
||||
font-family: 'Fira Mono', monospace !important;
|
||||
}
|
||||
Reference in New Issue
Block a user