Update README.md
This commit is contained in:
parent
1da2fbde2d
commit
3b727cc163
1 changed files with 1 additions and 10 deletions
11
README.md
11
README.md
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue