Set monospaced fonts in study description panel

This commit is contained in:
Valentina Kiryushkina
2016-02-12 12:37:51 +03:00
parent 01e706466e
commit 28f864647b
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ body {
}
code {
font-family: Courier, monospace;
font-family: "Source Code Pro", monospace;
}
/* BASICS */
@@ -5,7 +5,7 @@ body {
}
code {
font-family: "Source Code Pro", fantasy;
font-family: "Source Code Pro", monospace;
}
/* BASICS */
.task-help pre code {