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

Commit

Permalink
Merge pull request #342 from poorgeek/fix-fastfonts
Browse files Browse the repository at this point in the history
Attempt to fix the use of the Avenir fonts from fastfonts.net
  • Loading branch information
LinuxBozo committed Apr 13, 2015
2 parents 645bf43 + 7f68932 commit 3a015a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="//fast.fonts.net/cssapi/44e8c964-4684-44c6-a6e3-3f3da8787b50.css">
<!-- build:css(.) styles/vendor.css -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/hmda-pilot.css -->
Expand Down
5 changes: 5 additions & 0 deletions app/styles/hmda-pilot.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
@import (less) "wizard.less";
@import (less) "progressBar.less";

.webfont-demi {
.webfont-demi();
font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
}

// Layouts
.wrapper, .wrap {
.grid_wrapper();
Expand Down

0 comments on commit 3a015a5

Please sign in to comment.