Merge pull request #23656 from celestehorgan/experiment-removing-roboto
Remove Roboto
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
{{ partial "head.html" . }}
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
<!-- Disabled as Docsy is primarily handling styles for this template now -->
|
||||
<!-- <link rel="stylesheet" type="text/css" href="{{ "css/blog.css" | relURL }}"> -->
|
||||
</head>
|
||||
<body class="td-{{ .Kind }} td-blog">
|
||||
<header>
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
{{ $inServerMode := site.IsServer }}
|
||||
|
||||
<link rel="stylesheet" href="/css/base_fonts.css">
|
||||
|
||||
{{- if .Params.case_study_styles }}
|
||||
{{ $cssOutput := "css/case-studies.css" }}
|
||||
{{ $caseStudiesCSS := resources.Get "scss/_case-studies.scss" | resources.ToCSS }}
|
||||
|
||||
Reference in New Issue
Block a user