mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Merge pull request #383 from Calinou/tweak-code-font-display
This commit is contained in:
@@ -746,6 +746,8 @@ pre {
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
overflow-y: auto;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user