Font changes to hsl timetable.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
table {
|
table {
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
font-family: monospace;
|
font-family: 'Droid Sans Mono', monospace;
|
||||||
}
|
}
|
||||||
.red {
|
.red {
|
||||||
color: red;
|
color: red;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<link rel="stylesheet" href="/static/css/hsl.css">
|
<link rel="stylesheet" href="/static/css/hsl.css">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
|
||||||
<div ng-app="myApp" ng-controller="timetableCtrl">
|
<div ng-app="myApp" ng-controller="timetableCtrl">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user