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

Attempt to fix the use of the Avenir fonts from fastfonts.net #342

Merged
merged 1 commit into from
Apr 13, 2015
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
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