Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crpto999 authored Nov 7, 2024
1 parent 0c30a77 commit c53ba99
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 字体项目说明

此项目将 JetBrains Mono 和 LXGW WenKai 字体进行了究极缝合,添加了 Nerd 图标支持,目前实现了感到舒适的all in one 。

## 项目概述

本项目基于以下开源字体进行缝合:

- **[JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)**:JetBrains Mono 是一款专为开发者设计的等宽字体,具有良好的可读性,支持程序员的常用符号和字符。
- **[LXGW WenKai](https://github.com/lxgw/LxgwWenKai)**:LXGW WenKai 是一款中文字体,具有优雅的字形,适用于编程时使用,尤其是在中文开发环境下表现出色。
- **[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts)**:Nerd Fonts 为常见的字体图标集(如 Powerline、Font Awesome、Octicons 等)添加了图标支持,适用于各种开发工具和终端。


## 主要特性

- **JetBrains Mono + LXGW WenKai**:结合了 JetBrains Mono 的优雅设计和 LXGW WenKai 的中文字符支持,确保无论是英文还是中文代码,字体都能够清晰易读。
- **Nerd 图标支持**:在字体中加入了 Nerd Fonts 的图标支持,使你能够在终端、编辑器等开发工具中显示更多的图标,比如用于 Git、文件类型、编程符号等。
- **兼容性**:适用于所有主要的代码编辑器、终端和 IDE,如 VSCode、Neovim、iTerm2 等,提供无缝的开发体验。


![1730951728704](https://github.com/user-attachments/assets/25078584-fd2b-4d5b-83ed-3f51f9a91487)
![50d9efa84038715626441e7446bf431](https://github.com/user-attachments/assets/97ecb202-5500-428b-b23b-b0b062ee79f5)

## 安装指南
### 1. 下载字体

你可以直接下载字体文件。请根据你的操作系统选择相应的版本:

- [下载字体](https://github.com/Crpto999/jetbrainsmono-and-lxgw-font/blob/main/JetBrainsMono_LXGWWenKaiMonoGBScreen.ttf)

### 2. 安装字体

- **Windows**
1. 解压下载的字体文件。
2. 双击字体文件,选择“安装”按钮进行安装。

- **macOS**
1. 解压下载的字体文件。
2. 双击字体文件并点击“安装字体”按钮。

- **Linux**
1. 将字体文件复制到 `~/.fonts/` 目录或系统字体目录(如 `/usr/share/fonts`)。
2. 执行 `fc-cache -fv` 刷新字体缓存。



## 许可证

本项目基于 [MIT License](https://opensource.org/licenses/MIT) 进行开源和共享。

0 comments on commit c53ba99

Please sign in to comment.