<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>David Beath (Posts about Design)</title><link>https://davidbeath.com/</link><description></description><atom:link href="https://davidbeath.com/categories/design.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Mon, 21 Feb 2022 17:09:57 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Typography: New Style and Fonts</title><link>https://davidbeath.com/posts/typography-new-style-and-fonts/</link><dc:creator>David Beath</dc:creator><description>&lt;p&gt;I've spent a few hours over the last few days reading &lt;a href="https://practicaltypography.com"&gt;Butterick's Practical Typography&lt;/a&gt;, which I felt might be a good idea considering that I enjoyed his rant about Web Design that I posted a while back. I feel that in some ways I damn myself as the worst (or best, depending on how twisted your perceptions are) type of geek for being interested in and recommending a book on the intricacies of typography. Though really, much as there is on the site, it's still only a primer, and I don't think I'm going to go much farther down the rabbit hole than this.&lt;/p&gt;
&lt;!-- TEASER_END --&gt;

&lt;p&gt;The further I read through the book, the more little details in my site started to annoy me a bit. As a result, I've spent even more hours slowly and meticulously changing the styling and fonts of this blog. The changes are relatively minor, but while you won't be able to do a direct comparison, as obviously I've already updated the site, I assure you they make a big difference in the quality of this site's appearance.&lt;/p&gt;
&lt;p&gt;The biggest difference comes simply from changing the font. While I'm still using the &lt;a href="https://foundation.zurb.com"&gt;Foundation framework&lt;/a&gt;, I've changed the font from it's trusty default, &lt;a href="https://en.wikipedia.org/wiki/Helvetica#Neue_Helvetica_.281983.29"&gt;Helvetica Neue&lt;/a&gt;, to &lt;a href="https://practicaltypography.com/charter.html"&gt;Charter&lt;/a&gt;. Ordinarily I've always tended to use Sans-Serif fonts whenever I've actually thought about it and gone beyond the default Times New Roman or Arial in my writing, but this time I figured a good Serif font looks more professional and easier to read. A serif font also allows for better use of &lt;em&gt;emphasis&lt;/em&gt;. Doing side by side comparisons between the old and new versions of my site, I find Helvetica Neue to be slightly blurry to my eyes, while Charter looks relatively crisp and sharp.&lt;/p&gt;
&lt;p&gt;For code blocks I've switched from the default css monospace to &lt;a href="https://levien.com/type/myfonts/inconsolata.html"&gt;Inconsolata&lt;/a&gt;.&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;helloworld&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt;
    &lt;span class="nb"&gt;print&lt;/span&gt; &lt;span class="s2"&gt;"Hello World"&lt;/span&gt;
&lt;/pre&gt;
&lt;p&gt;It's a nicely legible monospace font, and quite importantly when it comes to code, makes it very easy to distinguish between characters such as &lt;code&gt;O&lt;/code&gt; and &lt;code&gt;0&lt;/code&gt;. While any good font will do this, it's especially important in a monospace font when you're reading code, and trying to figure out what character you're dealing with at a quick glance. Witness the relatively subtle difference between O and 0 in Charter. While the capital O is slightly wider than the number 0, it can be confusing in the absence of other references. The strikethrough in Inconsolata's zero makes the difference clear. Many fonts have the same issue between capital I and lowercase l as well. Most monospace fonts take pains to make these differences plain, so it largely comes down to a matter of personal preference.&lt;/p&gt;
&lt;p&gt;One small change that makes a big difference is increasing the whitespace by slightly separating the lines with the line-height value. This separation just makes each line a little more distinct and less cramped feeling, making for easier reading. I also increased the margins a touch around the code in the code blocks, making the code stand out a little more, and combined with the line-height change makes the code in my previous post stand out nicely.&lt;/p&gt;
&lt;p&gt;Finally with the typography changes, centering the titles of each post provides a clearer visual indication of the start of a new post. It also makes the difference between the title of a post and the subheadings stand out more, especially if I should want to start a new post with a subheading, or have one after a single paragraph.&lt;/p&gt;
&lt;p&gt;The last little change I've made is to include a couple of cool little icons from &lt;a href="https://fortawesome.github.io/Font-Awesome/"&gt;Font Awesome&lt;/a&gt;. I always wanted an RSS icon on my RSS feed button, and now I have one. There are also icons for the links on my About page, which I really should update with a bit more info sometime.&lt;/p&gt;
&lt;p&gt;One final point: If you're still reading this far, you'll hopefully be wondering what the hell I'm talking about fonts and spacing for, because you should be reading this in a proper RSS reader, and all my typography has been stripped out. I'll forgive you if this is your first time visiting, or you've come from a link posted somewhere. Otherwise, go be a good geek and learn how to host and run &lt;a href="https://tt-rss.org/redmine/projects/tt-rss/wiki"&gt;Tiny Tiny RSS&lt;/a&gt;, or if you're not into self hosting, then I recommend &lt;a href="https://feedly.com"&gt;Feedly&lt;/a&gt;. And if you're into Web Design, do any typing or publishing, or need to write a résumé, then read &lt;a href="https://practicaltypography.com"&gt;Practical Typography&lt;/a&gt;.&lt;/p&gt;</description><category>Design</category><category>fonts</category><category>RSS</category><category>typography</category><category>Web</category><guid>https://davidbeath.com/posts/typography-new-style-and-fonts/</guid><pubDate>Wed, 25 Sep 2013 00:51:40 GMT</pubDate></item><item><title>Web Design: A good rant</title><link>https://davidbeath.com/posts/web-design-a-good-rant/</link><dc:creator>David Beath</dc:creator><description>&lt;p&gt;A &lt;a href="https://web.archive.org/web/20130924212147/https://unitscale.com/mb/bomb-in-the-garden/"&gt;really interesting talk&lt;/a&gt; by Matthew Butterick about the state of Web Design.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It’s now or nev­er for the web. The web is a medi­um for cre­ators, in­clud­ing de­sign­ers. But af­ter 20 years, the web still has no cul­ture of de­sign ex­cel­lence. Why is that? Because de­sign ex­cel­lence is in­hib­it­ed by two struc­tur­al flaws in the web. First flaw: the web is good at mak­ing in­for­ma­tion free, but ter­ri­ble at mak­ing it ex­pen­sive. So the web has had to rely large­ly on an ad­ver­tis­ing econ­o­my, which is weak­en­ing un­der the strain. Second flaw: the process of adopt­ing and en­forc­ing web stan­dards, as led by the W3C, is hope­less­ly bro­ken. Evidence of both these flaws can be seen in a) the low de­sign qual­i­ty across the web, and b) the speed with which pub­lish­ers, de­vel­op­ers, and read­ers are mi­grat­ing away from the web, and to­ward app plat­forms and me­dia plat­forms. This ev­i­dence strong­ly sug­gests that the web is on its way to be­com­ing a sec­ond-class plat­form. To ad­dress these flaws, I pro­pose that the W3C be dis­band­ed, and that the lead­er­ship of the web be re­or­ga­nized around open-source soft­ware prin­ci­ples. I also en­cour­age de­sign­ers to ad­vo­cate for a bet­ter web, lest they find them­selves confined to a shrink­ing ter­ri­to­ry of possibilities.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I really sympathise with his views on this. The design of most major websites is crap. Unfortunately, he's correct in his assertion that this is largely to do with the fact that advertising drives most of the web. It's going to take a lot of work to find ways around this.&lt;/p&gt;
&lt;p&gt;As I'm currently working on plans for my new idea for a useful site, so this kind of thing is something that I'm doing a lot of thinking about lately. It's so easy to just copy the base format that most sites use without thinking about whether that design is the best for your current situation.&lt;/p&gt;</description><category>Design</category><category>IT</category><category>Web</category><guid>https://davidbeath.com/posts/web-design-a-good-rant/</guid><pubDate>Sun, 15 Sep 2013 10:00:48 GMT</pubDate></item></channel></rss>