fela-plugin-embedded
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "fela-plugin-embedded", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Fela plugin that resolves embedded keyframes and font faces", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -52,2 +52,15 @@ # fela-plugin-embedded | ||
It also supports base64 encoded fonts: | ||
```javascript | ||
{ | ||
fontFace: { | ||
fontFamily: 'font-name', | ||
src: [ | ||
'data:application/x-font-woff;charset=utf-8;base64,PASTE-BASE64-HERE' | ||
] | ||
} | ||
} | ||
``` | ||
## License | ||
@@ -54,0 +67,0 @@ Fela is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br> |
5795
69