vite-plugin-fonts
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/google-fonts.ts | ||
if (typeof family === "string") { | ||
deferedSpecs.push(encodeURIComponent(family)); | ||
deferedSpecs.push(family); | ||
continue; | ||
@@ -34,3 +34,3 @@ } | ||
} | ||
let spec = encodeURIComponent(name); | ||
let spec = name; | ||
if (typeof styles === "string") | ||
@@ -37,0 +37,0 @@ spec += `:${styles}`; |
{ | ||
"name": "vite-plugin-fonts", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Webfont loader for vite", | ||
@@ -5,0 +5,0 @@ "author": "stafyniaksacha", |
Sorry, the diff of this file is not supported yet
10327
-0.77%