mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-28 03:49:13 +08:00
11 lines
262 B
Text
11 lines
262 B
Text
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const presetWebFonts = require('@unocss/preset-web-fonts');
|
|
|
|
|
|
|
|
for (const k in presetWebFonts) {
|
|
if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = presetWebFonts[k];
|
|
}
|