← Back to Home

Font Your Friends and Loved Ones: On the Utility of Ugly Interfaces

Josh Urban Davis, Johann Wentzel

alt.chi 2021

Teaser image for Font Your Friends project.
We made a neural network that allows you to create a font from your own face as a radical gesture toward re-including the human in interface design. We talk about this “ugly” interface within the broader historical context of ugliness.

Quick Summary

Abstract

User interface design often focuses so heavily on clean and minimal interface aesthetics that any deviation is often rejected as “ugly”. This tendency towards abstraction in UI design can be contextualized as a removal of the “human” or “physical world” from the aesthetic choices and design considerations for the system. To resist this techno-deterministic eradication of the human presence from UI design, as well as radically inject the human presence back into user interfaces, we present typeFACE, a web interface and generative adversarial network designed to create fonts from human faces. We provide an implementation and applications for such a system, as well as contextualize and analyze the history of “ugliness” and the “uncanny” in UI design history. We also discuss implications of such a system within the domains of data ownership, identity, and HCI design research.

typeFACE

Diagram of the typeFACE GAN process.
Examples of generated fonts.

Where Could This Go?

  1. We developed a tool that lets you render your own text in a fleshy font using a pre-trained font generation model. This tool is available here: gofontyourself.xyz
  2. We used this tool to render this very paper in our fleshy font.
  3. Future work can involve automating this process, improving both the facial recognition and the font transcription. This could be extended into a potential authentication system based on the font rendered from a user's specific facial data.
  4. What if we extended this further? We can easily imagine futures where interfaces directly stem from the user's bodily features, representing the pinnacle of personalization.

Publication

Josh Urban Davis and Johann Wentzel. 2021. Font Your Friends and Loved Ones: On the Utility of Ugly Interfaces. In Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems (CHI EA ’21). Association for Computing Machinery, New York, NY, USA, 1-7. DOI: https://doi.org/10.1145/3411763.3450371

BibTeX

@inproceedings{Davis2021Font,
   author = {Davis, Josh Urban and Wentzel, Johann},
   title = {Font Your Friends and Loved Ones: On the Utility of Ugly Interfaces},
   year = {2021},
   isbn = {978-1-4503-8095-9/21/05},
   publisher = {Association for Computing Machinery},
   address = {New York, NY, USA},
   url = {https://doi.org/10.1145/3411763.3450371},
   doi = {10.1145/3411763.3450371},
   booktitle = {Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems},
   numpages = {7},
   keywords = {neural networks, typefaces, speculative futures},
   location = {Yokohama, Japan},
   series = {CHI EA '21}
}

Contact Us