update font to Roboto Mono, from google apis
This commit is contained in:
parent
7e7ad0190e
commit
e3626e903b
|
@ -10,6 +10,7 @@ body {
|
||||||
font-family: "Computer Modern Serif", serif;
|
font-family: "Computer Modern Serif", serif;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
|
|
||||||
|
@ -26,8 +27,10 @@ body {
|
||||||
font-family: 'Source Serif Pro';
|
font-family: 'Source Serif Pro';
|
||||||
font-family: "Computer Modern Serif", serif;
|
font-family: "Computer Modern Serif", serif;
|
||||||
font-family: 'charter';
|
font-family: 'charter';
|
||||||
*/
|
|
||||||
font-family: "Georgia", 'serif';
|
font-family: "Georgia", 'serif';
|
||||||
|
font-family: "Georgia", 'serif';
|
||||||
|
*/
|
||||||
|
font-family: "Roboto Mono", 'monospace';
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user