Coder Social home page Coder Social logo

yahei-consolas-hybrid-1.12's Introduction

YaHei Consolas Hybrid 1.12

个人最喜欢的编程字体, 放到GitHub上方便以后自己下载, 使用.

安装

  • 下载这个字体.
git clone https://github.com/iyannik0215/YaHei-Consolas-Hybrid-1.12
  • 在/usr/share/fonts/truetype/, 下建立一个新的目录 YaHei\ Consolas\ Hybrid
sudo mkdir -p /usr/share/fonts/truetype/YaHei\ Consolas\ Hybrid
  • 将YaHei Consolas Hybrid 1.12.ttf 复制到刚才建立的文件夹里.
sudo cp YaHei\ Consolas\ Hybrid\ 1.12.ttf /usr/share/fonts/truetype/YaHei\ Consolas\ Hybrid
  • 修改字体文件的权限.
cd /usr/share/fonts/truetype/YaHei\ Consolas\ Hybrid
sudo chmod 644 YaHei\ Consolas\ Hybrid\ 1.12.ttf
  • 开始安装字体.
sudo mkfontscale
# 创建字体的fonts.scale文件,它用来控制字体旋转缩放
sudo mkfontdir
# 创建字体的fonts.dir文件,它用来控制字体粗斜体产生
sudo fc-cache -fv
# 建立字体缓存信息,也就是让系统认识该字体

之后就可以在 IDE中使用该字体了.

yahei-consolas-hybrid-1.12's People

Watchers

Zhenhua Wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.