generated from googlefonts/googlefonts-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e38db9b
commit 144f86a
Showing
7 changed files
with
127 additions
and
20 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Paribartan Variable Color Font </title> | ||
<style> | ||
@font-face { | ||
font-family: Paribartan; | ||
src: url("Paribartan[MASK,SHDW].woff2") ; | ||
font-weight: normal; | ||
font-style: normal; | ||
MASK -50 50; | ||
SHDW -50 50; | ||
|
||
} | ||
@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 | ||
} | ||
.shadow1{ | ||
font-family: Paribartan; | ||
font-variation-settings: "SHDW" -50, "MASK" 10; | ||
} | ||
.shadow2{ | ||
font-family: Paribartan; | ||
font-variation-settings: "SHDW" 50, "MASK" -15; | ||
} | ||
.shadow3{ | ||
font-family: Paribartan; | ||
font-variation-settings: "SHDW" 0, "MASK" 50; | ||
} | ||
.palette0 { | ||
font-family: Paribartan; | ||
font-palette: --palette0; | ||
} | ||
.palette1 { | ||
font-family: Paribartan; | ||
font-palette: --palette1; | ||
} | ||
.palette2 { | ||
font-family: Paribartan; | ||
font-palette: --palette2; | ||
} | ||
.palette3 { | ||
font-family: Paribartan; | ||
font-palette: --palette3; | ||
} | ||
.palette4 { | ||
font-family: Paribartan; | ||
font-palette: --palette4; | ||
} | ||
.shadow1{ | ||
font-family: Paribartan; | ||
font-variation-settings: "SHDW" -50 "MASK" 10; | ||
} | ||
@keyframes animate-shadow{ | ||
|
||
} | ||
@keyframes animate-color{ | ||
|
||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<div class="palette0 shadow1"> <h1>Paribartan Variable Color Typeface</h1></div> | ||
<div class="palette4 shadow2"><h2>পরিবর্তন রঙীন টাইপফেস </h2></div> | ||
<p> Paribartan is a variable color font created using open source tools </p> | ||
<p> It covers Latin, Extended Latin and Bangla (Bengali) characters</p> | ||
<p> It has Five in-built color palettes </p> | ||
<span class="palette0"> Orange </span>, | ||
<span class="palette1"> Violet </span>, | ||
<span class="palette2"> Grey </span>, | ||
<span class="palette3"> Green </span>, and | ||
<span class="palette4"> Blue </span></p> | ||
|
||
<p> It also has 2 custom axes of <span class="shadow2">Shadow</span> and <span class="shadow3">Mask </span>. </p> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes.
Binary file not shown.