Update README.md

This commit is contained in:
Andrey 2022-09-08 18:53:59 +04:00 committed by GitHub
parent 1da2fbde2d
commit 3b727cc163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,5 @@
# MonoLight # MonoLight
Fully customizable syntax highlighter Fully customizable syntax highlighter
## JetBrains Mono
If you want to use JetBrains Mono font on your site, just import css file with font-face settings:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/DarkCat09/monolight@main/css/jetbrainsmono.css" />
```
```css
@import url('https://cdn.jsdelivr.net/gh/DarkCat09/monolight@main/css/jetbrainsmono.css');
```
## How to contribute ## How to contribute
Fork this repository, add your programming language to langs/ and make PR. Fork this repository, add your programming language to `langs/` and make PR.