Skip to content

Commit

Permalink
🎉 Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miiton committed Jul 1, 2018
1 parent 79cea9e commit 74fcb76
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 2 additions & 0 deletions COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ This Font Software is licensed and copyrighted under the
- Noto Emoji : https://github.com/googlei18n/noto-emoji
- SIL Open Font License, Version 1.1
- Rounded Mgen+ : http://jikasei.me/font/rounded-mgenplus/
- Free license
- DejaVu Sans Mono : https://dejavu-fonts.github.io/
3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ This Font Software is licensed under the
- Noto Emoji : https://github.com/googlei18n/noto-emoji
- SIL Open Font License, Version 1.1
- Rounded Mgen+ : http://jikasei.me/font/rounded-mgenplus/

- Free license
- DejaVu Sans Mono : https://dejavu-fonts.github.io/

These licenses are copied below, and is also available with a FAQ at:

Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ o Cica
|\
* * NERDFonts (without Pomicons※)
|\
* * Noto Emoji
* * Noto Emoji (無しバージョンあり)
|\
* * DejaVu Sans Mono
|\
* * Ubuntu Mono
\
Expand Down Expand Up @@ -50,9 +52,14 @@ o Cica

## ビルド手順

2017-10-08時点、Ubuntu 16.04 にて
2018-07-01時点、Ubuntu 16.04 にて

```sh
sudo apt-get update
sudo apt-get -y install apt-file
sudo apt-file update
sudo apt-file search add-apt-repository
sudo apt-get -y install software-properties-common
sudo apt-get -y install fontforge unar
git clone [email protected]:miiton/Cica.git
wget -O ubuntu-font-family-0.83.zip https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip
Expand All @@ -64,6 +71,10 @@ unar rounded-mgenplus-20150602.7z
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-regular.ttf ./sourceFonts
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-bold.ttf ./sourceFonts
wget https://github.com/googlei18n/noto-emoji/raw/master/fonts/NotoEmoji-Regular.ttf -O sourceFonts/NotoEmoji-Regular.ttf
curl -LO http://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.zip
unar dejavu-fonts-ttf-2.37.zip
mv dejavu-fonts-ttf-2.37/ttf/DejaVuSansMono.ttf ./sourceFonts/
mv dejavu-fonts-ttf-2.37/ttf/DejaVuSansMono-Bold.ttf ./sourceFonts/
fontforge -lang=py -script cica.py
```

Expand Down Expand Up @@ -95,4 +106,5 @@ Cicaフォントの合成にあたり素晴らしいフォントを提供して
- Ubuntu Mono : [Ubuntu Font Family](http://font.ubuntu.com/)
- Noto Emoji : [googlei18n/noto\-emoji: Noto Emoji fonts](https://github.com/googlei18n/noto-emoji)
- NERDFonts (without Pomicons) : [Nerd Fonts \- Iconic font aggregator, collection, and patcher](https://nerdfonts.com/)
- DejaVu Sans Mono : [DejaVu Fonts](https://dejavu-fonts.github.io/)

0 comments on commit 74fcb76

Please sign in to comment.