Added @font-face to css

This commit is contained in:
Jef van Schendel 2011-05-13 15:34:35 -05:00 committed by Christopher Allan Webber
parent 4a0f823e51
commit cb1e4a3d1f
2 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,17 @@ body {
margin:0px;
}
/* Carter One font */
@font-face {
font-family: 'Carter One';
font-style: normal;
font-weight: normal;
src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=VjW2qt1pkqVtO22ObxgEBRsxEYwM7FgeyaSgU71cLG0') format('woff');
}
/* text styles */
h1 {
font-family: 'Carter One', arial, serif;
margin-bottom: 20px;

View File

@ -7,6 +7,17 @@ body {
margin:0px;
}
/* Carter One font */
@font-face {
font-family: 'Carter One';
font-style: normal;
font-weight: normal;
src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=VjW2qt1pkqVtO22ObxgEBRsxEYwM7FgeyaSgU71cLG0') format('woff');
}
/* text styles */
h1 {
font-family: 'Carter One', arial, serif;
margin-bottom: 20px;