2021-12-11 07:02:06 +03:00
# Galmuri
2021-12-12 05:41:15 +03:00
2022-05-11 05:50:38 +03:00
[![License ](https://img.shields.io/github/license/quiple/galmuri )](https://github.com/quiple/galmuri/blob/main/OFL.md) [![GitHub Workflow Status ](https://github.com/quiple/galmuri/workflows/deploy/badge.svg )](https://github.com/quiple/galmuri/actions/workflows/dist.yml) [![jsDelivr Hits ](https://data.jsdelivr.com/v1/package/gh/quiple/galmuri/badge?style=rounded )](https://www.jsdelivr.com/package/gh/quiple/galmuri)
2022-04-05 04:51:14 +03:00
2022-05-07 23:42:04 +03:00
Bitmap fonts based on the font design from Nintendo DS. With additional characters support.
2021-12-12 05:41:15 +03:00
2021-12-12 05:44:08 +03:00
## Preview
2021-12-12 05:41:15 +03:00
2022-04-03 17:11:03 +03:00
- Galmuri11 (12px size)< br >< br > ![Galmuri11](./files/g11.png#gh-light-mode-only)![Galmuri11](./files/g11l.png#gh-dark-mode-only)< br >< br >
2022-04-15 04:39:01 +03:00
- Galmuri11 Bold (12px size)< br >< br > ![Galmuri11 Bold](./files/g11b.png#gh-light-mode-only)![Galmuri11 Bold](./files/g11bl.png#gh-dark-mode-only)< br >< br >
2022-04-03 17:11:03 +03:00
- Galmuri9 (10px size)< br >< br > ![Galmuri9](./files/g9.png#gh-light-mode-only)![Galmuri9](./files/g9l.png#gh-dark-mode-only)< br >< br >
2022-05-09 16:25:45 +03:00
- Galmuri7 (8px size)< br >< br > ![Galmuri7](./files/g7.png#gh-light-mode-only)![Galmuri7](./files/g7l.png#gh-dark-mode-only)< br >< br >
2021-12-11 07:18:02 +03:00
2021-12-24 12:24:02 +03:00
## Supported Ranges
2022-05-04 19:51:27 +03:00
| Range | Galmuri11 | Galmuri11 Bold | Galmuri9 | Galmuri7 |
|-------------------------------|--------------------|--------------------|--------------------|--------------------|
| Basic Latin | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2022-05-06 00:47:27 +03:00
| Latin-1 Supplement | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2022-05-04 19:51:27 +03:00
| Latin Extended-A | :heavy_check_mark: | | :heavy_check_mark: | |
| Latin Extended-B | | | | |
| Greek and Coptic | :heavy_check_mark: | | | |
| Cyrillic | :heavy_check_mark: | | | |
| General Punctuation | :heavy_check_mark:[^ellipsis] | :heavy_check_mark:[^ellipsis] | :heavy_check_mark:[^ellipsis] | :heavy_check_mark:[^ellipsis] |
| Geometric Shapes | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| CJK Symbols and Punctuation | :heavy_check_mark:[^bracket] | :heavy_check_mark:[^bracket] | :heavy_check_mark:[^bracket] | :heavy_check_mark:[^bracket] |
| Hiragana | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
| Katakana | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
| Hangul Compatibility Jamo | :heavy_check_mark: | :heavy_check_mark:[^old] | :heavy_check_mark: | :heavy_check_mark:[^old] |
| CJK Unified Ideographs | :heavy_check_mark:[^jis] | | :heavy_check_mark:[^jis] | :heavy_check_mark:[^jis] |
2022-05-07 23:18:33 +03:00
| Hangul Syllables | :heavy_check_mark: | :heavy_check_mark:[^han] | :heavy_check_mark:[^han-1] | :heavy_check_mark:[^han-1] |
2022-05-10 16:26:30 +03:00
| CJK Compatibility Ideographs | :heavy_check_mark:[^ks] | | :heavy_check_mark:[^ks] | |
2022-05-04 19:51:27 +03:00
| Vertical Forms | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
| CJK Compatibility Forms | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
| Halfwidth and Fullwidth Forms | :heavy_check_mark: | | :heavy_check_mark: | |
2021-12-24 12:24:02 +03:00
2022-03-23 10:46:22 +03:00
[^old]: Excluding Old Hangul Jamo.
[^han]: Only 2,780 Hangul Syllables included in [Adobe-KR-0 ](https://github.com/adobe-type-tools/Adobe-KR#supplement-0adobe-kr-0 ).
[^han-1]: Only 4,358 Hangul Syllables included in [Adobe-KR-0 ](https://github.com/adobe-type-tools/Adobe-KR#supplement-0adobe-kr-0 ) and [Adobe-KR-1 ](https://github.com/adobe-type-tools/Adobe-KR#supplement-1adobe-kr-1 ).
[^jis]: Only 6,355 CJK Unified Ideographs included in JIS X 0208.
[^ks]: Only 268 CJK Compatibility Ideographs included in KS X 1001.
2022-03-23 10:44:21 +03:00
[^ellipsis]: Unlike the Unicode Standard, Two Dot Leader (`U+2025`) and Horizontal Ellipsis (`U+2026`) are made in vertically centered like the type it is often used in China, Japan and Korea.
[^bracket]: Unlike the Unicode Standard, brackets (`U+3008`-`U+3011`, `U+3014` -`U+301B`) are made in halfwidth like the type it is often used in Korea.
2021-12-24 12:24:02 +03:00
2022-04-05 05:12:24 +03:00
## Use as Web Fonts
2022-05-09 06:11:25 +03:00
### HTML
2022-04-05 05:12:24 +03:00
2022-04-05 05:12:53 +03:00
```html
2022-05-10 09:54:13 +03:00
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/gh/quiple/galmuri@latest/dist/galmuri.css" >
2022-04-05 05:12:24 +03:00
```
2022-05-09 06:11:25 +03:00
### CSS
2022-04-05 05:12:24 +03:00
2022-04-05 05:12:53 +03:00
```css
2022-05-10 09:54:13 +03:00
@import url('https://cdn.jsdelivr.net/gh/quiple/galmuri@latest/dist/galmuri.css');
2022-04-05 05:12:24 +03:00
```
2022-04-05 05:13:56 +03:00
### CSS Rules to Specify Families
2022-04-05 05:12:24 +03:00
2022-04-05 05:12:53 +03:00
```css
2022-05-10 05:05:59 +03:00
font-family: Galmuri11, sans-serif;
font-family: Galmuri9, sans-serif;
font-family: Galmuri7, sans-serif;
2022-04-05 05:12:24 +03:00
```
2022-04-05 07:20:49 +03:00
## To Do
2021-12-27 20:12:02 +03:00
2022-05-07 23:23:10 +03:00
- [x] Adobe-KR-0에 포함된 한글 음절 중 KS X 1001에 포함되지 않는 430자 추가
2022-04-06 20:04:36 +03:00
- [x] Galmuri11
- [x] Galmuri11 Bold
- [x] Galmuri9
2022-05-04 19:43:27 +03:00
- [x] Galmuri7
2021-12-27 20:12:02 +03:00
- [ ] Adobe-KR-1에 포함된 한글 음절 1,578자 추가
- [x] Galmuri11
- [ ] Galmuri11 Bold
2022-05-07 23:23:10 +03:00
- [x] Galmuri9
2022-05-04 19:43:27 +03:00
- [x] Galmuri7
2022-05-07 23:24:37 +03:00
- [ ] 모든 한글 음절 11,172자 지원
2022-05-07 23:24:04 +03:00
- [x] Galmuri11
- [ ] Galmuri11 Bold
- [ ] Galmuri9
- [ ] Galmuri7
2021-12-24 14:12:25 +03:00
- [ ] KS X 1001에 포함된 한중일 호환용 한자 중 JIS X 0208에 포함되지 않는 268자 추가
2022-01-01 18:56:04 +03:00
- [x] Galmuri11
2022-05-10 17:22:27 +03:00
- [x] Galmuri9
2022-04-06 20:04:36 +03:00
- [ ] Galmuri7
2021-12-24 14:12:25 +03:00
- [ ] KS X 1001에 포함된 한중일 통합 한자 중 JIS X 0208에 포함되지 않는 536자 추가
2021-12-27 20:11:39 +03:00
- [ ] Galmuri11
- [ ] Galmuri9
2022-04-06 20:04:36 +03:00
- [ ] Galmuri7
2021-12-24 12:35:04 +03:00
2021-12-11 07:28:33 +03:00
----
2022-05-06 00:40:38 +03:00
Nintendo DS is a trademark of Nintendo. This project has no relation with Nintendo.