Skip to content

Commit f43584e

Browse files
committed
Customize repository
1 parent 8a55d45 commit f43584e

3 files changed

Lines changed: 144 additions & 14 deletions

File tree

OFL.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 20** The My Font Project Authors (https://github.com/googlefonts/googlefonts-project-template)
1+
Copyright 2025 The Mozilla-Type-Test.Git Project Authors (https://github.com/Upstatement/mozilla-type-test.git)
22

33
This Font Software is licensed under the SIL Open Font License, Version 1.1.
44
This license is copied below, and is also available with a FAQ at:
@@ -90,4 +90,4 @@ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9090
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9191
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9292
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93-
OTHER DEALINGS IN THE FONT SOFTWARE.
93+
OTHER DEALINGS IN THE FONT SOFTWARE.

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ Unlike many open source distributors, Google Fonts is **curated**. Fonts shipped
4848

4949
# My Font
5050

51-
[![][Fontbakery]](https://googlefonts.github.io/googlefonts-project-template/fontbakery/fontbakery-report.html)
52-
[![][Universal]](https://googlefonts.github.io/googlefonts-project-template/fontbakery/fontbakery-report.html)
53-
[![][GF Profile]](https://googlefonts.github.io/googlefonts-project-template/fontbakery/fontbakery-report.html)
54-
[![][Shaping]](https://googlefonts.github.io/googlefonts-project-template/fontbakery/fontbakery-report.html)
51+
[![][Fontbakery]](https://Upstatement.github.io/mozilla-type-test.git/fontbakery/fontbakery-report.html)
52+
[![][Universal]](https://Upstatement.github.io/mozilla-type-test.git/fontbakery/fontbakery-report.html)
53+
[![][GF Profile]](https://Upstatement.github.io/mozilla-type-test.git/fontbakery/fontbakery-report.html)
54+
[![][Shaping]](https://Upstatement.github.io/mozilla-type-test.git/fontbakery/fontbakery-report.html)
5555

56-
[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgooglefonts%2Fgooglefonts-project-template%2Fgh-pages%2Fbadges%2Foverall.json
57-
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgooglefonts%2Fgooglefonts-project-template%2Fgh-pages%2Fbadges%2FGoogleFonts.json
58-
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgooglefonts%2Fgooglefonts-project-template%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
59-
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgooglefonts%2Fgooglefonts-project-template%2Fgh-pages%2Fbadges%2FShapingChecks.json
60-
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgooglefonts%2Fgooglefonts-project-template%2Fgh-pages%2Fbadges%2FUniversal.json
56+
[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FUpstatement%2Fmozilla-type-test.git%2Fgh-pages%2Fbadges%2Foverall.json
57+
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FUpstatement%2Fmozilla-type-test.git%2Fgh-pages%2Fbadges%2FGoogleFonts.json
58+
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FUpstatement%2Fmozilla-type-test.git%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
59+
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FUpstatement%2Fmozilla-type-test.git%2Fgh-pages%2Fbadges%2FShapingChecks.json
60+
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FUpstatement%2Fmozilla-type-test.git%2Fgh-pages%2Fbadges%2FUniversal.json
6161

6262
Description of your font goes here. We recommend to start with a very short presentation line (the kind you would use on twitter to present your project for example), and then add as much details as necesary :-) Origin of the project, idea of usage, concept of creation… but also number of masters, axes, character sets, etc.
6363

@@ -80,7 +80,7 @@ If you want to build fonts manually on your own computer:
8080
* `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests.
8181
* `make proof` will generate HTML proof files.
8282

83-
The proof files and QA tests are also available automatically via GitHub Actions - look at `https://yourname.github.io/your-font-repository-name`.
83+
The proof files and QA tests are also available automatically via GitHub Actions - look at https://Upstatement.github.io/mozilla-type-test.git.
8484

8585
## Changelog
8686

requirements.txt

Lines changed: 132 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,132 @@
1-
# Placeholder file, update the requirements by running `make update`.
2-
-r requirements.in
1+
absl-py==2.2.2
2+
afdko==4.0.2
3+
appdirs==1.4.4
4+
attrs==25.3.0
5+
axisregistry==0.4.12
6+
babelfont==3.1.2
7+
beautifulsoup4==4.13.4
8+
beziers==0.6.0
9+
blackrenderer==0.6.0
10+
booleanOperations==0.9.0
11+
Brotli==1.1.0
12+
bump2version==1.0.1
13+
bumpfontversion==0.4.1
14+
cattrs==24.1.3
15+
certifi==2025.1.31
16+
cffi==1.17.1
17+
cffsubr==0.3.0
18+
charset-normalizer==3.4.1
19+
cmarkgfm==2024.11.20
20+
collidoscope==0.6.5
21+
commandlines==0.4.1
22+
compreffor==0.5.6
23+
cryptography==44.0.2
24+
defcon==0.12.1
25+
dehinter==4.0.0
26+
Deprecated==1.2.18
27+
diffenator2==0.4.5
28+
drawbot-skia==0.5.1
29+
filelock==3.18.0
30+
font-v==2.1.0
31+
fontbakery==0.13.2
32+
fontFeatures==1.8.0
33+
fontmake==3.10.0
34+
fontMath==0.9.4
35+
fontParts==0.12.4
36+
fontPens==0.2.4
37+
fonttools==4.57.0
38+
freetype-py==2.3.0
39+
fs==2.4.16
40+
gflanguages==0.7.3
41+
gfsubsets==2024.9.25
42+
gftools==0.9.79
43+
gitdb==4.0.12
44+
GitPython==3.1.44
45+
glyphsets==1.1.0
46+
glyphsLib==6.10.1
47+
h11==0.14.0
48+
idna==3.10
49+
importlib_resources==6.5.2
50+
Jinja2==3.1.6
51+
kurbopy==0.11.1
52+
lxml==5.3.2
53+
markdown-it-py==3.0.0
54+
MarkupSafe==3.0.2
55+
mdurl==0.1.2
56+
munkres==1.1.4
57+
MutatorMath==3.0.1
58+
nanoemoji==0.15.1
59+
networkx==3.4.2
60+
ninja==1.11.1.4
61+
numpy==2.2.5
62+
openstep_plist==0.5.0
63+
opentype-sanitizer==9.2.0
64+
opentypespec==1.9.1
65+
orjson==3.10.16
66+
outcome==1.3.0.post0
67+
packaging==25.0
68+
picosvg==0.22.1
69+
pillow==11.2.1
70+
pip-api==0.0.34
71+
pngquant-cli==3.0.3
72+
protobuf==3.20.3
73+
pyahocorasick==2.1.0
74+
pybind11==2.13.6
75+
pycairo==1.28.0
76+
pyclipper==1.3.0.post6
77+
pycparser==2.22
78+
pygit2==1.16.0
79+
PyGithub==2.6.1
80+
Pygments==2.19.1
81+
PyJWT==2.10.1
82+
PyNaCl==1.5.0
83+
pyparsing==3.2.3
84+
PySocks==1.7.1
85+
python-bidi==0.4.2
86+
python-dateutil==2.9.0.post0
87+
PyYAML==6.0.2
88+
regex==2024.11.6
89+
requests==2.32.3
90+
resvg-cli==0.44.0
91+
rich==14.0.0
92+
rstr==3.2.2
93+
ruamel.yaml==0.18.10
94+
selenium==4.31.0
95+
setuptools==79.0.0
96+
sh==2.2.2
97+
shaperglot==1.0.2
98+
six==1.17.0
99+
skia-pathops==0.8.0.post2
100+
skia-python==87.8
101+
smmap==5.0.2
102+
sniffio==1.3.1
103+
sortedcontainers==2.4.0
104+
soupsieve==2.7
105+
sre-yield==1.2
106+
statmake==1.0.1
107+
strictyaml==1.7.3
108+
stringbrewer==0.0.1
109+
tabulate==0.9.0
110+
toml==0.10.2
111+
tqdm==4.67.1
112+
trio==0.30.0
113+
trio-websocket==0.12.2
114+
ttfautohint-py==0.5.1
115+
typing_extensions==4.13.2
116+
ufo2ft==3.4.2
117+
ufoLib2==0.17.1
118+
ufolint==1.2.0
119+
ufomerge==1.8.3
120+
ufonormalizer==0.6.2
121+
ufoProcessor==1.13.3
122+
uharfbuzz==0.49.0
123+
unicodedata2==15.1.0
124+
Unidecode==1.3.8
125+
urllib3==2.4.0
126+
vharfbuzz==0.3.1
127+
vttLib==0.12.0
128+
websocket-client==1.8.0
129+
wrapt==1.17.2
130+
wsproto==1.2.0
131+
youseedee==0.5.3
132+
zopfli==0.2.3.post1

0 commit comments

Comments
 (0)