mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
font fix
This commit is contained in:
parent
34aad47a49
commit
6f0ba9484f
@ -56,11 +56,7 @@ pygmentscodefencesguesssyntax = true
|
||||
paginate=3 # articles per page
|
||||
|
||||
[params]
|
||||
mode="auto" # color-mode → light,dark,toggle or auto
|
||||
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
|
||||
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/fruworg)"
|
||||
mathjax = true # enable MathJax support
|
||||
katex = true # enable KaTeX support
|
||||
|
||||
# Social Tags
|
||||
|
||||
@ -101,6 +97,3 @@ name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 4
|
||||
```
|
||||
|
||||
## Credits
|
||||
Forked from [Archie Theme](https://github.com/athul/archie) and Licensed under MIT License
|
||||
|
@ -22,12 +22,6 @@
|
||||
|
||||
{{- template "_internal/opengraph.html" . -}}
|
||||
{{- template "_internal/twitter_cards.html" . -}}
|
||||
{{ if .Site.Params.useCDN | default false -}}
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@1,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
|
||||
{{- else -}}
|
||||
<link href="{{ $fontstyle.Permalink }}" rel="stylesheet">
|
||||
{{ end }}
|
||||
|
||||
{{ $style := resources.Get "css/main.css" | fingerprint }}
|
||||
|
Loading…
Reference in New Issue
Block a user