1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

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

@ -8,7 +8,6 @@
<link rel="icon" href="[[[.CdnPrefix]]]/images/120x120.png">
<link rel="stylesheet" href="[[[.CdnPrefix]]]/css/chartist.css">
<link rel="stylesheet" href="[[[.CdnPrefix]]]/css/dashboard.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: Dashboard</title>
</head>