Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 2bc9508

Browse files
authored
Remove Ubuntu from sans serif font family
Fixes #297
1 parent 9be2119 commit 2bc9508

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

‎assets/css/_font-family.css‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ code, .code, pre code, .highlight pre {
44
}
55

66
.sans-serif {
7-
font-family: 'Muli',
8-
avenir,
9-
'helvetica neue', helvetica,
10-
ubuntu,
11-
roboto, noto,
12-
'segoe ui', arial,
13-
sans-serif;
7+
font-family: 'Muli', Avenir, 'Helvetica Neue', Helvetica, Roboto, Noto, 'Segoe UI', Arial, sans-serif;
148
}
159

1610

‎assets/output/css/app.css‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5002,13 +5002,7 @@ code, .code, pre code, .highlight pre {
50025002
font-family: 'inconsolata',Menlo,Monaco,'Courier New',monospace;
50035003
}
50045004
.sans-serif {
5005-
font-family: 'Muli',
5006-
avenir,
5007-
'helvetica neue', helvetica,
5008-
ubuntu,
5009-
roboto, noto,
5010-
'segoe ui', arial,
5011-
sans-serif;
5005+
font-family: 'Muli', Avenir, 'Helvetica Neue', Helvetica, Roboto, Noto, 'Segoe UI', Arial, sans-serif;
50125006
}
50135007
.serif {
50145008
font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;

0 commit comments

Comments
 (0)