Skip to content

Commit

Permalink
Add italic and bold font styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonamaupa committed Oct 16, 2018
1 parent b64f6ab commit 35e1f82
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Binary file added LinLibertine_RB.woff
Binary file not shown.
Binary file added LinLibertine_RBI.woff
Binary file not shown.
Binary file added LinLibertine_RI.woff
Binary file not shown.
20 changes: 18 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
@charset "UTF-8";

@font-face
{ font-family: serif;
{ font-family: libertine;
src: url(LinLibertine_R.woff); }

@font-face
{ font-family: libertine;
font-style: italic;
src: url(LinLibertine_RI.woff); }

@font-face
{ font-family: libertine;
font-weight: bold;
src: url(LinLibertine_RB.woff); }

@font-face
{ font-family: libertine;
font-weight: bold;
font-style: italic;
src: url(LinLibertine_RBI.woff); }

html
{ font-size: 0.7rem; }

body
{ padding: 1rem;
font-family: serif; }
font-family: libertine, serif; }

@media (min-width: 34rem)
{ html
Expand Down

0 comments on commit 35e1f82

Please sign in to comment.