Skip to content

Commit

Permalink
block tracking update
Browse files Browse the repository at this point in the history
  • Loading branch information
djrrb committed Jun 12, 2016
1 parent 374dc27 commit 356b50c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
Binary file removed sandbox/block-tracking.02/Bungee-Regular.otf
Binary file not shown.
Binary file removed sandbox/block-tracking.02/Bungee-Regular.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion sandbox/block-tracking.02/font.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Bungee_Regular';
src: url('Bungee-Regular.woff') format('woff');
src: url('../../fonts/Bungee_Web/Bungee/Bungee-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
25 changes: 8 additions & 17 deletions sandbox/block-tracking.02/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}

.mono {
-moz-font-feature-settings: "ss01", "ss12";
-webkit-font-feature-settings: "ss01", "ss12";
font-feature-settings: "ss01", "ss12";
-moz-font-feature-settings: "ss01", "ss11";
-webkit-font-feature-settings: "ss01", "ss11";
font-feature-settings: "ss01", "ss11";
}


Expand All @@ -37,18 +37,14 @@
vkrn, vertical kerning: off
ss13, block tracking: on
*/
.vertical_text {
-moz-font-feature-settings: "ss13";
-webkit-font-feature-settings: "ss13";
font-feature-settings: "ss13";
}

.v2 {
-moz-font-feature-settings: 'vpal', "ss11";
-webkit-font-feature-settings: 'vpal', "ss11";
font-feature-settings: 'vpal', "ss11";
.vertical_text {
-moz-font-feature-settings: "vpal", "ss12";
-webkit-font-feature-settings: "vpal", "ss12";
font-feature-settings: "vpal", "ss12";
}


div { margin: 2em }

</style>
Expand All @@ -71,11 +67,6 @@
</div>


<div style='font-family: "Bungee_Regular"; line-height: 1;' class="vertical v2">
&#x2B24;&#x2B24;&#x2B24;<br />
H-H
</div>



</body>
Expand Down

0 comments on commit 356b50c

Please sign in to comment.