Skip to main content
Microsoft logo
Power Apps
    • AI Builder
    • Automate processes
    • Azure + Power Apps
    • Build apps
    • Connect data
    • Portals
  • Pricing
    • Overview
    • Become a Partner
    • Find a Partner
    • Find consulting services
    • Blog
    • Customer stories
    • Documentation
    • For IT Leaders
    • Roadmap
    • Self-paced learning
    • Webinars
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • User groups
    • Register
    • ·
    • Sign In
    • ·
    • Help
    Go To
    • Power Apps Community
    • Welcome to the Community!
    • News & Announcements
    • Get Help with Power Apps
    • Building Power Apps
    • Microsoft Dataverse
    • AI Builder
    • Power Apps Governance and Administering
    • Power Apps Pro Dev & ISV
    • Power Apps Portals
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Community Blog
    • Power Apps Community Blog
    • Power Apps Community Demo Extravaganza 2020
    • Galleries
    • Community App Samples
    • Webinars and Video Gallery
    • Canvas Apps Components Samples
    • Kid Zone
    • Business Value Webinars and Video Gallery
    • Emergency Response Gallery
    • 2019 Microsoft Business Applications Summit Recordings (Archived)
    • Microsoft Business Applications Summit 2020 Session Recordings
    • Ideas
    • Power Apps Ideas
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Power Apps Community
    • Galleries
    • Community App Samples
    • PowerFont

    PowerFont

    04-24-2019 00:09 AM - last edited 09-17-2020 08:49 AM

    Eickhel
    MVP
    3367 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    Eickhel
    Eickhel
    MVP
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    PowerFont

    ‎04-24-2019 12:09 AM

    A PowerApp example of using custom fonts with the help of SVGs

    PowerFont.png

     

    More info at:

    https://www.powernimbus.com/2019/04/using-custom-fonts-in-powerapps/

    Preview file
    76 KB
    PowerFont.msapp
    Labels:
    • Labels:
    • Formulas and controls
    • Web Desktop Hub app design and user experience
    Message 1 of 11
    3,367 Views
    8 Kudos
    Reply
    • All posts
    • Previous Topic
    • Next Topic
    • « Previous
      • 1
      • 2
    • Next »
    Eickhel
    Eickhel
    MVP
    In response to AnthonyRegnier
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎09-18-2020 08:05 AM

    Hi,

     

    Have you tried the steps in this post?

    https://powernimbus.com/2019/04/using-custom-fonts-in-powerapps/

     

    You need to take the stylesheets.css from Transforter and put the base64 inside the url() of the image data:

     

    "data:image/svg+xml," & // You need to include this data uri to indicate that the code herein is an SVG image
     EncodeUrl(
        "<svg viewBox='0 0 1291 338' xmlns='http://www.w3.org/2000/svg'>
      <style>
        @font-face {
            font-family: 'Gloria Hallelujah';
            src: url() format('woff2'),
                url() format('woff');
            font-weight: normal;
            font-style: normal;
        }
    
        .Glory { font: 128px Gloria Hallelujah }
        .Colored { fill: red }
      </style>
    
      <text x='20' y='120' class='Glory'>This is a custom</text>
      <text x='70' y='280' class='Glory'>font in</text><text x='580' y='280' class='Glory Colored'>PowerApps!</text>
    </svg>"
    )

     

    Let me know how it goes.

    • A
    Message 11 of 11
    108 Views
    0 Kudos
    Reply
    Preview Exit Preview

    never-displayed

    You must be signed in to add attachments

    never-displayed

    Additional options
    You do not have permission to remove this product association.
     
    • « Previous
      • 1
      • 2
    • Next »

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Automate
    • Power Virtual Agents

    Power Apps

    • Sign in
    • Sign up

    Browse

    • Sample apps
    • Services

    Downloads

    • Studio
    • iOS
    • Android

    Learn

    • Documentation
    • Support
    • Community
    • Give feedback
    • Blog
    • Partners

    • © 2021 Microsoft
    • Follow Power Apps
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Trademarks