All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 51s
17 lines
386 B
CSS
17 lines
386 B
CSS
@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;
|
|
}
|
|
|
|
p, article, main, h1, h2, h3, h4, h5, h6 {
|
|
font-family: 'Fira Mono', monospace !important;
|
|
}
|
|
|
|
code, pre, .highlight {
|
|
font-family: 'Fira Mono', monospace !important;
|
|
} |