Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _shared_assets/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
* FIX THE DESIGN OF THE RTD THEME
*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* NC blue */
.wy-side-nav-search {
background-color: #0082c9;
Expand Down
Binary file removed static/css/fonts/OpenSans-Bold.ttf
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Bold.woff
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Italic.ttf
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Italic.woff
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Light.ttf
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Light.woff
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Regular.ttf
Binary file not shown.
Binary file removed static/css/fonts/OpenSans-Regular.woff
Binary file not shown.
36 changes: 1 addition & 35 deletions static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@

/*---- General ----*/

/* enable to reveal boxes everywhere */
/** {
border-style: solid;
border-color: red;
}*/

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-Regular.woff) format('woff'), url(fonts/OpenSans-Regular.ttf) format('ttf');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: bold;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-Semibold.woff) format('woff'), url(fonts/OpenSans-Semibold.ttf) format('ttf');
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: normal;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/OpenSans-Italic.woff) format('woff'), url(fonts/OpenSans-Bold.ttf) format('ttf');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: light;
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff'), url(fonts/OpenSans-Light.ttf) format('ttf');
}

@font-face {
font-family: 'Glyphicons Halflings';

Expand All @@ -54,7 +20,7 @@ span.avoidwrap {

/* Make background white, font grey and default buttons a bit darker to compensate */
body {
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !important;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #555;
background: #fff;
}
Expand Down