HN: Please replace grayarrow.gif with Unicode character ▲
21–30 of 190 posts
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#22Is there a tool that lets you simulate what a site would look like on a high-DPI/Retina display? Is it simply enough to zoom the page in to get a feel for it?
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#23Earlier quoted context omitted.
(╯ಠ益ಠ)╯︵ ┻━┻ So it does. This may or may not be a good thing.
I felt that it would cross some imaginary line to go around actually flipping tables on HN, so I edited it out of my comment after I saw that it worked. But what the hell: ┬──┬◡ノ(° -°ノ)
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#24[deleted]
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#25Re: HN: Please replace grayarrow.gif with Unicode character ▲
#26Huh, I didn't know Arc was that good at Unicode. It even renders the flip table emoticon.
But I don't know the arc internals - does it do anything interesting with unicode?
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#27Re: HN: Please replace grayarrow.gif with Unicode character ▲
#28Re: HN: Please replace grayarrow.gif with Unicode character ▲
#29Using Unicode shapes and vector-based icons is a great step forward. They're not suitable for every use-case but for most purposes they work well. Lately I've been using Font Awesome[1] to a great extent. Is there a tool that lets you simulate what a site would look like on a high-DPI/Retina display? Is it simply enough to zoom the page in to get a feel for it? [1] http://fortawesome.github.com/Font-Awesome/
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#30Using Unicode shapes and vector-based icons is a great step forward. They're not suitable for every use-case but for most purposes they work well. Lately I've been using Font Awesome[1] to a great extent. Is there a tool that lets you simulate what a site would look like on a high-DPI/Retina display? Is it simply enough to zoom the page in to get a feel for it? [1] http://fortawesome.github.com/Font-Awesome/
Could you give us some use-cases where it's not suitable? Thanks :)
Edit:
One thing I hadn't thought of that was brought up by another commenter is that some people override the fonts used in a site's stylesheets and force only their font preference to be used (mostly for readability). This would mess with font-based icons. I can't think of a way to detect this but it's something to consider when choosing font-based icons. Maybe JavaScript betrays the actual font being used and you can detect and patch it at run-time for those users.