Update README.md
This commit is contained in:
parent
f128cd4989
commit
82548835c2
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,2 +1,14 @@
|
||||||
# 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://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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue