-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
3 changed files
with
285 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
.venv/ |
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,146 @@ | ||
@font-face { | ||
font-family: JazzText; | ||
src: url('finalejazztext-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: BravuraText; | ||
src: url('BravuraText.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: JazzText; | ||
src: url('finalejazztext-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: Broadway; | ||
src: url('finalebroadway-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: BroadwayText; | ||
src: url('finalebroadwaytext-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: FinaleJazz; | ||
src: url('finalejazz-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: FinaleJazzText; | ||
src: url('finalejazztext-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: Petaluma; | ||
src: url('Petaluma.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: PetalumaText; | ||
src: url('PetalumaText.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: Jazztext; | ||
src: url('jazztextregular-webfont.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
@font-face { | ||
font-family: Ash; | ||
src: url('finaleash-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: AshText; | ||
src: url('finaleashtext-webfont.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
.bravura { | ||
font-family: BravuraText; | ||
} | ||
|
||
|
||
.ash { | ||
font-family: Ash; | ||
} | ||
|
||
|
||
.ash-text { | ||
font-family: AshText; | ||
} | ||
|
||
.petaluma { | ||
font-family: Petaluma; | ||
} | ||
|
||
.petaluma-text { | ||
font-family: PetalumaText; | ||
} | ||
|
||
.broadway { | ||
font-family: Broadway; | ||
} | ||
.broadway-text { | ||
font-family: BroadwayText; | ||
|
||
} | ||
|
||
.finale { | ||
font-family: FinaleJazz; | ||
} | ||
|
||
.finale-text { | ||
font-family: FinaleJazzText; | ||
} | ||
|
||
.jazz-text { | ||
font-family: Jazztext; | ||
} | ||
|
||
td { | ||
border: 1px solid black; | ||
padding: 0rem 1rem; | ||
font-size: 1.5rem; | ||
} |
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,138 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Test</title> | ||
<link rel="stylesheet" href="./styles.css"> | ||
</head> | ||
|
||
<body> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th style="text-align:center"><strong>Glyph</strong></th> | ||
<th><strong>Bravura text</strong></th> | ||
<th><strong>Petaluma</strong></th> | ||
<th><strong>Petaluma text</strong></th> | ||
<th><strong>Broadway</strong></th> | ||
<th><strong>Broadway text</strong></th> | ||
<th><strong>Finale jazz</strong></th> | ||
<th><strong>Finale jazz Text</strong></th> | ||
<th><strong>Jazz Text</strong></th> | ||
<th><strong>Ash</strong></th> | ||
<th><strong>Ash Text</strong></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td style="text-align:center"><span>U+ED60</span></td> | ||
<td style="text-align:center"> | ||
<span class="bravura"></span><span class="petaluma"></span><span class="finale"></span> | ||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<text x="11" y="24" class="bravura"></text> | ||
<text x="11" y="24" class="petaluma"></text> | ||
<text x="11" y="24" class="finale"></text> | ||
</svg> | ||
</td> | ||
<td style="text-align:center"><span class="petaluma"></span> | ||
</td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span>U+ED62</span></td> | ||
<td style="text-align:center"> | ||
<span class="bravura"></span> | ||
<svg viewBox="0 0 240 80" xmlns="http://www.w3.org/2000/svg"> | ||
<text x="20" y="35" class="bravura"></text> | ||
</svg> | ||
|
||
</td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span class="bravura_large">U+ED64</span></td> | ||
<td style="text-align:center"><span class="bravura"></span></td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span class="bravura_large">U+ED66</span></td> | ||
<td style="text-align:center"><span class="bravura"></span></td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span class="bravura_large">U+ED61</span></td> | ||
<td style="text-align:center"><span class="bravura"></span></td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span class="bravura_large">U+ED63</span></td> | ||
<td style="text-align:center"><span class="bravura"></span></td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align:center"><span class="bravura_large">U+ED65</span></td> | ||
<td style="text-align:center"><span class="bravura"></span></td> | ||
<td style="text-align:center"><span class="petaluma"></span></td> | ||
<td style="text-align:center"><span class="petaluma-text"></span></td> | ||
<td style="text-align:center"><span class="broadway"></span></td> | ||
<td style="text-align:center"><span class="broadway-text"></span></td> | ||
<td style="text-align:center"><span class="finale"></span></td> | ||
<td style="text-align:center"><span class="finale-text"></span></td> | ||
<td style="text-align:center"><span class="jazz-text"></span></td> | ||
<td style="text-align:center"><span class="ash"></span></td> | ||
<td style="text-align:center"><span class="ash-text"></span></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
|
||
</html> |