/* font adjustment */ | |
#blog-title { | |
/* Blog Title */ | |
font-family: 'Kaushan Script', cursive; /* Google Web Font */ | |
} | |
#blog-description { | |
/* Blog Description */ | |
font-family: 'Merienda One', cursive; /* Google Web Font */ | |
} |
<!-- Goolge Web Font for Title --> | |
<head> | |
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> | |
<link href='https://fonts.googleapis.com/css?family=Merienda+One' rel='stylesheet' type='text/css'> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment