<?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[Modify the font of the compliment module]]></title><description><![CDATA[<p dir="auto">Hi all !</p>
<p dir="auto">I browsed every post regarding this topic and tried to follow the instructions, but nothing seems to work for me so far.<br />
I want to use a specific font for the compliments module on my MM.<br />
I tried to set up my custom.css as follows (to no avail):</p>
<pre><code>body {	
}

:root {
  --color-text: #999;
  --color-text-dimmed: #666;
  --color-text-bright: #fff;
  --color-background: black;

  --font-primary: "Roboto Condensed";
  --font-secondary: "Roboto";
  
  --font-size: 30px;
  --font-size-small: 0.75rem;

  --gap-body-top: 60px;
  --gap-body-right: 60px;
  --gap-body-bottom: 60px;
  --gap-body-left: 60px;
  
  --gap-modules: 30px;
}

@font-face {
  font-family: "DS";
  font-style: normal;
  font-weight: normal;
  src: locale("Dancing Script Regular"), url('fonts/DancingScript-Bold.woff') format('woff');;
}

.compliments {
        font-family: "DS";
	font-weight: 600;
}

</code></pre>
<p dir="auto">Any pointers as to how I could make it work ?<br />
Thanks a lot !</p>
]]></description><link>https://forum.magicmirror.builders/topic/18589/modify-the-font-of-the-compliment-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 03:35:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18589.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Mar 2024 18:08:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Modify the font of the compliment module on Wed, 20 Mar 2024 03:20:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/horyzon" aria-label="Profile: Horyzon">@<bdi>Horyzon</bdi></a> the compliments module provides a config option to set the classs or classes for the content</p>
<p dir="auto">then you can style it/them in  custom.css</p>
<pre><code class="language-text">classes:'foo'

.foo {
  color:......
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1710877190465-screenshot_20240319_123533_chrome-resized.jpg" alt="Screenshot_20240319_123533_Chrome.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/116452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116452</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Mar 2024 03:20:17 GMT</pubDate></item></channel></rss>