<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gamutron &#187; Desk App</title>
	<atom:link href="http://gamutron.com/tag/desk-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamutron.com</link>
	<description>Life in colour and code</description>
	<lastBuildDate>Fri, 23 Feb 2018 20:22:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Customizing Desk</title>
		<link>http://gamutron.com/customizing-desk/</link>
		<comments>http://gamutron.com/customizing-desk/#comments</comments>
		<pubDate>Sun, 18 Jan 2015 12:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Peter Berntsen]]></dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Desk App]]></category>

		<guid isPermaLink="false">/?p=115</guid>
		<description><![CDATA[The Desk App for Mac OS X &#8211; in all its simplistic glory &#8211; really is a fantastic editor for working in a non-interrupted flow with your texts. However, for those of us with particular aesthetic contemplations, we may wish to change the default font used. Currently, it doesn&#8217;t seem that Desk supports this in a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://desk.pm/">Desk App</a> for Mac OS X &#8211; in all its simplistic glory &#8211; really is a fantastic editor for working in a non-interrupted flow with your texts.</p>
<p>However, for those of us with particular aesthetic contemplations, we may wish to change the default font used. Currently, it doesn&#8217;t seem that Desk supports this in a graphical user interface, which is why I bring to you this simple 9 step guide for setting the font you like!</p>
<hr />
<p style="text-align: center;"><span style="color: #ff0000;">Disclaimer: proceed at your own risk and remember to take proper backups!</span></p>
<hr />
<p>Our goal is to edit the cascading style-sheet (CSS) that Desk uses for its built-in editor and configure it to use a another font installed on our Mac. To accomplish this, we&#8217;ll locate the CSS file within the Desk application package and edit it with the built-in GUI text-editor &#8220;TextEdit&#8221;.</p>
<p>The steps to accomplish this are as follows:</p>
<ol>
<li>Open a Finder window</li>
<li>Navigate to the folder &#8220;Applications&#8221;</li>
<li>Right-click on the &#8220;Desk&#8221; app icon and click &#8220;Show Package Contents&#8221;</li>
<li>Navigate to the folder &#8220;Contents&#8221; &gt; &#8220;Resources&#8221; &gt; &#8220;MCE&#8221; &gt; &#8220;css&#8221; (shown below)<a href="http://gamutron.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-20-at-13.20.55.png" target="_blank"><img class="aligncenter wp-image-116 size-medium" src="http://gamutron.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-20-at-13.20.55-300x125.png" alt="Screen Shot 2015-01-20 at 13.20.55" width="300" height="125" /></a></li>
<li>Right-click on the file &#8220;iframe.css&#8221; and choose &#8220;Open With&#8221; &gt; &#8220;TextEdit&#8221;</li>
<li>Search for the line starting with &#8220;body {&#8221; (currently around line 20)</li>
<li>Edit the &#8220;font-family&#8221; statement found a couple of lines below that to reflect your choice of font by placing the font name first in the list (see below for an example)</li>
<li>Save the file (possibly needing you to authenticate as this is a restricted file)</li>
<li>Start Desk &#8211; your changes should be visible</li>
</ol>
<p>I have found that the font Quadon works great for me, and therefore my customized &#8220;font-family&#8221; statement in &#8220;iframe.css&#8221; has Quadon as the first font mentioned, with fallback to the usual sans serif suspects:</p>
<pre data-language="css">body{
 display: inline-block;
 overflow: hidden !important;
 border: 0 !important;
 margin: 0 !important;
 font-family: Quadon, Helvetica, Arial, sans-serif;</pre>
<p>Happy hacking! <img style="margin-left: 3px; margin-right: 3px; vertical-align: middle; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;" src="http://www.gamutron.com/wp-content/plugins/wp-emoji-one/icons/1F60E.png" alt="" width="16" height="16" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gamutron.com/customizing-desk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
