Changed font in fullcalendar.css to Open Sans from Courier New.

This commit is contained in:
Nathan Penney
2015-05-18 22:45:32 +01:00
parent 28cf152590
commit 0f10b78b2d

View File

@@ -78,7 +78,7 @@ body .fc { /* extra precedence to overcome jqui */
font-size: 1em;
text-align: center;
overflow: hidden;
font-family: "Courier New", Courier, monospace;
font-family: "Open Sans", sans-serif;
}
/*