We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69886b6 commit 951f65fCopy full SHA for 951f65f
webfontload.ts
@@ -1,7 +1,7 @@
1
-import { load } from 'webfontloader';
+import { load } from "webfontloader";
2
3
load({
4
google: {
5
- families: ['Exo:700:latin']
+ families: ["Exo:500,700:latin"]
6
}
7
});
0 commit comments