Live data from Hacker News

Show HN: magick.css – Minimalist CSS for Wizards

css.winterveil.net

41–50 of 87 posts

Re: Show HN: magick.css – Minimalist CSS for Wizards

#41
post #30

When remote fonts are blocked, the text is rendered with Comic Sans. Not a good look.

And when font selection by a web page is disallowed altogether, it is rendered with my preferred font, but with a reduced font-weight, slightly increased font-size, and increased line-height. The low weight in particular, combined with it picking up the dark theme, makes the text rather uncomfortable to read.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#42

Starred, love this. I’m looking for something more than a reset but less than a framework on something at the moment and this is on my shortlist of places to look for inspiration about what modern advanced CSS looks like. Is there a central place for in-the-know CSS wizards to post and discuss their most recent next level demo? Years ago there was something called like CSS Zen Garden or something but times have moved…

> CSS Zen Garden

Wow, you just stirred some ancient memories!

Re: Show HN: magick.css – Minimalist CSS for Wizards

#45

People who like this may also enjoy Tufte CSS ( https://edwardtufte.github.io/tufte-css/ ).

I am glad Tufte emphasizes tight integration between images and text, a reasonable style choice that certain TeX purists refuse to acknowledge. In my writings at least, technical or otherwise, images and text are part of one continuous narrative; it makes no more sense to reorder and relocate my images than to do so to my paragraphs.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#49
No. Please don't put script fonts in uppercase. It's absolute death to readability.

Actually don't put anything in uppercase - like underlining, it's a form of emphasis that has its origins in typewriters, which were locked to one typeface.

The uppercase letterforms are too similar -- there is no variation in the heights of the letters, so your eye finds it harder to read. Upper and lower case, you have letters like y and p and j which have descenders; b and d and t who have ascenders, and the variation is easier to parse.

For emphasis, please use size, weight, and italics.

Thank you.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#50

Earlier quoted context omitted.

They’re pretty easy to serve from local: https://github.com/radekg/google-font-download . Most of individual fonts available in google fonts are SIL OFL 1.1: > The SIL Open Font License (or OFL in short) is one of the major open font licenses, which allows embedding, or "bundling", of the font in commercially sold products. OFL is a free and open source license. https://en.m.wikipedia.org/wiki/SIL_Open_Font_License#:…

That is a tremendously useful utility. Only annoyed they do not provide builds so I am going to have to install the Go tooling and/or re-implement my own half-baked version.

That’s a pretty unfair thing to get annoyed about when someone is providing you software for free.

Worst case scenario, build it yourself inside on of the official Go docker containers.

Post reply on HN