Awesome
本字体为PT Mono
增添连字(Ligature)特性
安装
- 点击下载
- 网页字体引用
@font-face{
font-family: 'PT Code';
src: local('PT Code'),
url('https://raw.githubusercontent.com/liangjingkanji/PTCode/master/font/PTCode-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: subpixel-antialiased;
text-rendering: optimizeLegibility;
font-family: 'PT Code' !important;
}
预览
代码渲染
<img src="https://i.imgur.com/scaWsx5.png" width="600px" />连字特性
<img src="https://i.imgur.com/o4thUkz.png" width="450px" />文章
截图来自于DrakeTyporaTheme
LICENSE
Copyright (C) 2018 Drake, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.