add new font face

This commit is contained in:
elhombretecla 2020-10-19 13:19:30 +02:00
parent 9b2b16c066
commit 5b56bdf94a
209 changed files with 422846 additions and 29746 deletions

View file

@ -449,11 +449,9 @@
[:li {:on-click (partial on-click :settings-profile)}
[:span.icon i/user]
[:span.text (t locale "labels.profile")]]
[:hr]
[:li {:on-click (partial on-click :settings-password)}
[:span.icon i/lock]
[:span.text (t locale "labels.password")]]
[:hr]
[:li {:on-click (partial on-click da/logout)}
[:span.icon i/exit]
[:span.text (t locale "labels.logout")]]]]]))