MM-10766 - Replacing default profile image font (#8955)

* Updating default profile pic font

* Updating profile image font

* Updating test

* Use new default font if configured for old one

* Update OFL.txt
Этот коммит содержится в:
Asaad Mahmood
2018-07-05 12:18:26 +05:00
коммит произвёл Carlos Tadeu Panato Junior
родитель 6b7a35b653
Коммит 8d3ea1bbf6
7 изменённых файлов: 117 добавлений и 11 удалений

Просмотреть файл

@@ -97,7 +97,7 @@ func TestCreateOAuthUser(t *testing.T) {
}
func TestCreateProfileImage(t *testing.T) {
b, err := CreateProfileImage("Corey Hulen", "eo1zkdr96pdj98pjmq8zy35wba", "luximbi.ttf")
b, err := CreateProfileImage("Corey Hulen", "eo1zkdr96pdj98pjmq8zy35wba", "nunito-bold.ttf")
if err != nil {
t.Fatal(err)
}