Skip to content

Commit

Permalink
ETBembo italic
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrocat101 committed Aug 5, 2015
1 parent e2ec9aa commit 0a810a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file added ETBembo-DisplayItalic.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Contributors
-
- Dave Liepmann (creator)
- Clay Harmon (media queries, rem units)
- Linjie Ding (italic typeface)

Pull requests are welcome. For best results, keep contributions to
single changes at a time, and verify functionality against
Expand Down
12 changes: 8 additions & 4 deletions tufte.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@font-face { font-family: ETBembo;
src: url("ETBembo-RomanLF.ttf"); }
@font-face { font-family: ETBembo;
src: url("ETBembo-DisplayItalic.ttf");
font-weight: normal;
font-style: italic; }

html { font-size: 11px; }

Expand Down Expand Up @@ -56,15 +60,15 @@ table { width: 53%;
margin-right: 1%;
border-top: 2px solid #333333;
border-bottom: 2px solid #333333;
border-collapse: separate;
border-collapse: separate;
border-spacing: 0 5px;
-webkit-font-feature-settings: 'tnum'; /* This is technically redundant */
-moz-font-feature-settings: 'tnum';
-ms-font-feature-settings: 'tnum'; }

thead th { border-bottom: 1px solid #333333;
font-weight: 400;
border-collapse: separate;
font-weight: 400;
border-collapse: separate;
border-spacing: 5px 5px;}

article { position: relative;
Expand Down Expand Up @@ -136,4 +140,4 @@ a.url { text-decoration: none;
word-break: break-all;
font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace; }

span.newthought { font-variant: small-caps; }
span.newthought { font-variant: small-caps; }

0 comments on commit 0a810a7

Please sign in to comment.