Skip to content

Commit

Permalink
Fix fonts to enable both old-style and lining numerals
Browse files Browse the repository at this point in the history
CSS is adapted so thet old-style numerals are only used in the
text body, not headings or lists.
  • Loading branch information
soc committed Feb 22, 2013
1 parent 2311e34 commit 34eb920
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
Binary file modified resources/Heuristica-Bold.woff
Binary file not shown.
Binary file modified resources/Heuristica-BoldItalic.woff
Binary file not shown.
Binary file modified resources/Heuristica-Regular.woff
Binary file not shown.
Binary file modified resources/Heuristica-RegularItalic.woff
Binary file not shown.
7 changes: 7 additions & 0 deletions resources/style.css
Expand Up @@ -16,6 +16,13 @@ header .date {
color: #111; color: #111;
} }


p {
-moz-font-feature-settings: "onum";
-ms-font-feature-settings: "onum";
-webkit-font-feature-settings: "onum";
font-feature-settings: "onum";
}

pre { pre {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
Expand Down

0 comments on commit 34eb920

Please sign in to comment.