Skip to content

Commit

Permalink
Making the default expected folder structure clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan503 committed Dec 22, 2018
1 parent 40b32cc commit f92a80c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,14 @@ To generate this css:

The default setting for this is `../fonts`. This is to make it compatible with as many folder structures as possible. As long as you have a folder structure that is something like the following then you won't need to change the `$fonts-path` / `$path` setting.

`````
<folder holding front end site assets>
- fonts
- - <font name folder>
- - - <font files>
- <css folder>
- - <css files>
`````
> Default expected folder structure:
>
> - _[folder holding front end assets]_
> - `fonts`
> - _[font name folder]_
> - _[font files]_
> - _[css folder]_
> - _[css file]_
If the default `$fonts-path` setting doesn't work with your folder structure, then you can alter the `$fonts-path` setting to use a different path.

Expand Down

0 comments on commit f92a80c

Please sign in to comment.