Skip to content

Instantly share code, notes, and snippets.

@tehmaspc
Forked from roustem/userstyle.css
Last active August 29, 2015 14:16
Show Gist options
  • Save tehmaspc/884c2a69e8ca9c09666b to your computer and use it in GitHub Desktop.
Save tehmaspc/884c2a69e8ca9c09666b to your computer and use it in GitHub Desktop.
Flowdock userstyle.css
/* install as '~/Library/Application Support/Flowdock/userstyle.css' */
@media screen {
* {
font-family: "San Francisco Display";
}
#chat li[class*="message"] {
font-family: "San Francisco Display";
font-size: 9pt;
line-height:12pt;
font-weight: 400;
}
#inbox * {
font-family: "San Francisco Display";
font-size: 9pt;
line-height:12pt;
font-weight: 400;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment