Skip to content

Commit 2e7e7aa

Browse files
authored
Merge pull request #23656 from celestehorgan/experiment-removing-roboto
Remove Roboto
2 parents 5b08dbc + 33ff66c commit 2e7e7aa

File tree

92 files changed

+7
-5412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+7
-5412
lines changed

assets/scss/_base.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ footer {
7171
background-color: $blue;
7272
text-decoration: none;
7373
font-size: 1rem;
74+
border: 0px;
7475
}
7576

7677
#cellophane {
@@ -336,7 +337,6 @@ dd {
336337
width: 100%;
337338
height: 45px;
338339
line-height: 45px;
339-
font-family: "Roboto", sans-serif;
340340
font-size: 20px;
341341
color: $blue;
342342
}
@@ -612,7 +612,6 @@ section#cncf {
612612
padding-top: 30px;
613613
padding-bottom: 80px;
614614
background-size: auto;
615-
// font-family: "Roboto Mono", monospace !important;
616615
font-size: 24px;
617616
// font-weight: bold;
618617

content/en/includes/partner-style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
.button{
8383
max-width: 100%;
8484
box-sizing: border-box;
85-
font-family: "Roboto", sans-serif;
8685
margin: 0;
8786
display: inline-block;
8887
border-radius: 6px;

content/fr/includes/partner-style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
.button{
8383
max-width: 100%;
8484
box-sizing: border-box;
85-
font-family: "Roboto", sans-serif;
8685
margin: 0;
8786
display: inline-block;
8887
border-radius: 6px;

content/ja/includes/partner-style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
.button{
8383
max-width: 100%;
8484
box-sizing: border-box;
85-
font-family: "Roboto", sans-serif;
8685
margin: 0;
8786
display: inline-block;
8887
border-radius: 6px;

content/zh/includes/partner-style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
.button{
8383
max-width: 100%;
8484
box-sizing: border-box;
85-
font-family: "Roboto", sans-serif;
8685
margin: 0;
8786
display: inline-block;
8887
border-radius: 6px;

layouts/blog/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
{{ partial "head.html" . }}
55
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
66
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
7-
<!-- Disabled as Docsy is primarily handling styles for this template now -->
8-
<!-- <link rel="stylesheet" type="text/css" href="{{ "css/blog.css" | relURL }}"> -->
97
</head>
108
<body class="td-{{ .Kind }} td-blog">
119
<header>

layouts/partials/css.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
{{ $inServerMode := site.IsServer }}
44

5-
<link rel="stylesheet" href="/css/base_fonts.css">
6-
75
{{- if .Params.case_study_styles }}
86
{{ $cssOutput := "css/case-studies.css" }}
97
{{ $caseStudiesCSS := resources.Get "scss/_case-studies.scss" | resources.ToCSS }}

static/css/base_fonts.css

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)