Update README.md
This commit is contained in:
parent
eb614e1f7f
commit
1da2fbde2d
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ Fully customizable syntax highlighter
|
||||||
## JetBrains Mono
|
## JetBrains Mono
|
||||||
If you want to use JetBrains Mono font on your site, just import css file with font-face settings:
|
If you want to use JetBrains Mono font on your site, just import css file with font-face settings:
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="https://raw.githubusercontent.com/DarkCat09/monolight/main/css/jetbrainsmono.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/DarkCat09/monolight@main/css/jetbrainsmono.css" />
|
||||||
```
|
```
|
||||||
```css
|
```css
|
||||||
@import url('https://raw.githubusercontent.com/DarkCat09/monolight/main/css/jetbrainsmono.css');
|
@import url('https://cdn.jsdelivr.net/gh/DarkCat09/monolight@main/css/jetbrainsmono.css');
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
Loading…
Add table
Reference in a new issue