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

Switch to FiraCode for syntax font #251

Merged
merged 1 commit into from
Aug 13, 2018
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
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 @@ -1183,7 +1183,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