Changes emojis used in Tana to these from TossFace font (download from webpage: https://toss.im/tossface by pressing big blue button).
Tana: Emojis from TossFaceFont by macieksmola
Details
Authormacieksmola
LicenseNo License
Categoryapp.tana.inc
Created
Updated
Size577 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Tana: Emojis from TossFaceFont
@namespace github.com/openstyles/stylussss
@version 1.0.0
@description Changes emojis used in Tana to these from TossFace font (download from webpage: https://toss.im/tossface by pressing big blue button).
@author Maciej Smoła
==/UserStyle== */
@-moz-document url-prefix("https://app.tana.inc") {
html {
font-family: "Inter", "TossFaceFontMac", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
}