Compare commits

...

2 Commits

Author SHA1 Message Date
e2fb9362f6 Tweak formattng of tables
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-05-14 20:32:22 -07:00
038c8e0ac6 Enable bold Raleway loading
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-05-14 20:31:23 -07:00
2 changed files with 1 additions and 2 deletions

View File

@ -172,7 +172,6 @@ td {
td, th { td, th {
padding: 0.5rem; padding: 0.5rem;
vertical-align: top;
} }
div.highlight tr { div.highlight tr {

View File

@ -11,7 +11,7 @@
{{ end }} {{ end }}
<!-- Fonts --> <!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Raleway&family=Lora&display=block" media="screen"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Raleway:wght@400;700&family=Lora&display=block" media="screen">
<!-- External CSS (normalize and KaTeX --> <!-- External CSS (normalize and KaTeX -->
{{ partial "defercss.html" (dict "url" .Site.Params.normalizeCssUrl "extra" "") }} {{ partial "defercss.html" (dict "url" .Site.Params.normalizeCssUrl "extra" "") }}