<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Non Standard Fonts in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551375#M38121</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230499"&gt;@mscomms&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can add custom font into Splunk Dashboards. Please check below example.&lt;/P&gt;&lt;P&gt;Before this first download the required fonts and copy into SPLUK_HOME/etc/apps/YOUR_APP/appserver/static folder.&lt;/P&gt;&lt;P&gt;Put below css &amp;nbsp;in same folder.&lt;/P&gt;&lt;P&gt;font.css&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;@font-face {
    font-family: 'bariolregular';
    src: url('bariol_regular-webfont.eot');
    src: url('bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('bariol_regular-webfont.woff2') format('woff2'), url('bariol_regular-webfont.woff') format('woff'), url('bariol_regular-webfont.ttf') format('truetype'), url('bariol_regular-webfont.svg#bariolregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

.abc {
    font-family: 'bariolregular' !important;
    font-weight: bold !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XML&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard stylesheet="font.css"&amp;gt;
  &amp;lt;label&amp;gt;Add for&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div class="abc"&amp;gt;
          Test Text with bariolregular
        &amp;lt;/div&amp;gt;
        &amp;lt;div&amp;gt;
          Test Text with default
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
       &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if any issue.&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Kamlesh Vaghela&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 16:07:19 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2021-05-12T16:07:19Z</dc:date>
    <item>
      <title>Non Standard Fonts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551365#M38118</link>
      <description>&lt;P&gt;I want to use my company Branding on our dashboards and we use Bariol as our typeface, can I add this as a custom font to splunk&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 15:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551365#M38118</guid>
      <dc:creator>mscomms</dc:creator>
      <dc:date>2021-05-12T15:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Non Standard Fonts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551375#M38121</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230499"&gt;@mscomms&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can add custom font into Splunk Dashboards. Please check below example.&lt;/P&gt;&lt;P&gt;Before this first download the required fonts and copy into SPLUK_HOME/etc/apps/YOUR_APP/appserver/static folder.&lt;/P&gt;&lt;P&gt;Put below css &amp;nbsp;in same folder.&lt;/P&gt;&lt;P&gt;font.css&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;@font-face {
    font-family: 'bariolregular';
    src: url('bariol_regular-webfont.eot');
    src: url('bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('bariol_regular-webfont.woff2') format('woff2'), url('bariol_regular-webfont.woff') format('woff'), url('bariol_regular-webfont.ttf') format('truetype'), url('bariol_regular-webfont.svg#bariolregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

.abc {
    font-family: 'bariolregular' !important;
    font-weight: bold !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XML&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard stylesheet="font.css"&amp;gt;
  &amp;lt;label&amp;gt;Add for&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div class="abc"&amp;gt;
          Test Text with bariolregular
        &amp;lt;/div&amp;gt;
        &amp;lt;div&amp;gt;
          Test Text with default
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
       &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if any issue.&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Kamlesh Vaghela&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 16:07:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551375#M38121</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-05-12T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Non Standard Fonts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551436#M38123</link>
      <description>&lt;P&gt;Brilliant thanks I will give that a go&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551436#M38123</guid>
      <dc:creator>mscomms</dc:creator>
      <dc:date>2021-05-13T09:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Non Standard Fonts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551439#M38124</link>
      <description>&lt;P&gt;Thanks Kamlesh worked like a charm, had to edit as my fonts were otf and ended up with&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;@font-face {
    font-family: 'bariolregular';
    src: url('Bariol_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.abc {
    font-family: 'bariolregular' !important;
    font-weight: bold !important;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551439#M38124</guid>
      <dc:creator>mscomms</dc:creator>
      <dc:date>2021-05-13T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Non Standard Fonts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551440#M38125</link>
      <description>&lt;P&gt;Great&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230499"&gt;@mscomms&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can accept the Solution to close the question&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Non-Standard-Fonts/m-p/551440#M38125</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-05-13T09:57:28Z</dc:date>
    </item>
  </channel>
</rss>

