frontend: add light font, remove external fonts

Partially closes https://gitlab.com/commento/commento/issues/136
This commit is contained in:
Adhityaa Chandrasekar
2019-05-01 17:49:55 -04:00
parent cac1cfa84a
commit 4a189fc698
17 changed files with 60 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
<script src="[[[.CdnPrefix]]]/js/reset.js"></script>
<link rel="icon" href="[[[.CdnPrefix]]]/images/120x120.png">
<link rel="stylesheet" href="[[[.CdnPrefix]]]/css/auth.css">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Source+Sans+Pro:200,300,400,700" rel="stylesheet">
<title>Commento: Reset your Password</title>
</head>