Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilberto Tomasone authored and Gilberto Tomasone committed Apr 15, 2020
1 parent 1dd1965 commit c454e9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ $ npm install multifonts-loader

## Set `fonts` and `icons` into the MARKUP

![button](images/button-click.png)

```html
<button
class="
Expand All @@ -40,10 +42,10 @@ $ npm install multifonts-loader
</button>
```

![button](images/button-click.png)

## Set `fonts` and `icons` with SASS

![button](images/button-follow.png)

```sass
@import 'fonts/fonts'
@import 'iconfont/iconfont'
Expand All @@ -54,11 +56,10 @@ button
@include webfont-icon('arrow', 'after')
```

![button](images/button-follow.png)


## Customize `fonts` and `icons` with SASS

![login](images/login-custom.png)

```sass
h1
@include webfont('Arial', 'bold', 'italic')
Expand All @@ -85,8 +86,6 @@ button
margin-left: 0.25em
```

![login](images/login-custom.png)

# Syntax

## Set `fonts` and `icons` into the MARKUP
Expand Down
Binary file modified images/login-custom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multifonts-loader",
"version": "3.2.13",
"version": "3.2.14",
"description": "A webpack loader to generate all your fontfaces and iconfonts in one go.",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit c454e9f

Please sign in to comment.