Last active
November 24, 2015 00:58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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