Merge pull request #383 from Calinou/tweak-code-font-display

This commit is contained in:
Rémi Verschelde
2022-01-04 20:30:51 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ pre {
padding: 8px;
border-radius: 2px;
overflow-y: auto;
font-size: 0.9rem;
line-height: 1.5;
}
pre > code {

View File

@@ -37,7 +37,7 @@ description = "head partial"
<link rel="alternate" type="application/rss+xml" title="Godot News" href="/rss.xml">
<link rel="icon" href="{{ 'assets/favicon.png'|theme }}">
<link rel="stylesheet" href="{{ 'assets/css/main.css?5' | theme }}">
<link rel="stylesheet" href="{{ 'assets/css/main.css?6' | theme }}">
<link rel="stylesheet" href="{{ 'assets/css/tobii.min.css?1' | theme }}">
<link rel="preload" as="font" href="{{ 'assets/fonts/Montserrat-Bold.woff2?1' | theme }}" crossorigin>
<link rel="preload" as="font" href="{{ 'assets/fonts/Montserrat-ExtraBold.woff2?1' | theme }}" crossorigin>