1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 18:42:47 +02:00

chore: update font family example

This commit is contained in:
Malcolm
2018-12-01 13:44:33 +01:00
committed by Malcolm Laing
parent d0df9f6420
commit 0868406c1a

View File

@@ -46,6 +46,11 @@ NES.cssはコンポーネントのスタイルのみを提供しています。
<head>
<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" />
<style>
html, body, pre, code, kbd, samp {
font-family: "font-family you want to use";
}
</style>
</head>
```