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

Commit

Permalink
Merge pull request #12 from 18F/jy-font-path
Browse files Browse the repository at this point in the history
Fix fonts
  • Loading branch information
jessieay committed Sep 14, 2016
2 parents 307b29c + 6cbd86f commit 862e862
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 96 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ Then bundle and include the stylesheets in your manifest in this order:
```
# app/assets/stylesheets/application.scss
@import 'uswds_rails_overrides/core/defaults';
@import 'uswds/all';
@import 'uswds_rails_overrides/all';
```
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/uswds_rails_overrides/all.scss
@@ -1,6 +1,6 @@
// Core -------------- //

@import 'core/fonts';
@import 'core/defaults';

// Elements -------------- //

Expand Down
@@ -0,0 +1,3 @@
// Typography
$font-path: 'uswds';
$asset-pipeine: true;
95 changes: 0 additions & 95 deletions app/assets/stylesheets/uswds_rails_overrides/core/_fonts.scss

This file was deleted.

0 comments on commit 862e862

Please sign in to comment.