1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Correct readme font path information

There is no / between \$icon-font-path and \$icon-font-name
This commit is contained in:
Kyle Florence 2014-02-27 18:21:25 -08:00
parent 3ad23084e3
commit 1ca3539ad0

View file

@ -94,7 +94,7 @@ Assets are discovered automatically on Rails, Sprockets, and Compass, using nati
Otherwise the fonts are referenced as:
```sass
"#{$icon-font-path}/#{$icon-font-name}.eot"
"#{$icon-font-path}#{$icon-font-name}.eot"
```
`$icon-font-path` defaults to `bootstrap/`.