Remove unused font weight

This commit is contained in:
Guillaume Ayoub 2017-09-22 17:38:26 +02:00
parent 66a08752a9
commit 96886e2206
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,600,700')
@import url('https://fonts.googleapis.com/css?family=Hind:300,600,700')
$bkg: #25252D
$header: #1d1e23
$action: #2e5cfd

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind:300,600,700");
a {
color: #ffcd05;
font-size: .8em;