We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219378e commit fcb8ee7Copy full SHA for fcb8ee7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.2.2](https://github.com/unjs/fontaine/compare/0.2.1...0.2.2) (2022-10-31)
4
+
5
6
+### Bug Fixes
7
8
+* handle multiple sources and only try reading woff/woff2/ttf files ([8f40d28](https://github.com/unjs/fontaine/commit/8f40d281865d2f3d8eff152a5f17217035359168))
9
10
## [0.2.1](https://github.com/unjs/fontaine/compare/0.2.0...0.2.1) (2022-10-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fontaine",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Automatic font fallback based on font metrics",
"repository": "unjs/fontaine",
"keywords": [
0 commit comments