<?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[how i do change font and it&#x27;s size of a module?]]></title><description><![CDATA[<p dir="auto">Dear All,<br />
I’ve added below functions in to custom.css but nothing changed.<br />
module name is correct and text is fully match with the model name.</p>
<p dir="auto">Your helps welcome.<br />
thanks and regards</p>
<p dir="auto">module: ‘MMM-JsonTable’,<br />
font-size: 15px<br />
font-family: “Roboto Condensed”, Arial, Helvetica, sans-serif;<br />
font-weight: 400;</p>
]]></description><link>https://forum.magicmirror.builders/topic/8490/how-i-do-change-font-and-it-s-size-of-a-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 06:46:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8490.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jul 2018 21:54:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how i do change font and it&#x27;s size of a module? on Tue, 03 Dec 2019 12:32:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/newbie007" aria-label="Profile: Newbie007">@<bdi>Newbie007</bdi></a></p>
<p dir="auto">It is</p>
<p dir="auto"><code>.modulename</code></p>
<p dir="auto">Case sensitive</p>
<p dir="auto">So if nothing is changed for the deafult helloworld module it is</p>
<p dir="auto"><code>.helloworld</code></p>
]]></description><link>https://forum.magicmirror.builders/post/65412</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65412</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Tue, 03 Dec 2019 12:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to how i do change font and it&#x27;s size of a module? on Tue, 03 Dec 2019 11:34:35 GMT]]></title><description><![CDATA[<p dir="auto">What should be the module name if I want to increase the font of default helloworld module?</p>
]]></description><link>https://forum.magicmirror.builders/post/65409</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65409</guid><dc:creator><![CDATA[Newbie007]]></dc:creator><pubDate>Tue, 03 Dec 2019 11:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to how i do change font and it&#x27;s size of a module? on Tue, 31 Jul 2018 15:33:45 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the kindly respond. Solved with using below …</p>
<p dir="auto">#module_8_MMM-JsonTable table td<br />
{<br />
color: #fff;<br />
font-weight: 400;<br />
font-size: 25px;<br />
font-family: “Roboto Condensed”, sans-serif;<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/post/42843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42843</guid><dc:creator><![CDATA[ooskay]]></dc:creator><pubDate>Tue, 31 Jul 2018 15:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to how i do change font and it&#x27;s size of a module? on Tue, 31 Jul 2018 01:34:17 GMT]]></title><description><![CDATA[<p dir="auto">Nothing changes because you are guessing at the elements names…</p>
<p dir="auto">You could try this in your custom css</p>
<p dir="auto">.MMM-JsonTable .wrapper {<br />
font-size: 15px;<br />
}</p>
<p dir="auto">You could put this in your custom css file at the top:<br />
@import url(‘<a href="https://fonts.googleapis.com/css?family=Roboto%7CRoboto+Condensed" target="_blank" rel="noopener noreferrer nofollow ugc">https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed</a>’);</p>
<p dir="auto">THEN:<br />
Your custom.css file you could do this:</p>
<p dir="auto">.MMM-JsonTable .wrapper {<br />
font-size: 15px;<br />
font-family: “Robot Condensed”;<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/post/42818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42818</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Tue, 31 Jul 2018 01:34:17 GMT</pubDate></item></channel></rss>