Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accentued characters are not supported by fonts #37

Closed
tuxun opened this issue Nov 30, 2018 · 4 comments
Closed

accentued characters are not supported by fonts #37

tuxun opened this issue Nov 30, 2018 · 4 comments
Assignees
Labels

Comments

@tuxun
Copy link

tuxun commented Nov 30, 2018

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 :/

@BcRikko
Copy link
Member

BcRikko commented Nov 30, 2018

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

@trezy
Copy link
Member

trezy commented Nov 30, 2018

@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.

@BcRikko
Copy link
Member

BcRikko commented Dec 1, 2018

It's greate idea 🎉

Is it like below? 😆

Recommended Fonts

Lang Font
English Press Start 2P
English Kongtext
Japanese 美咲フォント

OR

Recommended Fonts

@BcRikko BcRikko self-assigned this Dec 1, 2018
@BcRikko
Copy link
Member

BcRikko commented Dec 18, 2018

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants