Skip to content

Commit

Permalink
Update Libertine
Browse files Browse the repository at this point in the history
Rename Libertine font
Update regular from v4.7.5 to v5.3.0
Update italic from v4.2.6 to v5.1.6
Update bold from v4.1.5 to v5.1.4
Add bold italic at v5.1.8
Add source
  • Loading branch information
jonathantneal committed Jan 3, 2013
1 parent c59d0be commit 7b23356
Show file tree
Hide file tree
Showing 26 changed files with 15 additions and 9 deletions.
Binary file added f/Libertine-bold-italic-source.ttf
Binary file not shown.
Binary file added f/Libertine-bold-italic.eot
Binary file not shown.
Binary file added f/Libertine-bold-italic.ttf
Binary file not shown.
Binary file added f/Libertine-bold-italic.woff
Binary file not shown.
Binary file added f/Libertine-bold-source.ttf
Binary file not shown.
Binary file added f/Libertine-bold.eot
Binary file not shown.
Binary file added f/Libertine-bold.ttf
Binary file not shown.
Binary file added f/Libertine-bold.woff
Binary file not shown.
Binary file added f/Libertine-italic-source.ttf
Binary file not shown.
Binary file added f/Libertine-italic.eot
Binary file not shown.
Binary file added f/Libertine-italic.ttf
Binary file not shown.
Binary file added f/Libertine-italic.woff
Binary file not shown.
Binary file added f/Libertine-source.ttf
Binary file not shown.
Binary file added f/Libertine.eot
Binary file not shown.
Binary file added f/Libertine.ttf
Binary file not shown.
Binary file added f/Libertine.woff
Binary file not shown.
Binary file removed f/linlibertine_bd-4.1.5-webfont.eot
Binary file not shown.
Binary file removed f/linlibertine_bd-4.1.5-webfont.ttf
Binary file not shown.
Binary file removed f/linlibertine_bd-4.1.5-webfont.woff
Binary file not shown.
Binary file removed f/linlibertine_it-4.2.6-webfont.eot
Binary file not shown.
Binary file removed f/linlibertine_it-4.2.6-webfont.ttf
Binary file not shown.
Binary file removed f/linlibertine_it-4.2.6-webfont.woff
Binary file not shown.
Binary file removed f/linlibertine_re-4.7.5-webfont.eot
Binary file not shown.
Binary file removed f/linlibertine_re-4.7.5-webfont.ttf
Binary file not shown.
Binary file removed f/linlibertine_re-4.7.5-webfont.woff
Binary file not shown.
24 changes: 15 additions & 9 deletions screen.css
Expand Up @@ -56,7 +56,7 @@ Acknowledgements & Inspirations
"Unicode Support in HTML, Fonts, and Web Browsers" ....... http://alanwood.net/unicode/
"Punctuation" ............................................ http://en.wikipedia.org/wiki/Punctuation
"Essays 1743" ............................................ http://www.thibault.org/fonts/essays/
"Linux Libertine" ........................................ http://linuxlibertine.sourceforge.net/
"Libertine" .............................................. http://linuxlibertine.sourceforge.net/
"CSS Styled Restaurant Menu" ............................. http://www.web-graphics.com/mtarchive/ItalianMenu.html
*/

Expand All @@ -76,18 +76,24 @@ Acknowledgements & Inspirations
src: url('alphabet-of-children-webfont.eot?') format('eot'), url('alphabet-of-children-webfont.woff') format('woff'), url('alphabet-of-children-webfont.ttf') format('truetype');
}
@font-face {
font-family: 'Linux Libertine';
src: url('linlibertine_re-4.7.5-webfont.eot?') format('eot'), url('linlibertine_re-4.7.5-webfont.woff') format('woff'), url('linlibertine_re-4.7.5-webfont.ttf') format('truetype');
font-family: 'Libertine';
src: url('f/Libertine.eot?') format('eot'), url('f/Libertine.woff') format('woff'), url('f/Libertine.ttf') format('truetype');
}
@font-face {
font-family: 'Linux Libertine';
font-family: 'Libertine';
font-style: italic;
src: url('linlibertine_it-4.7.5-webfont.eot?') format('eot'), url('linlibertine_it-4.7.5-webfont.woff') format('woff'), url('linlibertine_it-4.7.5-webfont.ttf') format('truetype');
src: url('f/Libertine-italic.eot?') format('eot'), url('f/Libertine-italic.woff') format('woff'), url('f/Libertine-italic.ttf') format('truetype');
}
@font-face {
font-family: 'Linux Libertine';
font-style: bold;
src: url('linlibertine_bd-4.7.5-webfont.eot?') format('eot'), url('linlibertine_bd-4.7.5-webfont.woff') format('woff'), url('linlibertine_bd-4.7.5-webfont.ttf') format('truetype');
font-family: 'Libertine';
font-weight: bold;
src: url('f/Libertine-bold.eot?') format('eot'), url('f/Libertine-bold.woff') format('woff'), url('f/Libertine-bold.ttf') format('truetype');
}
@font-face {
font-family: 'Libertine';
font-style: italic;
font-weight: bold;
src: url('f/Libertine-bold-italic.eot?') format('eot'), url('f/Libertine-bold-italic.woff') format('woff'), url('f/Libertine-bold-italic.ttf') format('truetype');
}

html {
Expand All @@ -102,7 +108,7 @@ html, body {
padding: 0;
}
body {
font: large/1.556 "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
font: large/1.556 "Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
word-spacing: 0.1em;
max-width: 960px;
margin: 0 auto;
Expand Down

0 comments on commit 7b23356

Please sign in to comment.