Skip to content

Commit 74fcb76

Browse files
committed
🎉 Bump to 3.0.0
1 parent 79cea9e commit 74fcb76

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

COPYRIGHT.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ This Font Software is licensed and copyrighted under the
1717
- Noto Emoji : https://github.com/googlei18n/noto-emoji
1818
- SIL Open Font License, Version 1.1
1919
- Rounded Mgen+ : http://jikasei.me/font/rounded-mgenplus/
20+
- Free license
21+
- DejaVu Sans Mono : https://dejavu-fonts.github.io/

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This Font Software is licensed under the
1919
- Noto Emoji : https://github.com/googlei18n/noto-emoji
2020
- SIL Open Font License, Version 1.1
2121
- Rounded Mgen+ : http://jikasei.me/font/rounded-mgenplus/
22-
22+
- Free license
23+
- DejaVu Sans Mono : https://dejavu-fonts.github.io/
2324

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

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ o Cica
2222
|\
2323
* * NERDFonts (without Pomicons※)
2424
|\
25-
* * Noto Emoji
25+
* * Noto Emoji (無しバージョンあり)
26+
|\
27+
* * DejaVu Sans Mono
2628
|\
2729
* * Ubuntu Mono
2830
\
@@ -50,9 +52,14 @@ o Cica
5052

5153
## ビルド手順
5254

53-
2017-10-08時点、Ubuntu 16.04 にて
55+
2018-07-01時点、Ubuntu 16.04 にて
5456

5557
```sh
58+
sudo apt-get update
59+
sudo apt-get -y install apt-file
60+
sudo apt-file update
61+
sudo apt-file search add-apt-repository
62+
sudo apt-get -y install software-properties-common
5663
sudo apt-get -y install fontforge unar
5764
git clone git@github.com:miiton/Cica.git
5865
wget -O ubuntu-font-family-0.83.zip https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip
@@ -64,6 +71,10 @@ unar rounded-mgenplus-20150602.7z
6471
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-regular.ttf ./sourceFonts
6572
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-bold.ttf ./sourceFonts
6673
wget https://github.com/googlei18n/noto-emoji/raw/master/fonts/NotoEmoji-Regular.ttf -O sourceFonts/NotoEmoji-Regular.ttf
74+
curl -LO http://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.zip
75+
unar dejavu-fonts-ttf-2.37.zip
76+
mv dejavu-fonts-ttf-2.37/ttf/DejaVuSansMono.ttf ./sourceFonts/
77+
mv dejavu-fonts-ttf-2.37/ttf/DejaVuSansMono-Bold.ttf ./sourceFonts/
6778
fontforge -lang=py -script cica.py
6879
```
6980

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

0 commit comments

Comments
 (0)