Skip to content

🍻 attribute collection of reading friendly websites

Notifications You must be signed in to change notification settings

gaoryrt/websafe-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

websafe-font

font-family / font-size / line-height / color / letter-spacing of reading friendly websites

记录了一系列「中文阅读友好」网页的网络安全字体相关 css 属性

分辨率1920x1080,测试时间为最近更新时间

针对移动端中文字体设置,可参考腾讯 AlloyTeam 的相关文章,设置:

font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;

《热血无赖》、《逃生》进入Xbox12月金会员免费阵容

p {
    font-family: "Tiempos", Georgia, serif;
    font-size: 16px;
    line-height: 1.85em;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

¯_(ツ)_/¯论不同字体颜文字的特效 (另附颜文字神器下载)

p {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.7;
    color: #333;
}

适老设计:如何让老年人享受数字科技?

p {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #3d464d;
    text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

美女田径运动员,退役后的精彩健身之路(送给想要放弃健身的朋友)

p {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
    color: #333;
    text-rendering: optimizelegibility;
    font-weight: 300;
    line-height: 1.8;
}

p {
    line-height: 1.7;
    color: #222;
    font-family: "Biaodian Pro Sans CNS", "Helvetica Neue", Helvetica, Arial, "Zhuyin Heiti", "Han Heiti", sans-serif;
    font-feature-settings: "liga" 1,"locl" 0;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}

参数化设计与字体战争:从 OpenType 1.8 说起

p {
    font-family: "Classic Grotesque W01", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, "Hiragino Sans GB", "PingFang SC", "Heiti SC", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans", sans-serif;
    line-height: 1.6;
      vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

电子书是怎么做出来的

p {
    font-size: 18px;
    line-height: 27px;
    font-family: "Metropolis", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #222223;
}

设计师真是一帮表里难如一的人

p {
    line-height: 1.8;
    font-weight: 400;
    font-family: Apercu, 'PingFang SC', 'Microsoft YaHei', Arial, SimHei, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #565c63;
    vertical-align: baseline;
    text-justify: auto;
}

license

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

🍻 attribute collection of reading friendly websites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published