Skip to content

Commit

Permalink
202412261940
Browse files Browse the repository at this point in the history
  • Loading branch information
mitradranirban committed Dec 26, 2024
1 parent e00b217 commit 2134755
Show file tree
Hide file tree
Showing 989 changed files with 209,860 additions and 58,866 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Check with fontbakery
run: make test
continue-on-error: true
- name: proof
run: make proof
#- name: proof
# holding as it fails
# run: make proof
- name: setup site
run: cp scripts/index.html out/index.html
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test: venv-test build.stamp
TOCHECK=$$(find fonts/variable -type f 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f 2>/dev/null); fi ; . venv-test/bin/activate; mkdir -p out/ out/fontbakery; fontbakery check-googlefonts -l WARN --full-lists --succinct --badges out/badges --html out/fontbakery/fontbakery-report.html --ghmarkdown out/fontbakery/fontbakery-report.md $$TOCHECK || echo '::warning file=sources/config.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in your font. Please check the generated report.'

proof: venv build.stamp
. venv/bin/activate; mkdir -p out/ out/proof; diffenator2 proof fonts/variable/Paribartan[SHDW,MASK].ttx
. venv/bin/activate; mkdir -p out/ out/proof; diffenator2 proof fonts/variable/Paribartan[SHDW,MASK].ttf

images: venv $(DRAWBOT_OUTPUT)

Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
# Paribartan Variable Bengali Font

[![][Fontbakery]](https://mitradranirban.github.io/paribartan.git/fontbakery/fontbakery-report.html)
[![][Universal]](https://mitradranirban.github.io/paribartan.git/fontbakery/fontbakery-report.html)
[![][GF Profile]](https://mitradranirban.github.io/paribartan.git/fontbakery/fontbakery-report.html)
[![][Shaping]](https://mitradranirban.github.io/paribartan.git/fontbakery/fontbakery-report.html)

[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmitradranirban%2Fparibartan.git%2Fgh-pages%2Fbadges%2Foverall.json
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmitradranirban%2Fparibartan.git%2Fgh-pages%2Fbadges%2FGoogleFonts.json
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmitradranirban%2Fparibartan.git%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmitradranirban%2Fparibartan.git%2Fgh-pages%2Fbadges%2FShapingChecks.json
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmitradranirban%2Fparibartan.git%2Fgh-pages%2Fbadges%2FUniversal.json

Paribartan is a Variable Multicolor Bengali or Bangla Font fully created using Open Source tools.

It is a geometric Sans-Serif design in Latin glyphs and matching design in Bengali Glyphs.

![Sample Image](documentation/image1.png)
![Sample Image](documentation/image2.png)
![Sample Image](documentation/Paribartan.gif)

## About

Expand Down
2 changes: 1 addition & 1 deletion documentation/DESCRIPTION.en_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Paribartan is a Variable Colorv0 Bengali or Bangla Font fully created using Open Source tools.
</p>
<p>
It is a geometric Sans-Serif design; It has 4 color pallettes and 2
It is a geometric Sans-Serif design; It has 5 color pallettes and 2 variable axes of shadow and mask
</p>

<p>
Expand Down
4 changes: 4 additions & 0 deletions documentation/Paribartan-test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<head>
<title>

Binary file added documentation/Paribartan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added master_otf/Paribartan-Regular.otf
Binary file not shown.
Binary file added master_otf/ParibartanB.otf
Binary file not shown.
Binary file added master_otf/ParibartanF.otf
Binary file not shown.
Binary file added master_otf/ParibartanR.otf
Binary file not shown.
Binary file added master_otf/ParibartanS.otf
Binary file not shown.
85 changes: 77 additions & 8 deletions scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,85 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Paribartan Font development</title>
<style>
@font-face {
font-family: Paribartan;
src: url(webfonts/Paribartan-VF.woff2);
font-weight: normal;
font-style: normal;
}
@font-palette-values --palette0 {
font-family: Paribartan;
base-palette: 0
}
@font-palette-values --palette1 {
font-family: Paribartan;
base-palette: 1
}
@font-palette-values --palette2 {
font-family: Paribartan;
base-palette: 2
}
@font-palette-values --palette3 {
font-family: Paribartan;
base-palette: 3
}
@font-palette-values --palette4 {
font-family: Paribartan;
base-palette: 4
}
h1{
font-family: Paribartan;
font-variation-settings: "SHDW" -50 "MASK" 10;
}
h2{
font-family: Paribartan;
font-variation-settings: "SHDW" 50 "MASK" -15;
}
p{
font-family: Paribartan;
font-variation-settings: "SHDW" 30 "MASK" 0;
}
.pallete0 {
font-family: Paribartan;
font-palette: palette0;
}
.pallete1 {
font-family: Paribartan;
font-palette: palette1;
}
.pallete2 {
font-family: Paribartan;
font-palette: palette2;
}
.pallete3 {
font-family: Paribartan;
font-palette: palette3;
}
.pallete4 {
font-family: Paribartan;
font-palette: palette4;
}


</style>
</head>
<body>
<h1>Paribartan Font testing pages</h1>
<ul>
<li>
<a href="fontbakery/fontbakery-report.html">FontBakery Report</a>
</li>
<li>
<a href="proof/diffenator2-report.html">Diffenator2 Report</a>
</li>
<h1 class="palette0">Paribartan Variable Color Font</h1>
<h2 >
About
</h2>
<p> Paribartan is a variable color font created using open source tools</p>
<p> It has Five inbuilt color palettes </p>
<p class="pallete0"> Orange </p>
<p class="palette1"> Violet </p>
<p class="palette2"> Grey </p>
<p class="palette3"> Green </p>
<p class="palette4"> Blue </p>
<p> and also 2 custom axes of Shadow and Mask </p>



</ul>
</body>
</html>
Binary file added scripts/webfonts/Paribartan-VF.woff2
Binary file not shown.
26 changes: 13 additions & 13 deletions sources/COLR-CPAL/ParibartanCPAL.ttx
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
<version value="0"/>
<numPaletteEntries value="3"/>
<palette index="0">
<color index="0" value="#00A0E1FF"/>
<color index="1" value="#2200F5FF"/>
<color index="2" value="#FF5F2280"/>
</palette>
<palette index="1">
<color index="0" value="#FFD114FF"/>
<color index="1" value="#FF552DFF"/>
<color index="2" value="#0D30EB80"/>
<color index="2" value="#FF552D80"/>
</palette>
<palette index="1">
<color index="0" value="#F52882FF"/>
<color index="1" value="#FF5A2CFF"/>
<color index="2" value="#F5288280"/>
</palette>
<palette index="2">
<color index="0" value="#C3C3E1FF"/>
<color index="1" value="#555573FF"/>
<color index="2" value="#3D3D2280"/>
<color index="2" value="#55557380"/>
</palette>
<palette index="3">
<color index="0" value="#F52882FF"/>
<color index="1" value="#FF5A2C8F"/>
<color index="2" value="#13D77D80"/>
</palette>
<palette index="4">
<color index="0" value="#95DF92FF"/>
<color index="1" value="#0A2C09FF"/>
<color index="2" value="#69206C80"/>
<color index="2" value="#0A2C0980"/>
</palette>
<palette index="4">
<color index="0" value="#00A0E1FF"/>
<color index="1" value="#2200F5FF"/>
<color index="2" value="#2200F580"/>
</palette>

</CPAL>
Expand Down
42 changes: 41 additions & 1 deletion sources/COLR-CPAL/Paribartan_colr_0.ttx
Original file line number Diff line number Diff line change
Expand Up @@ -2313,12 +2313,52 @@
<layer colorID="0" name="minus.2"/>
<layer colorID="2" name="minus.1"/>
</ColorGlyph>
<ColorGlyph name="u09B0_u09CD.rphf">
<layer colorID="1" name="u09B0_u09CD.rphf.0"/>
<layer colorID="0" name="u09B0_u09CD.rphf.2"/>
<layer colorID="2" name="u09B0_u09CD.rphf.1"/>
</ColorGlyph>
<ColorGlyph name="u0995_u09CD_u09B7.akhn">
<layer colorID="1" name="u0995_u09CD_u09B7.akhn.0"/>
<layer colorID="0" name="u0995_u09CD_u09B7.akhn.2"/>
<layer colorID="2" name="u0995_u09CD_u09B7.akhn.1"/>
</ColorGlyph>
<ColorGlyph name="u099C_u09CD_u099E.akhn">
<layer colorID="1" name="u099C_u09CD_u099E.akhn.0"/>
<layer colorID="0" name="u099C_u09CD_u099E.akhn.2"/>
<layer colorID="2" name="u099C_u09CD_u099E.akhn.1"/>
</ColorGlyph>
<ColorGlyph name="u09CD_u09B0.blwf">
<layer colorID="1" name="u09CD_u09B0.blwf.0"/>
<layer colorID="0" name="u09CD_u09B0.blwf.2"/>
<layer colorID="2" name="u09CD_u09B0.blwf.1"/>
</ColorGlyph>
<ColorGlyph name="u09CD_u09AF.pstf">
<layer colorID="1" name="u09CD_u09AF.pstf.0"/>
<layer colorID="0" name="u09CD_u09AF.pstf.2"/>
<layer colorID="2" name="u09CD_u09AF.pstf.1"/>
</ColorGlyph>
<ColorGlyph name="u0995_u09CD_u09B0">
<layer colorID="1" name="u0995_u09CD_u09B0.0"/>
<layer colorID="0" name="u0995_u09CD_u09B0.2"/>
<layer colorID="2" name="u0995_u09CD_u09B0.1"/>
</ColorGlyph>
<ColorGlyph name="u0996_u09CD_u09B0">
<layer colorID="1" name="u0996_u09CD_u09B0.0"/>
<layer colorID="0" name="u0996_u09CD_u09B0.2"/>
<layer colorID="2" name="u0996_u09CD_u09B0.1"/>
</ColorGlyph>


</COLR>

</ttFont>

<ColorGlyph name="">
<layer colorID="1" name=".0"/>
<layer colorID="0" name=".2"/>
<layer colorID="2" name=".1"/>
</ColorGlyph>
</ttFont>



Loading

0 comments on commit 2134755

Please sign in to comment.