Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed May 12, 2020
1 parent 06b2184 commit 48834c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions assets/scss/slate/docuapi_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ $nav-active-bg: #000 !default;
// FONTS
////////////////////
@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');

$font-default-family: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$font-code-family: inconsolata, Menlo, Monaco, courier new, monospace !default;
$font-code-size: 14px !default;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* user zoom.
*/
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
html {
font-family: sans-serif;
/* 1 */
Expand Down Expand Up @@ -369,8 +370,8 @@ body, .content h3, .content h4, .content h2, .content h1 {
font-weight: 700; }

.content pre, .content code {
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
font-size: 12px;
font-family: inconsolata, Menlo, Monaco, courier new, monospace;
font-size: 14px;
line-height: 1.5; }

.content pre, .content code {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* user zoom.
*/
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
html {
font-family: sans-serif;
/* 1 */
Expand Down Expand Up @@ -369,8 +370,8 @@ html, body, .content h3, .content h4, .content h5, .content h6, .content h2, .co
font-weight: 700; }

.content pre, .content code {
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
font-size: 12px;
font-family: inconsolata, Menlo, Monaco, courier new, monospace;
font-size: 14px;
line-height: 1.5; }

.content code {
Expand Down
2 changes: 1 addition & 1 deletion static/css/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
/* GenericTraceback */ .chroma .gt { }
/* GenericUnderline */ .chroma .gl { }
/* Text */ .chroma . { }
/* TextWhitespace */ .chroma .w { color: #888888 }
/* TextWhitespace */ .chroma .w { color: #A6A6A6 }

0 comments on commit 48834c7

Please sign in to comment.