Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bghryct committed Feb 13, 2024
1 parent eb37764 commit 760d8b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 145 deletions.
141 changes: 7 additions & 134 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,134 +1,7 @@
absl-py==2.1.0
afdko==4.0.1
appdirs==1.4.4
attrs==23.2.0
axisregistry==0.4.8
babelfont==3.0.1
beautifulsoup4==4.12.3
beziers==0.5.0
blackrenderer==0.6.0
booleanOperations==0.9.0
Brotli==1.1.0
bump2version==1.0.1
bumpfontversion==0.4.1
cattrs==23.2.3
certifi==2024.2.2
cffi==1.16.0
cffsubr==0.3.0
charset-normalizer==3.3.2
click==8.1.7
cmarkgfm==2024.1.14
collidoscope==0.6.5
colorlog==6.8.2
commandlines==0.4.1
compreffor==0.5.5
cryptography==42.0.2
cu2qu==1.6.7.post2
defcon==0.10.3
dehinter==4.0.0
Deprecated==1.2.14
diffenator2==0.3.7
docopt==0.6.2
drawbot-skia==0.5.0
exceptiongroup==1.2.0
font-v==2.1.0
fontbakery==0.11.1
fontFeatures==1.8.0
fontmake==3.8.1
fontMath==0.9.3
fontParts==0.12.1
fontPens==0.2.4
fonttools==4.48.1
freetype-py==2.3.0
fs==2.4.16
gflanguages==0.5.17
gfsubsets==2024.2.5
gftools==0.9.47
gitdb==4.0.11
GitPython==3.1.41
glyphsets==0.6.13
glyphsLib==6.6.3
h11==0.14.0
hyperglot==0.4.5
idna==3.6
importlib-resources==6.1.1
Jinja2==3.1.3
kurbopy==0.10.40
lxml==5.1.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
munkres==1.1.4
MutatorMath==3.0.1
nanoemoji==0.15.1
ninja==1.11.1.1
num2words==0.5.13
numpy==1.26.4
openstep-plist==0.3.1
opentype-sanitizer==9.1.0
opentypespec==1.9.1
orjson==3.9.13
outcome==1.3.0.post0
packaging==23.2
picosvg==0.22.1
pillow==10.2.0
pip-api==0.0.30
pngquant-cli==2.17.0.post5
protobuf==3.20.3
pyahocorasick==2.0.0
pybind11==2.11.1
pycairo==1.26.0
pyclipper==1.3.0.post5
pycparser==2.21
pygit2==1.14.1
PyGithub==2.2.0
Pygments==2.17.2
PyJWT==2.8.0
PyNaCl==1.5.0
pyparsing==3.1.1
PySocks==1.7.1
python-bidi==0.4.2
python-dateutil==2.8.2
PyYAML==6.0.1
regex==2023.12.25
requests==2.31.0
resvg-cli==0.22.0.post3
rich==13.7.0
rstr==3.2.2
selenium==4.17.2
sh==2.0.6
shaperglot==0.4.0
six==1.16.0
skia-pathops==0.8.0.post1
skia-python==87.5
smmap==5.0.1
sniffio==1.3.0
sortedcontainers==2.4.0
soupsieve==2.5
sre-yield==1.2
statmake==0.6.0
strictyaml==1.7.3
stringbrewer==0.0.1
tabulate==0.9.0
termcolor==2.4.0
toml==0.10.2
tqdm==4.66.2
trio==0.24.0
trio-websocket==0.11.1
ttfautohint-py==0.5.1
typing_extensions==4.9.0
ufo2ft==3.0.1
ufoLib2==0.16.0
ufolint==1.2.0
ufonormalizer==0.6.1
ufoProcessor==1.9.0
uharfbuzz==0.39.0
unicodedata2==15.1.0
Unidecode==1.3.8
urllib3==2.2.0
vharfbuzz==0.3.0
vttLib==0.12.0
wrapt==1.16.0
wsproto==1.2.0
youseedee==0.3.0
zopfli==0.2.3
fontmake>=2.4
gftools[qa]>=0.9.23
drawbot-skia>=0.4.8
sh>=1.14.2
bumpfontversion>=0.2.0
diffenator2>=0.2.5

18 changes: 7 additions & 11 deletions sources/Ojuju.glyphs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
.appVersion = "3239";
.formatVersion = 3;
DisplayStrings = (
"/f_f/f_t fifl",
"Ĺ"
);
axes = (
{
name = Weight;
Expand Down Expand Up @@ -45,13 +41,13 @@ value = 1;
name = "Axis Mappings";
value = {
wght = {
200 = 37;
300 = 51;
400 = 72;
500 = 102;
600 = 143;
700 = 201;
800 = 282;
37 = 200;
51 = 300;
72 = 400;
102 = 500;
143 = 600;
201 = 700;
282 = 800;
};
};
}
Expand Down

0 comments on commit 760d8b4

Please sign in to comment.