From 4707d150478219a3cbc0865fcc75c9d89a2ee96e Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Wed, 6 Mar 2019 18:17:36 +0100 Subject: [PATCH 1/3] Set monospace font to Roboto Mono --- _sass/quarkus.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/quarkus.scss b/_sass/quarkus.scss index 743c1d9201b..53c9c35d4f0 100644 --- a/_sass/quarkus.scss +++ b/_sass/quarkus.scss @@ -185,6 +185,8 @@ dl dt { font-weight: 700; } +@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); + code, pre, pre span { color: gray; line-height: inherit; @@ -193,7 +195,7 @@ code, pre, pre span { a { text-decoration: none; } - font-family: monospace; + font-family: 'Roboto Mono', monospace; } .quarkus-homepage { From 50ab6fd0d37a857bd9b71bd82c48df3f92a7a333 Mon Sep 17 00:00:00 2001 From: Adela Sofia Arreola Date: Wed, 6 Mar 2019 10:24:17 -0700 Subject: [PATCH 2/3] Update quarkus.scss --- _sass/quarkus.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/quarkus.scss b/_sass/quarkus.scss index 53c9c35d4f0..ed91b0864aa 100644 --- a/_sass/quarkus.scss +++ b/_sass/quarkus.scss @@ -189,7 +189,6 @@ dl dt { code, pre, pre span { color: gray; - line-height: inherit; background-color: inherit; padding: 0; a { From 5e501be95fddb556a512452df098f9bee5ad3ed0 Mon Sep 17 00:00:00 2001 From: Adela Sofia Arreola Date: Wed, 6 Mar 2019 10:26:44 -0700 Subject: [PATCH 3/3] Update quarkus.scss --- _sass/quarkus.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/quarkus.scss b/_sass/quarkus.scss index ed91b0864aa..ab82959aec1 100644 --- a/_sass/quarkus.scss +++ b/_sass/quarkus.scss @@ -1,6 +1,7 @@ // PROJECT styles to overwrite global.scss @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'); +@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); html, body { @@ -185,8 +186,6 @@ dl dt { font-weight: 700; } -@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); - code, pre, pre span { color: gray; background-color: inherit;