Skip to content

Commit 326a0d5

Browse files
Use default font for headings and body text (#183)
This PR uses the default pydata sphinx theme font for body text and headings.~~and leaves barlow for heading.~~ Addresses #88. 2025-02-27 docs workgroup meeting agreed that removing Barlow made sense. If needed, we can revisit the fonts in a future issue/PR. --------- Co-authored-by: Draga Doncila Pop <[email protected]>
1 parent 3027579 commit 326a0d5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

napari_sphinx_theme/static/css/napari-sphinx-theme.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/***************************
22
napari custom colors
33
***************************/
4-
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
54

65
html {
76
--napari-primary-blue: #80d1ff;
87
--napari-deep-blue: #009bf2;
98
--napari-light-blue: #d2efff;
109
--napari-dark-gray: #686868;
1110
--napari-gray: #f7f7f7;
12-
--pst-font-family-base: "Barlow", var(--pst-font-family-base-system);
13-
--pst-font-family-heading: "Barlow", var(--pst-font-family-base-system);
11+
--pst-font-family-base: var(--pst-font-family-base-system);
12+
--pst-font-family-heading: var(--pst-font-family-base-system);
1413
--pst-font-family-monospace: "JetBrains Mono", var(--pst-font-family-monospace-system);
1514
--pst-font-size-base: 16px;
1615
--pst-color-headerlink: var(--napari-dark-gray);
@@ -55,7 +54,6 @@ html[data-theme="dark"] {
5554

5655
body {
5756
margin: 0;
58-
font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5957
text-align: left;
6058
}
6159

0 commit comments

Comments
 (0)