added satoshi symbol font
BIN
app/src/main/assets/images/SatoshiSymbolFont/Satoshi Symbol.otf
Normal file
BIN
app/src/main/assets/images/SatoshiSymbolFont/Satoshi Symbol.ttf
Normal file
161
app/src/main/assets/images/SatoshiSymbolFont/SpecimenSheet.html
Normal file
@ -0,0 +1,161 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Lorem ipsum</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
font-feature-settings: "kern";
|
||||
-moz-font-feature-settings: "kern=1";
|
||||
-ms-font-feature-settings: "kern";
|
||||
-webkit-font-feature-settings: "kern";
|
||||
-o-font-feature-settings: "kern";
|
||||
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi SymbolSVG";
|
||||
src: url("Satoshi Symbol.svg#Satoshi Symbol") format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi SymbolOTF";
|
||||
src: url("Satoshi Symbol.otf") format('opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi SymbolTTF";
|
||||
src: url("Satoshi Symbol.ttf") format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi SymbolEOT"
|
||||
src: url("Satoshi Symbol.eot");
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-weight:normal;
|
||||
margin: 10px 0 5px 0;
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight:normal;
|
||||
margin: 0 0 5px 0;
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight:normal;
|
||||
margin: 0 0 5px 0;
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight:normal;
|
||||
margin: 0 0 5px 0;
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 5px 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div {
|
||||
font-family: "Satoshi SymbolEOT", "Satoshi SymbolOTF", "Satoshi SymbolTTF", "Satoshi SymbolSVG";
|
||||
margin: 0 0 30px 0;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
h1.bigger {
|
||||
font-size: 58pt;
|
||||
}
|
||||
|
||||
h2.big {
|
||||
font-size: 40pt;
|
||||
}
|
||||
|
||||
h3.small {
|
||||
font-size: 32pt;
|
||||
}
|
||||
|
||||
h4.smaller {
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
p.bigger {
|
||||
font-size: 32pt;
|
||||
}
|
||||
|
||||
p.big {
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
p.small {
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
p.smaller {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
span.swashes {
|
||||
font-feature-settings: "swsh";
|
||||
}
|
||||
|
||||
span.alternates {
|
||||
font-feature-settings: "salt" 1;
|
||||
}
|
||||
|
||||
span.smallcaps {
|
||||
font-variant-caps: small-caps;
|
||||
font-feature-settings: "smcp";
|
||||
}
|
||||
|
||||
span.capstosmallcaps {
|
||||
font-variant-caps: all-small-caps;
|
||||
font-feature-settings: "c2sc", "smcp";
|
||||
}
|
||||
|
||||
span.stylisticset01 {
|
||||
font-feature-settings: "ss01";
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<div>
|
||||
<h1 class="bigger">Lorem ipsum</h1>
|
||||
<p class="bigger">Dolor sit amet!</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2 class="big">Hamburgerfonstiv</h2>
|
||||
<p class="big">Satoshi Symbol</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 class="smaller">Headline 16pt</h4>
|
||||
<p class="smaller">The quick brown fox jumps over the lazy dog</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 class="smaller">Alphabet</h4>
|
||||
<p class="smaller">a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
|
||||
<p class="smaller">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p>
|
||||
<p class="smaller">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p>
|
||||
<p class="smaller">0 1 2 3 4 5 6 7 8 9</p>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
After Width: | Height: | Size: 572 KiB |
After Width: | Height: | Size: 596 KiB |
After Width: | Height: | Size: 611 KiB |
After Width: | Height: | Size: 605 KiB |
After Width: | Height: | Size: 577 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><rect x="166.06" y="2.83" width="27.89" height="47.65"/><rect x="166.06" y="310.35" width="27.89" height="47.65"/><rect x="166.06" y="6.84" width="27.89" height="198.86" transform="translate(286.28 -73.74) rotate(90)"/><rect x="166.06" y="80.5" width="27.89" height="198.86" transform="translate(359.94 -0.08) rotate(90)"/><rect x="166.06" y="152.08" width="27.89" height="198.86" transform="translate(431.52 71.5) rotate(90)"/></svg>
|
After Width: | Height: | Size: 529 B |
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><defs><style>.cls-1{fill:#848484;}.cls-2{fill:#fff;}</style></defs><circle class="cls-1" cx="180" cy="180" r="179"/><rect class="cls-2" x="201.48" y="37.16" width="23.49" height="40.14" transform="translate(21.82 -52.79) rotate(14.87)"/><rect class="cls-2" x="135.03" y="287.5" width="23.49" height="40.14" transform="translate(83.82 -27.36) rotate(14.87)"/><rect class="cls-2" x="184.27" y="38.29" width="23.49" height="167.49" transform="translate(364.26 -36.11) rotate(104.87)"/><rect class="cls-2" x="168.36" y="98.26" width="23.49" height="167.49" transform="translate(402.22 54.61) rotate(104.87)"/><rect class="cls-2" x="152.89" y="156.52" width="23.49" height="167.49" transform="translate(439.1 142.78) rotate(104.87)"/></svg>
|
After Width: | Height: | Size: 830 B |
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><defs><style>.cls-1{fill:#fff;}</style></defs><circle cx="180" cy="180" r="179"/><rect class="cls-1" x="201.48" y="37.16" width="23.49" height="40.14" transform="translate(21.82 -52.79) rotate(14.87)"/><rect class="cls-1" x="135.03" y="287.5" width="23.49" height="40.14" transform="translate(83.82 -27.36) rotate(14.87)"/><rect class="cls-1" x="184.27" y="38.29" width="23.49" height="167.49" transform="translate(364.26 -36.11) rotate(104.87)"/><rect class="cls-1" x="168.36" y="98.26" width="23.49" height="167.49" transform="translate(402.22 54.61) rotate(104.87)"/><rect class="cls-1" x="152.89" y="156.52" width="23.49" height="167.49" transform="translate(439.1 142.78) rotate(104.87)"/></svg>
|
After Width: | Height: | Size: 795 B |
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><defs><style>.cls-1{fill:#f8991d;}.cls-2{fill:#fff;}</style></defs><circle class="cls-1" cx="180" cy="180" r="179"/><rect class="cls-2" x="201.48" y="37.16" width="23.49" height="40.14" transform="translate(21.82 -52.79) rotate(14.87)"/><rect class="cls-2" x="135.03" y="287.5" width="23.49" height="40.14" transform="translate(83.82 -27.36) rotate(14.87)"/><rect class="cls-2" x="184.27" y="38.29" width="23.49" height="167.49" transform="translate(364.26 -36.11) rotate(104.87)"/><rect class="cls-2" x="168.36" y="98.26" width="23.49" height="167.49" transform="translate(402.22 54.61) rotate(104.87)"/><rect class="cls-2" x="152.89" y="156.52" width="23.49" height="167.49" transform="translate(439.1 142.78) rotate(104.87)"/></svg>
|
After Width: | Height: | Size: 830 B |
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><defs><style>.cls-1{fill:#fff;}</style></defs><rect width="360" height="360"/><rect class="cls-1" x="166.06" y="2.83" width="27.89" height="47.65"/><rect class="cls-1" x="166.06" y="310.35" width="27.89" height="47.65"/><rect class="cls-1" x="166.06" y="6.84" width="27.89" height="198.86" transform="translate(286.28 -73.74) rotate(90)"/><rect class="cls-1" x="166.06" y="80.5" width="27.89" height="198.86" transform="translate(359.94 -0.08) rotate(90)"/><rect class="cls-1" x="166.06" y="152.08" width="27.89" height="198.86" transform="translate(431.52 71.5) rotate(90)"/></svg>
|
After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |