Font changes to hsl timetable.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
table {
|
||||
font-size: 3vw;
|
||||
font-family: monospace;
|
||||
font-family: 'Droid Sans Mono', monospace;
|
||||
}
|
||||
.red {
|
||||
color: red;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<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">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user