Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
set Graphik font name
Browse files Browse the repository at this point in the history
  • Loading branch information
akdetrick committed May 5, 2016
1 parent 1301433 commit 9992fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hologram/desktop/templates/_header.html
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<title>Sassquatch <%= (isIndex ? "" : ": #{title}") %></title>
<link rel="stylesheet" href="http://static1.meetupstatic.com/fonts/whitney.css" type="text/css" />
<link rel="stylesheet" href="http://static2.meetupstatic.com/s/fonts/518642215741793673538/graphik.css">
<link rel="stylesheet" href="http://static1.meetupstatic.com/style/red-label.css" type="text/css" />
<link rel="stylesheet" href="sassquatch/sassquatch.css">
<link rel="stylesheet" href="style/doc.css">
Expand Down
2 changes: 1 addition & 1 deletion hologram/mobile/templates/_header.html
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<title>Sassquatch Mobile <%= (isIndex ? "" : ": #{title}") %></title>
<link rel="stylesheet" href="http://static1.meetupstatic.com/fonts/whitney.css" type="text/css" />
<link rel="stylesheet" href="http://static2.meetupstatic.com/s/fonts/518642215741793673538/graphik.css">
<link rel="stylesheet" href="http://static1.meetupstatic.com/style/red-label.css" type="text/css" />
<link rel="stylesheet" href="sassquatch/sassquatch.css">
<link rel="stylesheet" href="style/doc.css">
Expand Down
2 changes: 1 addition & 1 deletion sass/globals/_type.scss
@@ -1,4 +1,4 @@
$font : "Graphik", helvetica, arial, sans-serif;
$font : "Graphik Meetup", helvetica, arial, sans-serif;
$font--mono : Monaco, "Andale Mono", "Courier New", monospace;

// Sizes
Expand Down

0 comments on commit 9992fee

Please sign in to comment.