Remove dependencies on external fonts

This commit is contained in:
Peter Stockings
2026-02-03 23:03:29 +11:00
parent 83c3cd83a6
commit 2d1509a0cd
2 changed files with 89 additions and 139 deletions

View File

@@ -7,9 +7,7 @@
<title>Workout Tracker</title>
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo.png') }}">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css"
href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
<link href="/static/css/tailwind.css" rel="stylesheet">
<link href="/static/css/style.css" rel="stylesheet">