Skip to content

Commit

Permalink
Update to version 0.3
Browse files Browse the repository at this point in the history
Add thin weight.
Add more glyphs.
Update some texts.
  • Loading branch information
rishubil committed Jun 7, 2024
1 parent 518baba commit 95a4caf
Show file tree
Hide file tree
Showing 162 changed files with 511 additions and 32 deletions.
6 changes: 3 additions & 3 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[English](./README.md) | [한국어](./README.ko.md)

비공식 Ninomae Inanis 폰트
비공식 Ninomae Ina'nis 폰트

[Font Preview](https://yf-dev.github.io/inaffont/) | [Download](./dist)

## 개요

INAFFont는 [Ninomae Inanis](https://hololive.hololivepro.com/en/talents/ninomae-inanis/)의 아트워크에 사용하는 특징적인 글리프 담은 폰트입니다.
INAFFont는 [Ninomae Ina'nis](https://hololive.hololivepro.com/en/talents/ninomae-inanis/)의 아트워크에 사용하는 특징적인 글리프 담은 폰트입니다.

아트워크에 표현되지 않아 글리프를 알 수 없는 일부 글자는 다른 글리프와 비슷하게 보이도록 추정하여 만들었으므로, 실제 글리프와 다를 수 있습니다.

Expand All @@ -28,7 +28,7 @@ SIL OPEN FONT LICENSE Version 1.1

## 면책 조항

이 프로젝트는 Hololive Production 또는 Ninomae Inanis의 공식 프로젝트가 아닙니다.
이 프로젝트는 Hololive Production 또는 Ninomae Ina'nis의 공식 프로젝트가 아닙니다.

각 글리프 및 아트워크에 대한 모든 권리는 해당 소유자 및 사용 허가자의 자산입니다.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[English](./README.md) | [한국어](./README.ko.md)

Unofficial Font for Ninomae Inanis
Unofficial Font for Ninomae Ina'nis

[Font Preview](https://yf-dev.github.io/inaffont/) | [Download](./dist)

## Overview

INAFFont is a font that contains the distinctive glyphs used in [Ninomae Inanis](https://hololive.hololivepro.com/en/talents/ninomae-inanis/)'s artwork.
INAFFont is a font that includes the distinctive glyphs used in [Ninomae Ina'nis](https://hololive.hololivepro.com/en/talents/ninomae-inanis/)'s artwork.

Some characters that are not represented in the artwork are estimated to look similar to other glyphs, so the actual glyphs may differ.
Some characters that are not represented in the artwork are approximated to look similar to other glyphs, so the actual glyphs may vary.

## Available Fonts

Expand All @@ -28,8 +28,8 @@ SIL OPEN FONT LICENSE Version 1.1

## Disclaimer

This project is not an official project of Hololive Production or Ninomae Inanis.
This project is not an official project of Hololive Production or Ninomae Ina'nis.

All rights to each glyph and artwork are assets of the respective owner and licensee.

Font software license is separate from the use of glyphs and artwork, and the use of glyphs and artwork must comply with Hololive Production's [Derivative Works Guidelines](https://hololivepro.com/en/terms/).
The font software license is separate from the use of glyphs and artwork, and the use of glyphs and artwork must comply with Hololive Production's [Derivative Works Guidelines](https://hololivepro.com/en/terms/).
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

python ./src/svg_to_font.py --svg-dir ./src/inaffont-meconopsis/regular-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis Regular" --weight-name "Regular" --version "0.2" --output "./dist/inaffont-meconopsis-regular.otf"
python ./src/svg_to_font.py --svg-dir ./src/inaffont-meconopsis/bold-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis Bold" --weight-name "Bold" --version "0.2" --output "./dist/inaffont-meconopsis-bold.otf"
python ./src/svg_to_font.py --svg-dir ./src/inaffont-meconopsis/thin-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis Thin" --weight-name "Thin" --version "0.3" --output "./dist/inaffont-meconopsis-thin.otf"
python ./src/svg_to_font.py --svg-dir ./src/inaffont-meconopsis/regular-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis Regular" --weight-name "Regular" --version "0.3" --output "./dist/inaffont-meconopsis-regular.otf"
python ./src/svg_to_font.py --svg-dir ./src/inaffont-meconopsis/bold-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis Bold" --weight-name "Bold" --version "0.3" --output "./dist/inaffont-meconopsis-bold.otf"
Binary file modified dist/inaffont-meconopsis-bold.otf
Binary file not shown.
Binary file modified dist/inaffont-meconopsis-regular.otf
Binary file not shown.
Binary file added dist/inaffont-meconopsis-thin.otf
Binary file not shown.
63 changes: 41 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,32 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>INAFFont - Unofficial Font for Ninomae Inanis</title>
<meta name="description" content="Unofficial Font for Ninomae Inanis">
<title>INAFFont - Unofficial Font for Ninomae Ina'nis</title>
<meta name="description" content="Unofficial Font for Ninomae Ina'nis">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://yf-dev.github.io/inaffont/">
<meta property="og:type" content="website">
<meta property="og:title" content="INAFFont">
<meta property="og:description" content="Unofficial Font for Ninomae Inanis">
<meta property="og:description" content="Unofficial Font for Ninomae Ina'nis">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="yf-dev.github.io">
<meta property="twitter:url" content="https://yf-dev.github.io/inaffont/">
<meta name="twitter:title" content="INAFFont">
<meta name="twitter:description" content="Unofficial Font for Ninomae Inanis">
<meta name="twitter:description" content="Unofficial Font for Ninomae Ina'nis">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<style>
@font-face {
font-family: "INAFFont Meconopsis Thin";
src: url("./dist/inaffont-meconopsis-thin.otf") format("opentype");
}

@font-face {
font-family: "INAFFont Meconopsis Regular";
src: url("./dist/inaffont-meconopsis-regular.otf") format("opentype");
Expand Down Expand Up @@ -196,11 +201,15 @@

.font-list ul {
list-style: none;
padding-left: 1rem;
padding-inline-start: 0;
}

.font-list .font-name {
font-weight: 500;
font-weight: 600;
}

.preview.thin {
font-family: "INAFFont Meconopsis Thin";
}

.preview.regular {
Expand Down Expand Up @@ -255,7 +264,7 @@
<div class="container">
<div class="title">
<h1>INAFFont</h1>
<div class="subtitle">Unofficial Font for Ninomae Inanis</div>
<div class="subtitle">Unofficial Font for Ninomae Ina'nis</div>
<a class="button" href="https://github.com/yf-dev/inaffont/tree/main/dist" target="_blank">Download</a>
&nbsp;
<a class="button" href="https://github.com/yf-dev/inaffont" target="_blank">Github</a>
Expand All @@ -266,13 +275,13 @@ <h1>INAFFont</h1>
<div>
<h2>Overview</h2>
<p>
INAFFont is a font that contains the distinctive glyphs used in
INAFFont is a font that includes the distinctive glyphs used in
<a href="https://hololive.hololivepro.com/en/talents/ninomae-inanis/" target="_blank">Ninomae
Inanis</a>'s artwork.
Ina'nis</a>'s artwork.
</p>
<p>
Some characters that are not represented in the artwork are estimated to look similar to other glyphs,
so the actual glyphs may differ.
Some characters that are not represented in the artwork are approximated to look similar to other glyphs,
so the actual glyphs may vary.
</p>
</div>
<div class="font-list">
Expand All @@ -284,25 +293,35 @@ <h2>Available Fonts</h2>
</div>
<div>
<h2>Preview</h2>
<h3>INAFFont Meconopsis Thin</h3>
<p class="preview thin">
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(){}[]&lt;&gt;
_,.!?~@#$%&amp;;:/|\-=*+^`'&quot;
</p>
<h3>INAFFont Meconopsis Regular</h3>
<p class="preview regular">
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
abcdefghijklmnopqrstuvwxyz<br>
0123456789.,'<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(){}[]&lt;&gt;
_,.!?~@#$%&amp;;:/|\-=*+^`'&quot;
</p>
<h3>INAFFont Meconopsis Bold</h3>
<p class="preview bold">
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
abcdefghijklmnopqrstuvwxyz<br>
0123456789.,'<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(){}[]&lt;&gt;
_,.!?~@#$%&amp;;:/|\-=*+^`'&quot;
</p>
</div>
<div class="demo">
<h2>Try it</h2>
<fieldset>
<label for="font">Font</label>
<select name="font" id="font" value="INAFFont Meconopsis Regular">
<option value="INAFFont Meconopsis Regular">INAFFont Meconopsis Regular</option>
<select name="font" id="font">
<option value="INAFFont Meconopsis Thin">INAFFont Meconopsis Thin</option>
<option value="INAFFont Meconopsis Regular" selected>INAFFont Meconopsis Regular</option>
<option value="INAFFont Meconopsis Bold">INAFFont Meconopsis Bold</option>
</select>
<br>
Expand All @@ -327,19 +346,19 @@ <h2>Try it</h2>
<div>
<h2>License</h2>
<p>
SIL OPEN FONT LICENSE Version 1.1
<a href="https://github.com/yf-dev/inaffont/blob/main/OFL.md" target="_blank">SIL OPEN FONT LICENSE Version 1.1</a>
</p>
</div>
<div>
<h2>Disclaimer</h2>
<p>
This project is not an official project of Hololive Production or Ninomae Inanis.
This project is not an official project of Hololive Production or Ninomae Ina'nis.
</p>
<p>
All rights to each glyph and artwork are assets of the respective owner and licensee.
</p>
<p>
Font software license is separate from the use of glyphs and artwork, and the use of glyphs and artwork must comply with Hololive Production's <a href="https://hololivepro.com/en/terms/" target="_blank">Derivative Works Guidelines</a>.
The font software license is separate from the use of glyphs and artwork, and the use of glyphs and artwork must comply with Hololive Production's <a href="https://hololivepro.com/en/terms/" target="_blank">Derivative Works Guidelines</a>.
</p>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0021-exclam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0022-quotedbl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0023-numbersign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0024-dollar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0025-percent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0026-ampersand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0028-parenleft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0029-parenright.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/002a-asterisk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/002b-plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/002d-hyphen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/002f-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003a-colon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003b-semicolon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003c-less.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003d-equal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003e-greater.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/003f-question.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0040-at.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/005b-bracketleft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/005c-backslash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/005d-bracketright.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/005e-asciicircum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/005f-underscore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/0060-grave.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/007b-braceleft.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/007c-bar.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/007d-braceright.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/bold-glyphs/007e-asciitilde.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0021-exclam.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0022-quotedbl.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0023-numbersign.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0024-dollar.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0025-percent.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0026-ampersand.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0028-parenleft.svg
3 changes: 3 additions & 0 deletions src/inaffont-meconopsis/regular-glyphs/0029-parenright.svg
Loading

0 comments on commit 95a4caf

Please sign in to comment.