Update font

This commit is contained in:
George Cushen 2016-04-27 16:45:44 +01:00
commit 09d41510ad

View file

@ -9,7 +9,8 @@
* Fonts
**************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
/*************************************************
@ -56,6 +57,10 @@ h3.post-title a:hover {
color: #33cc99;
}
pre, code {
font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace;
}
/*************************************************
* Footer
**************************************************/