<?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: Import custom local font? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/309031#M9111</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31624"&gt;@karlsandin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi I am also face same issue (import roboto font) in power BI Desktop . I have only .pbix file . In this how do I generate and import this visual.less file . Please help me in details because I am new to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2017 17:02:25 GMT</pubDate>
    <dc:creator>murali_r</dc:creator>
    <dc:date>2017-11-22T17:02:25Z</dc:date>
    <item>
      <title>Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/183753#M5890</link>
      <description>&lt;P&gt;I am trying to import a local font but I keep on getting a console error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"@font-face failed cross-origin request. Resource access is restricted."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible at all to import a custom font for custom visualizations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 08:02:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/183753#M5890</guid>
      <dc:creator>karlsandin</dc:creator>
      <dc:date>2017-05-29T08:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185184#M5915</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31624"&gt;@karlsandin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Google "Access-Control-Allow-Origin" to learn more about this issue. Instead, you may use &lt;A href="https://fonts.google.com/" target="_self"&gt;Google Fonts&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 09:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185184#M5915</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-05-31T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185240#M5917</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using Google fonts and using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"@import url('&lt;A href="https://fonts.googleapis.com/css?family=Lato" target="_blank"&gt;https://fonts.googleapis.com/css?family=Lato&lt;/A&gt;')"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in my visual.less.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it keeps on fallbacking to the original fonts (Arial etc)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 10:34:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185240#M5917</guid>
      <dc:creator>karlsandin</dc:creator>
      <dc:date>2017-05-31T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185708#M5923</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31624"&gt;@karlsandin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on my test, you need to import it as .less file.&lt;/P&gt;
&lt;PRE&gt;@import (less) url('https://fonts.googleapis.com/css?family=Lato');&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2017 04:50:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185708#M5923</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-06-01T04:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185836#M5926</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works like charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot for taking the time to help me with this, very much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 07:38:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/185836#M5926</guid>
      <dc:creator>karlsandin</dc:creator>
      <dc:date>2017-06-01T07:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/237023#M7459</link>
      <description>&lt;P&gt;Hello &lt;SPAN class=""&gt;karlsandin!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you import fonts or where/on wich platform ? &amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to import the "roboto" family in my power bi desktop, which I will be publishing to the web (refresh through cloud). Thank you for your answer!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 09:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/237023#M7459</guid>
      <dc:creator>lattys</dc:creator>
      <dc:date>2017-08-23T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/238145#M7481</link>
      <description>&lt;P&gt;Hi lattys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following line to import a google font into my project, placing it first in my visual.less file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;@import (less) url('https://fonts.googleapis.com/css?family=Lato');&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This works in both web and desktop version of Power BI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case it would look something like:&lt;/P&gt;&lt;PRE&gt;@import (less) url('https://fonts.googleapis.com/css?family=Roboto');

body {
         font-family: 'Roboto', sans-serif;
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Aug 2017 12:36:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/238145#M7481</guid>
      <dc:creator>karlsandin</dc:creator>
      <dc:date>2017-08-24T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/280589#M8363</link>
      <description>&lt;P&gt;Thank you very much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:24:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/280589#M8363</guid>
      <dc:creator>lattys</dc:creator>
      <dc:date>2017-10-17T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/309031#M9111</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31624"&gt;@karlsandin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi I am also face same issue (import roboto font) in power BI Desktop . I have only .pbix file . In this how do I generate and import this visual.less file . Please help me in details because I am new to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:02:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/309031#M9111</guid>
      <dc:creator>murali_r</dc:creator>
      <dc:date>2017-11-22T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/309420#M9131</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/45844"&gt;@murali_r&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can import custom fonts to your own custom visuals by using the solution above.&lt;/P&gt;&lt;P&gt;However, you can't import custom fonts and apply them to Power BI Desktop and other visuals w/o some code modifications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 06:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/309420#M9131</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-11-23T06:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/413084#M12298</link>
      <description>&lt;P&gt;In what part of Power BI Desktop should I put the code?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 18:52:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/413084#M12298</guid>
      <dc:creator>mblacher</dc:creator>
      <dc:date>2018-05-08T18:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/413086#M12299</link>
      <description>&lt;P&gt;In what part of Power BI Desktop should I put the code?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 18:55:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/413086#M12299</guid>
      <dc:creator>mblacher</dc:creator>
      <dc:date>2018-05-08T18:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/496161#M15188</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How and where can I import the code beneath?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is it not possible yet to use is alwasy (one import or for each visual a seperate import?)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;@import (less) url('https://fonts.googleapis.com/css?family=Roboto');

body {
         font-family: 'Roboto', sans-serif;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Friso&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:50:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/496161#M15188</guid>
      <dc:creator>Friso</dc:creator>
      <dc:date>2018-08-22T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import custom local font?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/498119#M15278</link>
      <description>&lt;P&gt;Please write a valid CSS code to import Roboto Font from Google's servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 07:23:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Import-custom-local-font/m-p/498119#M15278</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-24T07:23:14Z</dc:date>
    </item>
  </channel>
</rss>

