Skip to content

Commit

Permalink
Rename maid.css, add social font.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jan 6, 2014
1 parent 9647745 commit 9444f38
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_site
_site
.DS_Store
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/lanyon.css">
<link rel="stylesheet" href="/public/css/maid.css">
<link rel="stylesheet" href="/public/css/social.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">

<!-- Icons -->
Expand Down
File renamed without changes.
37 changes: 37 additions & 0 deletions public/css/social.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@font-face {
font-family: 'social';
src:url('fonts/social.eot');
src:url('fonts/social.eot?#iefix') format('embedded-opentype'),
url('fonts/social.woff') format('woff'),
url('fonts/social.ttf') format('truetype'),
url('fonts/social.svg#social') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'social';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
content: "\e600";
}
.icon-twitter:before {
content: "\e601";
}
.icon-feed:before {
content: "\e602";
}
.icon-github:before {
content: "\e603";
}
Binary file added public/fonts/social.eot
Binary file not shown.
14 changes: 14 additions & 0 deletions public/fonts/social.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/social.ttf
Binary file not shown.
Binary file added public/fonts/social.woff
Binary file not shown.

0 comments on commit 9444f38

Please sign in to comment.