monolight/README.md

15 lines
499 B
Markdown
Raw Normal View History

2021-07-27 17:20:05 +03:00
# MonoLight
2021-07-27 17:14:20 +03:00
Fully customizable syntax highlighter
2021-07-27 17:20:05 +03:00
## 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.