migrated mulish font and darkreader

This commit is contained in:
Aaron Qian 2022-11-14 00:05:03 -08:00 committed by Aaron Qian
parent 0379080b52
commit c2eb8245dc
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
28 changed files with 43 additions and 301 deletions

View file

@ -4,14 +4,6 @@
{{ partial "helpers/style-bundle.html" . }}
<!--=================== fonts ==============================-->
<link rel="stylesheet" href="{{ "/google-fonts/Mulish/mulish.css" | relURL }}"/>
<!--=================== dark mode ==========================-->
{{ if site.Params.features.darkMode.enable }}
<link rel="stylesheet" href="{{ "/css/colortheme/colortheme.css" | relURL }}"/>
{{ end }}
<!--================= fab-icon =========================-->
{{/* add favicon only if the site author has provided the the favicon */}}
{{ if site.Params.logo.favicon }}