@@ -2,7 +2,7 @@ export function extractAndInsertSpecificFont(hostNode, fontFamily) {
const useTopHead = () => {
let head = null
try {
- head = window.__use_top__().$root.$el.parentNode.parentNode.querySelector('head')
+ head = window.__use_top__().$root.$el
} catch (e) {
console.warn('not find __use_top__')
}