initial cleanup of the styling.
[theme-danix.xyz.git] / layouts / partials / head.html
index 4c451a9..e100d06 100644 (file)
@@ -6,8 +6,6 @@
        {{ $style_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }}
        {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $style_options }}
 
-
-       <link rel="stylesheet" href="{{ "assets/css/dagreynix_fonts.css" | absURL }}">
        <link rel="stylesheet" href="{{ $style.RelPermalink }}">
        {{ partial "funcs/favicon.html" . }}
        <link rel="canonical" href="{{ .Permalink }}">