Skip to content

Commit bcd10ac

Browse files
authored
Merge pull request #85 from dmlloyd/roboto
Set monospace font to Roboto Mono
2 parents 35e25c4 + 5e501be commit bcd10ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/quarkus.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// PROJECT styles to overwrite global.scss
22

33
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
4+
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
45

56
html,
67
body {
@@ -187,15 +188,14 @@ dl dt {
187188

188189
code, pre, pre span {
189190
color: gray;
190-
line-height: inherit;
191191
background-color: inherit;
192192
padding: 0;
193193
a {
194194
text-decoration: none;
195195
color: inherit;
196196
font: inherit;
197197
}
198-
font-family: monospace;
198+
font-family: 'Roboto Mono', monospace;
199199
}
200200

201201
.quarkus-homepage {

0 commit comments

Comments
 (0)