Update README.md

This commit is contained in:
Andrey 2021-07-27 18:20:05 +04:00 committed by GitHub
parent f128cd4989
commit 82548835c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,14 @@
# monolight
# MonoLight
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://raw.githubusercontent.com/DarkCat09/monolight/main/css/jetbrainsmono.css" />
```
```css
@import url('https://raw.githubusercontent.com/DarkCat09/monolight/main/css/jetbrainsmono.css');
```
## How to contribute
Fork this repository, add your programming language to langs/ and make PR.