We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不知道该怎么修改,大佬可否告知一下。3Q
The text was updated successfully, but these errors were encountered:
可通过注入 JS 脚本实现。 问 GPT:你是一个 javascript 专家,写一个脚本,在head中 插入一段样式,将所有的字体替换为一个 在线地址 XXX 答:
var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = `@font-face { font-family: 'CustomFont'; src: url('XXX') format('woff2'), url('XXX') format('woff'); } body { font-family: 'CustomFont'; }`; document.head.appendChild(style); 将其中的XXX替换为你的在线字体URL。
Sorry, something went wrong.
改手机字体也可以的吧?没试过,提供一个思路
No branches or pull requests
不知道该怎么修改,大佬可否告知一下。3Q
The text was updated successfully, but these errors were encountered: