Skip to content

Commit ef89881

Browse files
committed
Merge pull request #115 from seankelly/master
Disable Fira Sans
2 parents 3beff55 + 9713510 commit ef89881

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

themes/rusted/static/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$screen-xs-max: 768px !default;
55

66
// Our variables
7-
$base-font-family: 'Fira Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
7+
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
88
$base-font-size: 16px;
99
$small-font-size: $base-font-size * 0.875;
1010
$base-line-height: 1.5;

themes/rusted/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME|striptags }} - Full Atom Feed" />
3232

33-
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,500italic|Fira+Mono:400' rel='stylesheet' type='text/css'>
3433
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
3534
{% assets filters="scss,cssmin", output="css/web-min.css", "css/main.scss" %}
3635
<link rel="stylesheet" href="/{{ ASSET_URL }}">

0 commit comments

Comments
 (0)