mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Update font
This commit is contained in:
parent
6c09306d7a
commit
09d41510ad
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
* Fonts
|
* 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);
|
@import url(https://fonts.googleapis.com/css?family=Merriweather);
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
@ -56,6 +57,10 @@ h3.post-title a:hover {
|
||||||
color: #33cc99;
|
color: #33cc99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
* Footer
|
* Footer
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue