/* ==UserStyle== @name ipanel微软雅黑 @namespace http://tampermonkey.net/ @version 0.9 @description ipanel微软雅黑。 @author Yue @license GNU General Public License v1.0 @preprocessor default @downloadURL https://update.greasyfork.org/scripts/468967/ipanel%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91.user.css @updateURL https://update.greasyfork.org/scripts/468967/ipanel%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91.meta.css ==/UserStyle== */ /* 字体设定 */ /* 特定网站适配 */ @-moz-document domain("boss.ipanel.cn") { * { font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '方正兰亭黑_GB18030', '方正兰亭黑_GBK', system-ui, -apple-system, ui-sans-serif, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji; } } @-moz-document domain("task.ipanel.cn") { * { font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '方正兰亭黑_GB18030', '方正兰亭黑_GBK', system-ui, -apple-system, ui-sans-serif, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji; } .stContainer { font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '方正兰亭黑_GB18030', '方正兰亭黑_GBK', system-ui, -apple-system, ui-sans-serif, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji !important; } .stContainer .menuContent { font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '方正兰亭黑_GB18030', '方正兰亭黑_GBK', system-ui, -apple-system, ui-sans-serif, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji !important; } } @-moz-document regexp("https://www\\.task\\ipanel.cn/(works)?.*"), regexp("https://www\\.tmall\\.com/?.*"), regexp("https://www\\.jd\\.com/?.*"), regexp("https://www\\.map.qq/\\.com/?.*"), regexp("https://(www\\.)?boss\\.ipanel.cn/(web)?.*"), regexp("https://(www\\.)?map\\.baidu.com/?.*") { * { font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '方正兰亭黑_GB18030', '方正兰亭黑_GBK', system-ui, -apple-system, ui-sans-serif, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji !important; } }