Made the font file local

This commit is contained in:
xemeds
2020-08-07 11:02:46 +03:00
parent 13e0688b1d
commit e1f0d530cc
2 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&display=swap" rel="stylesheet">
<link href="{{ url_for('static', filename='font.css') }}" rel="stylesheet">
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
<title>tiny0 - Custom URL Shortener</title>