galmuri/README.md

82 lines
4.5 KiB
Markdown
Raw Normal View History

2021-12-11 07:02:06 +03:00
# Galmuri
2021-12-12 05:41:15 +03:00
2022-04-05 07:24:11 +03:00
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/quiple/galmuri)](https://github.com/quiple/galmuri/commits) [![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/quiple/galmuri)](https://cdn.jsdelivr.net/gh/quiple/galmuri/)
2022-04-05 04:51:14 +03:00
2022-03-23 13:51:53 +03:00
Pixel style outline fonts based on bitmap fonts used in Nintendo DS. But the Galmuri11 Bold is purely my work based on the Galmuri11.
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>
- Galmuri11 Bold (12px size)<br><br>![Galmuri11 Bold](./images/g11b.png#gh-light-mode-only)![Galmuri11 Bold](./files/g11bl.png#gh-dark-mode-only)<br><br>
- Galmuri9 (10px size)<br><br>![Galmuri9](./files/g9.png#gh-light-mode-only)![Galmuri9](./files/g9l.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
| Range | Galmuri11 | Galmuri11 Bold | Galmuri9 |
|-------------------------------|--------------------|--------------------|--------------------|
| Basic Latin | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2021-12-31 23:51:07 +03:00
| Latin-1 Supplement | :heavy_check_mark: | | :heavy_check_mark: |
| Latin Extended-A | :heavy_check_mark: | | :heavy_check_mark: |
| Latin Extended-B | | | |
| Greek and Coptic | :heavy_check_mark: | | |
| Cyrillic | :heavy_check_mark: | | |
2022-03-23 10:43:10 +03:00
| General Punctuation | :heavy_check_mark:[^ellipsis] | :heavy_check_mark:[^ellipsis] | :heavy_check_mark:[^ellipsis] |
2021-12-24 12:24:02 +03:00
| Geometric Shapes | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2022-03-23 10:20:54 +03:00
| CJK Symbols and Punctuation | :heavy_check_mark:[^bracket] | :heavy_check_mark:[^bracket] | :heavy_check_mark:[^bracket] |
2021-12-31 23:51:07 +03:00
| Hiragana | :heavy_check_mark: | | :heavy_check_mark: |
| Katakana | :heavy_check_mark: | | :heavy_check_mark: |
2021-12-24 12:24:02 +03:00
| Hangul Compatibility Jamo | :heavy_check_mark: | :heavy_check_mark:[^old] | :heavy_check_mark: |
2021-12-31 23:51:07 +03:00
| CJK Unified Ideographs | :heavy_check_mark:[^jis] | | :heavy_check_mark:[^jis] |
2021-12-27 11:32:13 +03:00
| Hangul Syllables | :heavy_check_mark:[^han-1] | :heavy_check_mark:[^han] | :heavy_check_mark:[^han] |
2021-12-31 23:51:07 +03:00
| CJK Compatibility Ideographs | :heavy_check_mark:[^ks] | | |
| Vertical Forms | :heavy_check_mark: | | :heavy_check_mark: |
| CJK Compatibility Forms | :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-04-05 05:13:56 +03:00
### HTML `<link>`
2022-04-05 05:12:24 +03:00
2022-04-05 05:12:53 +03:00
```html
2022-04-05 05:30:13 +03:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/quiple/galmuri/galmuri.css">
2022-04-05 05:12:24 +03:00
```
2022-04-05 05:13:56 +03:00
### CSS `@import`
2022-04-05 05:12:24 +03:00
2022-04-05 05:12:53 +03:00
```css
2022-04-05 05:30:13 +03:00
@import url('https://cdn.jsdelivr.net/gh/quiple/galmuri/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-04-05 05:12:24 +03:00
font-family: 'Galmuri11', sans-serif;
font-family: 'Galmuri9', sans-serif;
font-family: 'Yamche', sans-serif;
```
2022-04-05 07:20:49 +03:00
## To Do
2021-12-27 20:12:02 +03:00
- [ ] Adobe-KR-1에 포함된 한글 음절 1,578자 추가
- [x] Galmuri11
- [ ] Galmuri11 Bold
- [ ] Galmuri9
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
2021-12-27 20:11:39 +03:00
- [ ] Galmuri9
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
2021-12-24 12:35:04 +03:00
2021-12-11 07:28:33 +03:00
----
Nintendo DS is a trademark of Nintendo.