kopia lustrzana https://github.com/tonsky/FiraCode
Updated jsdelivr URLs
rodzic
fe7af86405
commit
4d5aaed215
|
@ -151,12 +151,12 @@ Unicode coverage makes Fira Code a great choice for mathematical writing:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- HTML -->
|
<!-- HTML -->
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@6/distr/fira_code.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.0.0/distr/fira_code.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
```css
|
```css
|
||||||
/* CSS */
|
/* CSS */
|
||||||
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@6/distr/fira_code.css);
|
@import url(https://cdn.jsdelivr.net/npm/firacode@6.0.0/distr/fira_code.css);
|
||||||
```
|
```
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "firacode",
|
"name": "firacode",
|
||||||
"version": "5.2.0",
|
"version": "6.0.0",
|
||||||
"description": "Fira Code: monospaced font with programming ligatures",
|
"description": "Fira Code: monospaced font with programming ligatures",
|
||||||
"main": "distr/fira_code.css",
|
"main": "distr/fira_code.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Ładowanie…
Reference in New Issue