Skip to content

Commit 127695c

Browse files
authored
Merge pull request #289 from doggobit0/main
Add Overpass to common.css
2 parents c0d5ea1 + 1180b3c commit 127695c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pages/common.css.wiki

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* Fonts */
2+
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:[email protected]&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
3+
14
:root {
25
--home-panel-heading-background: var(--background-color-neutral);
36
--home-panel-border-color: var(--border-color-subtle);
@@ -51,11 +54,18 @@ blockquote + p cite::before {
5154
pointer-events: none;
5255
}
5356

54-
/* Paragraph / text styles */
57+
/* Paragraph and Text */
58+
5559
p {
5660
text-align: initial;
5761
}
5862

63+
.font-overpass {
64+
font-family: "Overpass", sans-serif;
65+
font-optical-sizing: auto;
66+
font-style: normal;
67+
};
68+
5969
/* Infobox */
6070

6171
.infobox {

0 commit comments

Comments
 (0)