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

Commit

Permalink
updated font example
Browse files Browse the repository at this point in the history
  • Loading branch information
dannychapman committed Sep 24, 2015
1 parent 02f4038 commit cfef4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Front end packaging for VA applications. To compile files locally using grunt, m
To run use in a rails app, simply install using bower (step 1), then move the assets to your Rails application. Note: asset urls will need to be updated. For example:

```html
url(yourfont.otf)
url(fonts/va.eot)
```

to:

```html
font-url(yourfont.otf)
font-url(va.eot)
```

Additional Foundation components can be added / managed using the app.scss file.

0 comments on commit cfef4f8

Please sign in to comment.