Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Switch to FiraCode for syntax font (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Aug 13, 2018
1 parent 7320614 commit 22b8559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/ropensci/static/css/code.pcss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Code stuff */
@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i');
@import url(https://unpkg.com/firacode/distr/fira_code.css);

code, pre {
font-family: "Space Mono";
font-family: "Fira Code";
font-size: .8rem;
}

Expand Down
4 changes: 2 additions & 2 deletions themes/ropensci/static/css/style-new.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i');/* Reset *//* http://meyerweb.com/eric/tools/css/reset/
@import url(https://unpkg.com/firacode/distr/fira_code.css);/* Reset *//* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/html, body, div, span, applet, object, iframe,
Expand Down Expand Up @@ -1182,7 +1182,7 @@ q:before, q:after {
border-radius: 20px;
font-weight: 700;
}/* Code stuff */code, pre {
font-family: "Space Mono";
font-family: "Fira Code";
font-size: .8rem;
}code {
background: #f3f7ff;
Expand Down

0 comments on commit 22b8559

Please sign in to comment.