Skip to content

Commit

Permalink
Remove Droid serif from the haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Feb 5, 2011
1 parent be5d4ee commit 0923faa
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 936 deletions.
Binary file removed extra/fonts/DroidSerif-Bold.eot
Binary file not shown.
223 changes: 0 additions & 223 deletions extra/fonts/DroidSerif-Bold.svg

This file was deleted.

Binary file removed extra/fonts/DroidSerif-Bold.ttf
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-Bold.woff
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-BoldItalic.eot
Binary file not shown.
223 changes: 0 additions & 223 deletions extra/fonts/DroidSerif-BoldItalic.svg

This file was deleted.

Binary file removed extra/fonts/DroidSerif-BoldItalic.ttf
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-BoldItalic.woff
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-Italic.eot
Binary file not shown.
223 changes: 0 additions & 223 deletions extra/fonts/DroidSerif-Italic.svg

This file was deleted.

Binary file removed extra/fonts/DroidSerif-Italic.ttf
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-Italic.woff
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-Regular.eot
Binary file not shown.
223 changes: 0 additions & 223 deletions extra/fonts/DroidSerif-Regular.svg

This file was deleted.

Binary file removed extra/fonts/DroidSerif-Regular.ttf
Binary file not shown.
Binary file removed extra/fonts/DroidSerif-Regular.woff
Binary file not shown.
45 changes: 1 addition & 44 deletions extra/haddock.css
@@ -1,47 +1,4 @@
/* -------- Global things --------- */ /* -------- Global things --------- */

@font-face {
font-family: 'DroidSerif';
src: url('fonts/DroidSerif-Regular.eot');
src: local('Droid Serif'),
url('fonts/DroidSerif-Regular.woff') format('woff'),
url('fonts/DroidSerif-Regular.ttf') format('truetype'),
url('fonts/DroidSerif-Regular.svg#DroidSerif') format('svg');
}

@font-face {
font-family: 'DroidSerif';
font-style: italic;
src: url('fonts/DroidSerif-Italic.eot');
src: local('Droid Serif'),
url('fonts/DroidSerif-Italic.woff') format('woff'),
url('fonts/DroidSerif-Italic.ttf') format('truetype'),
url('fonts/DroidSerif-Italic.svg#DroidSerif-Italic') format('svg');
}

@font-face {
font-family: 'DroidSerif';
font-weight: bold;
src: url('fonts/DroidSerif-Bold.eot');
src: local('Droid Serif'),
url('fonts/DroidSerif-Bold.woff') format('woff'),
url('fonts/DroidSerif-Bold.ttf') format('truetype'),
url('fonts/DroidSerif-Bold.svg#DroidSerif-Bold') format('svg');
}

@font-face {
font-family: 'DroidSerif';
src: url('fonts/DroidSerif-BoldItalic.eot');
font-weight: bold;
font-style: italic;
src: local('Droid Serif'),
url('fonts/DroidSerif-BoldItalic.woff') format('woff'),
url('fonts/DroidSerif-BoldItalic.ttf') format('truetype'),
url('fonts/DroidSerif-BoldItalic.svg#DroidSerif-BoldItalic') format('svg');
}



HTML { HTML {
background-color: #f0f3ff; background-color: #f0f3ff;
width: 100%; width: 100%;
Expand All @@ -56,7 +13,7 @@ BODY {
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
font-size: 110%; font-size: 110%;
font-family: DroidSerif, Georgia, serif; font-family: Georgia, serif;
} }


A:link { color: #5200A3; text-decoration: none } A:link { color: #5200A3; text-decoration: none }
Expand Down

0 comments on commit 0923faa

Please sign in to comment.