字体介绍
nter UI是一款非常适合用于计算机屏幕的免费英文字体,即使在很小的界面上Inter UI字体也能让字体清晰可见,官方号称为计算机屏幕上高度清晰的文本字体。
Inter UI的字体与 Roboto, San Francisco, Akkurat, Asap, Lucida Grande字形相似,但它最大优势是即使是小尺寸也能清晰可见。字体包括OTF,TTF以及WEB格式,还有hinted版。
如果您正在制作 Web 内容,则可以使用以下 CSS 或从Google Fonts 获取。
@import url(‘https://rsms.me/inter/inter.css’);
html { font-family: ‘Inter’, sans-serif; }
@supports (font-variation-settings: normal) {
html { font-family: ‘Inter var’, sans-serif; }
}
Inter is a typeface carefully crafted & designed for computer screens.
Inter features a tall x-height to aid in readability of mixed-case and lower-case text. Several OpenType features are provided as well, like contextual alternates that adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate “0” from “o”, tabular numbers, etc.
该字体的更多详情介绍请点击(https://rsms.me/inter/)查看
字体风格
字体展示
应用实例
使用许可
本字体以SIL Open Font License 1.1(SIL 开源字型授权版本1.1,简称SIL OFL 或OFL)授权协议发布,这个授权的自由度非常高!
字体来源及授权出处:https://fonts.google.com/specimen/Inter (需爬墙打开)
字体开源项目: github.com/rsms/inter
字体查找
Tips:如果安装后在PS或AI中找不到字体的话,请搜索其名称「Inter」即可。
暂无评论内容