forked from nostalgic-css/NES.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nostalgic-css#360 from nostalgic-css/develop
Release v2.2.1 (Take2)
- Loading branch information
Showing
7 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ yarn add nes.css | |
|
||
```html | ||
<!-- 圧縮版 --> | ||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- 最新版 --> | ||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> | ||
<!-- コアスタイルのみ --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Importe o CSS através de um elemento `<link />`: | |
|
||
```html | ||
<!-- minify --> | ||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- latest --> | ||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> | ||
<!-- core style only --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ yarn add nes.css | |
|
||
```html | ||
<!-- Миницифированные --> | ||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- Последние --> | ||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> | ||
<!-- Только основные стили --> | ||
|
@@ -44,12 +44,12 @@ yarn add nes.css | |
NES.css не предоставляет никаких шрифтов, но мы поддерживаем следующие шрифты, которые рекомендуются к использованию с этой билиотекой | ||
|
||
| Язык | Шрифт | | ||
|--------------|--------------------------------------------------------------------| | ||
| ------------ | ------------------------------------------------------------------ | | ||
| По умолчанию | [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P) | | ||
| Английский | [Kongtext](https://www.dafont.com/kongtext.font) | | ||
| Японский | [美咲フォント](http://littlelimit.net/misaki.htm) | | ||
| Японский | [Nu もち](http://kokagem.sakura.ne.jp/font/mochi/) | | ||
| Корейский | [둥근모꼴](http://cactus.tistory.com/193) | | ||
| Корейский | [둥근모꼴](http://cactus.tistory.com/193) | | ||
|
||
## Использование | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ yarn add nes.css | |
|
||
```html | ||
<!-- non-minified --> | ||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- latest --> | ||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> | ||
<!-- core style only --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Import the CSS via a `<link />` element: | |
|
||
```html | ||
<!-- minify --> | ||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- latest --> | ||
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> | ||
<!-- core style only --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
<title>NES.css - NES-style CSS Framework</title> | ||
|
||
<link href="https://unpkg.com/[email protected].0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected].1/css/nes.min.css" rel="stylesheet" /> | ||
<link href="./style.css" rel="stylesheet" /> | ||
<script src="./lib/vue.min.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters