From 0308028dacdee2e084f062af0bb6de08c5cb3387 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 10 May 2019 13:00:10 +0200 Subject: [PATCH] fixed caret in training planning --- rowers/templates/trainingplan.html | 5 +++-- static/css/styles2.css | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rowers/templates/trainingplan.html b/rowers/templates/trainingplan.html index 770f457b..7927895c 100644 --- a/rowers/templates/trainingplan.html +++ b/rowers/templates/trainingplan.html @@ -10,12 +10,13 @@ function toggle(source) { checkboxes = document.querySelectorAll("input[type='checkbox']"); for (var i=0, n=checkboxes.length;i + +

Training Plan - {{ plan.name }}

This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}. diff --git a/static/css/styles2.css b/static/css/styles2.css index b20f26bd..9b7278d6 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -288,6 +288,8 @@ { /* icons */ font: normal normal normal 1.0em/1 FontAwesome; + font-family: "Font Awesome 5 Pro"; + font-weight: 900; font-size: inherit; text-rendering: auto; content: '\f0da';