Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pathumego committed Sep 23, 2024
1 parent 24789a6 commit d3f6596
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
Binary file modified documentation/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions documentation/test-suite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ GITHASH="$(git rev-parse --short HEAD)"

echo '<p class='production-data'>' 'Generated on' $DATE '#'$GITHASH '</p>' > data.html
cat data.html specimen.html > specimen_gen.html
cat status.html data.html > status_gen.html
# cat status.html data.html > status_gen.html

weasyprint specimen_gen.html specimen.pdf
weasyprint status_gen.html -r 600 status.png
# weasyprint status_gen.html -r 600 status.png

# mv ./specimen.pdf ../../documentation/
# mv ./daily-status.png ../../documentation/
Expand Down
1 change: 0 additions & 1 deletion documentation/test-suite/specimen.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<header>
<h1>Maname Fonts Project </h1>

<h2>textual</h2>
<hr>
<p>
</p>
Expand Down
Binary file modified documentation/test-suite/specimen.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/test-suite/styles/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Maname';
src: url("../Maname.ttf")format("trutype");
src: url("../../../fonts/ttf/Maname-Regular.ttf")format("trutype");
font-weight: 400;
}
body {
Expand Down
32 changes: 16 additions & 16 deletions sources/Maname.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -39889,22 +39889,22 @@ shapes = (
{
closed = 1;
nodes = (
(631,-216,o),
(638,67,o),
(631,-246,o),
(638,37,o),
(638,211,c),
(614,196,l),
(609,40,o),
(575,-136,o),
(355,-136,cs),
(191,-136,o),
(114,-62,o),
(114,-62,c),
(103,-65,o),
(96,-71,o),
(91,-78,c),
(95,-99,o),
(167,-216,o),
(351,-216,cs)
(609,10,o),
(575,-166,o),
(355,-166,cs),
(191,-166,o),
(114,-92,o),
(114,-92,c),
(103,-95,o),
(96,-101,o),
(91,-108,c),
(95,-129,o),
(167,-246,o),
(351,-246,cs)
);
},
{
Expand Down Expand Up @@ -73620,7 +73620,7 @@ value = "දැරණියගලට ඉහල අහසේ දඟකරන ව
},
{
key = uniqueID;
value = "Version 1.000; [9a6da2f]-dev";
value = "Version 1.001";
},
{
key = vendorID;
Expand Down Expand Up @@ -73964,5 +73964,5 @@ zerowidthnonjoiner = uni200C;
UFOFormat = 3;
};
versionMajor = 1;
versionMinor = 0;
versionMinor = 1;
}

0 comments on commit d3f6596

Please sign in to comment.