FIX: Remove font-famly property in .font- classes

This commit is contained in:
Bianca Nenciu 2020-09-02 16:26:48 +03:00
parent 31c1d57228
commit 803841ca47
No known key found for this signature in database
GPG Key ID: 07E83B117A6B844D

View File

@ -328,7 +328,6 @@ module Discourse
file.write <<~EOF
.font-#{font[:key].tr("_", "-")} {
--font-family: #{font[:name]};
font-family: #{font[:name]};
}
EOF