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:
parent
3ad23084e3
commit
1ca3539ad0
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Assets are discovered automatically on Rails, Sprockets, and Compass, using nati
|
||||||
Otherwise the fonts are referenced as:
|
Otherwise the fonts are referenced as:
|
||||||
|
|
||||||
```sass
|
```sass
|
||||||
"#{$icon-font-path}/#{$icon-font-name}.eot"
|
"#{$icon-font-path}#{$icon-font-name}.eot"
|
||||||
```
|
```
|
||||||
|
|
||||||
`$icon-font-path` defaults to `bootstrap/`.
|
`$icon-font-path` defaults to `bootstrap/`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue