Merge pull request #23656 from celestehorgan/experiment-removing-roboto

Remove Roboto
This commit is contained in:
Kubernetes Prow Robot
2020-09-02 17:47:40 -07:00
committed by GitHub
92 changed files with 7 additions and 5412 deletions
-2
View File
@@ -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
View File
@@ -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 }}