Show HN: Folio for Mac – Simple version control app for designers based on Git
1–3 of 3 posts
Re: Show HN: Folio for Mac – Simple version control app for designers based on Git
#2looks good! As a small comment, your css rules for headers and other parts has only "Helvetica Neue" or "helvetica neue-thin" and in looks broken in PCs where it's not installed.
Try fixing it by adding: "Helvetica Neue", Helvetica, Arial, sans-serif.
a quick way to do this is at the end of your css file just add:
* {font-family:"helvetica neue", helvetica, arial, sans-serif!important}
Re: Show HN: Folio for Mac – Simple version control app for designers based on Git
#3looks good! As a small comment, your css rules for headers and other parts has only "Helvetica Neue" or "helvetica neue-thin" and in looks broken in PCs where it's not installed. Try fixing it by adding: "Helvetica Neue", Helvetica, Arial, sans-serif. a quick way to do this is at the end of your css file just add: * {font-family:"helvetica neue", helvetica, arial, sans-serif!important}
Thanks for the tip, will do!