<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Change font size of the calendar]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I would like to reduce the size of the events, in order to fit each full event in one line. Is it possible? Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/14289/change-font-size-of-the-calendar</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 15:35:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14289.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Dec 2020 20:05:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change font size of the calendar on Thu, 24 Dec 2020 11:21:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dreadfog" aria-label="Profile: DreadFog">@<bdi>DreadFog</bdi></a> Check if it works for you by adding below code in custom.css and adjusting font size.</p>
<pre><code>.calendar .title
{
	font-size:15px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/86119</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86119</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Thu, 24 Dec 2020 11:21:10 GMT</pubDate></item></channel></rss>