Hi, i'm french, we sometimes use somes Γ Γ Γ Γ Γ (and same in lowercase: Γ© Γ Γ¨ Γ΄ Γͺ etc) key on our keyboard, also know as latin-1 or iso8859 charset
Sadly the font doesn't seems handle them and show οΏ½.
Its present on unicode under https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block), i was wondering, is there a chance that someone comes here and add these characters to the font?
We need the right to do it (modify the font), and some fontforge use (a opensource software able to do it) I guess, but i'm bad designer :/
Thanks. π
The default font is Press Start 2P (only supports English characters.)
If you want to use another language, please import another font(π«π· ).
for example...
<head>
<link href="/path/to/font-to-use" rel="stylesheet">
<link href="path/to/Nes.css" rel="stylesheet">
<style>
<!-- overwrite NES.css -->
html, body { font-family: "font-to-use"; }
</style>
</head>
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Web_fonts
@BcRikko Between this issue and #34, it'd be great if we could get a section in the README for "Recommended Fonts." Kongtext is the only other pixel font I can think of at the moment that may fit with the framework, but as users find other fonts that work well β for example, if you have a 16-bit font you use for Japanese already β they can make pull requests to add them to the list.
It's greate idea π
Is it like below? π
|Lang|Font|
|---|---|
|English|Press Start 2P|
|English|Kongtext|
|Japanese|ηΎε²γγ©γ³γ|
OR
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Most helpful comment
@BcRikko Between this issue and #34, it'd be great if we could get a section in the README for "Recommended Fonts." Kongtext is the only other pixel font I can think of at the moment that may fit with the framework, but as users find other fonts that work well β for example, if you have a 16-bit font you use for Japanese already β they can make pull requests to add them to the list.