Update README
This commit is contained in:
parent
fc33081ddc
commit
cdc02d7b64
22
README.md
22
README.md
@ -20,21 +20,19 @@ $ bower install roboto-fontface --save
|
|||||||
There're several files in the `css/` subdirectory. Import them in your project
|
There're several files in the `css/` subdirectory. Import them in your project
|
||||||
to have access to "Roboto" font face:
|
to have access to "Roboto" font face:
|
||||||
|
|
||||||
* `roboto-fontface.css` - whole font family compiled to CSS
|
* `css/roboto/roboto-fontface.css` - whole font family compiled to CSS
|
||||||
* `sass/roboto-fontface.scss` - whole font family in SCSS
|
* `css/roboto/sass/roboto-fontface.scss` - whole font family in SCSS
|
||||||
* `less/roboto-fontface.less` - whole font family in LESS
|
* `css/roboto/less/roboto-fontface.less` - whole font family in LESS
|
||||||
|
|
||||||
|
* `css/roboto-condensed/roboto-condensed-fontface.css` - whole font family compiled to CSS
|
||||||
|
* `css/roboto-condensed/sass/roboto-condensed-fontface.scss` - whole font family in SCSS
|
||||||
|
* `css/roboto-condensed/less/roboto-condensed-fontface.less` - whole font family in LESS
|
||||||
|
|
||||||
Importing whole family may be unnecessary and lead to huge build, so if you are
|
Importing whole family may be unnecessary and lead to huge build, so if you are
|
||||||
using SCSS or LESS, you can import only individual weights by importing one
|
using SCSS or LESS, you can import only individual weights by importing for example:
|
||||||
of the following files:
|
|
||||||
|
|
||||||
* `roboto-fontface-(thin|light|regular|medium|bold|black).scss`
|
* `css/roboto/sass/roboto-fontface-black.scss`
|
||||||
* `roboto-fontface-(thin|light|regular|medium|bold|black).less`
|
* `css/roboto/sass/roboto-fontface-black-italic.scss`
|
||||||
|
|
||||||
Their italic variants can be imported by adding `-italic` suffix:
|
|
||||||
|
|
||||||
* `roboto-fontface-(thin|light|regular|medium|bold|black)-italic.scss`
|
|
||||||
* `roboto-fontface-(thin|light|regular|medium|bold|black)-italic.less`
|
|
||||||
|
|
||||||
## Hinting
|
## Hinting
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user