Added @font-face to css
This commit is contained in:
parent
4a0f823e51
commit
cb1e4a3d1f
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user