Hello雅黑

Hello雅黑

将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hello雅黑",
  "version": "0.2.7",
  "description": "将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "font.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}