mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 02:53:31 +02:00
chore: update font family example
This commit is contained in:
@@ -46,6 +46,11 @@ NES.cssはコンポーネントのスタイルのみを提供しています。
|
|||||||
<head>
|
<head>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||||
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
|
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
|
||||||
|
<style>
|
||||||
|
html, body, pre, code, kbd, samp {
|
||||||
|
font-family: "font-family you want to use";
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user