Font changes to hsl timetable.

This commit is contained in:
Juuso Käenmäki
2017-01-20 14:39:40 +02:00
parent 30d11bbbca
commit 332928ce30
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -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>