<?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 to install font (tutorial does not seem to match the reality)]]></title><description><![CDATA[<p>I have probably missed something, but my &quot;font preview&quot; does not look like the one in the custom font tutorial.</p>
<h4>From the tutorial:</h4>
<p><img src="/uploads/files/1568211986613-upload-16596c2b-3ac8-4caa-bdf9-2ff5a5c48fac.png" alt="0_1568211986267_upload-16596c2b-3ac8-4caa-bdf9-2ff5a5c48fac" class="img-responsive img-markdown" /></p>
<h4>From my local jsreport 2.5:</h4>
<p><img src="/uploads/files/1568212021428-upload-30bb845e-ad25-41dd-aa3f-a4a8f44bf116.png" alt="0_1568212021240_upload-30bb845e-ad25-41dd-aa3f-a4a8f44bf116" class="img-responsive img-markdown" /></p>
<p>I'm missing the buttons.</p>
<ul>
<li>Can I reveal these buttons with some kind of setting?</li>
<li>Or is there any more information on the exact syntax for what I should have been able to copy with the missing button?</li>
</ul>
]]></description><link>https://forum.jsreport.net/topic/1243/how-to-install-font-tutorial-does-not-seem-to-match-the-reality</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 21:11:43 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/1243.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Sep 2019 14:29:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to install font (tutorial does not seem to match the reality) on Wed, 11 Sep 2019 14:29:32 GMT]]></title><description><![CDATA[<p>I have probably missed something, but my &quot;font preview&quot; does not look like the one in the custom font tutorial.</p>
<h4>From the tutorial:</h4>
<p><img src="/uploads/files/1568211986613-upload-16596c2b-3ac8-4caa-bdf9-2ff5a5c48fac.png" alt="0_1568211986267_upload-16596c2b-3ac8-4caa-bdf9-2ff5a5c48fac" class="img-responsive img-markdown" /></p>
<h4>From my local jsreport 2.5:</h4>
<p><img src="/uploads/files/1568212021428-upload-30bb845e-ad25-41dd-aa3f-a4a8f44bf116.png" alt="0_1568212021240_upload-30bb845e-ad25-41dd-aa3f-a4a8f44bf116" class="img-responsive img-markdown" /></p>
<p>I'm missing the buttons.</p>
<ul>
<li>Can I reveal these buttons with some kind of setting?</li>
<li>Or is there any more information on the exact syntax for what I should have been able to copy with the missing button?</li>
</ul>
]]></description><link>https://forum.jsreport.net/post/5758</link><guid isPermaLink="true">https://forum.jsreport.net/post/5758</guid><dc:creator><![CDATA[msageryd]]></dc:creator><pubDate>Wed, 11 Sep 2019 14:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to How to install font (tutorial does not seem to match the reality) on Invalid Date]]></title><description><![CDATA[<p>Oh, sorry. That wasn't so hard.</p>
<pre><code>        @font-face {
            font-family: 'myriad-pro-regular';
            src: url({#asset MyriadPro-Regular.otf @encoding=dataURI});
            format('otf');
        }
</code></pre>
<p>But I'm still curious of those buttons. Why don't I have them?</p>
]]></description><link>https://forum.jsreport.net/post/5759</link><guid isPermaLink="true">https://forum.jsreport.net/post/5759</guid><dc:creator><![CDATA[msageryd]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>