Skip to content

Commit

Permalink
小幅修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Oct 31, 2014
1 parent 2440ecd commit 095fb76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Font/chrome_font.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Chrome 的字体替换为雅黑
@font-face { font-family: Monaco; font-weight: bold; unicode-range: U+0-2E7F; src: local("Monaco"); }
@font-face { font-family: Palatino Linotype; font-weight: bold; unicode-range: U+0-2E7F; src: local("Palatino Linotype"); }

/* 修正 Mactype 引起的斜体问题 */
i { font-family: "Microsoft YaHei UI", "Microsoft Yahei"; }
/* 修正 Mactype 引起的可能存在的斜体问题 */
/* em { font-family: "Microsoft YaHei UI", "Microsoft Yahei"; } */
```

### 测试
Expand Down
3 changes: 3 additions & 0 deletions addmenuPlus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ addMenuPlus 是一个非常强大的定制菜单的 uc 脚本。通过配置文
### 隐藏菜单右侧的 tab 提示

css('.addMenu .menu-iconic-accel[value="tab"] { display: none; }');
css('.addMenu .menu-iconic-accel[value="tabshifted"] { display: none; }');
css('.addMenu .menu-iconic-accel[value="window"] { display: none; }');
css('.addMenu .menu-iconic-accel[value="current"] { display: none; }');

示例
-----
Expand Down

0 comments on commit 095fb76

Please sign in to comment.