🌟
Fanplayr Portal
  • Fanplayr Portal
    • Navigation
    • Translations
    • Translation Languages
  • Insights
    • Usage
    • Filtering Results
    • Dashboards
      • Overview Dashboard
      • Reports Dashboard
      • Campaign Details Dashboard
      • Timing Analysis Dashboard
      • Inbound Analysis Dashboard
      • Customer Analysis Dashboard
  • Campaigns
    • Campaign List
    • General
    • Segmentation
      • Introduction
      • Segments
      • Targeting Actions
      • Experiments
      • Offers
    • Domains
    • Options
    • Publish / Validation
  • Messaging
    • SMS
    • Web Push Notifications
  • Merchandising
  • Creative
    • Getting Started
    • Video Tutorials
    • Editing Widgets
      • Creating a Widget
      • Widget Types
      • Editor Overview
      • Using Components
      • Editing Text
      • Using Images
      • Using Actions
      • Widget Settings
    • Managing Widgets
      • Publishing & Revisions
      • Using Widgets in Campaigns
      • Archiving Widgets
    • Advanced Topics
      • Property Scopes
      • Web Fonts
      • Third-Party Tracking
    • Appendix
      • Creative Editor Use Cases
    • Component Reference
      • Text
      • Shape
      • Image
      • Button
      • Email Collection
      • Form Control
      • Cart
      • Wallet
      • View
  • Streams
    • Defining Streams
    • Endpoints
  • PrivacyID
  • SiteSpeed
  • Scheduled Reports
    • Basic Scheduled Reports
    • Advanced Scheduled Reports
  • Account Settings
    • Personal
    • Account
      • Company
      • Users
      • Agency
      • Preferences
      • Security
    • Store
      • Linked Store
      • Domains
    • Billing
      • Conversions
      • Conversion Definitions
      • Invoices
    • Other
      • Custom Data
      • Form Responses
      • Export Emails
      • Shared Rulesets
      • Campaign Performance Emails
      • Downloads
      • Exceptions
      • Scheduled Reports
      • Agency Reporting
  • Session Viewer
    • Timeline
    • Session Details
    • User Details
    • User History
  • Integrations
    • Store / Website
    • PrivacyID
    • Email Service Providers
    • SMS
    • Web Push Notifications
    • Merchandising
    • Link Decoration
  • Troubleshooting
Powered by GitBook
On this page
  • Supported Font Providers
  • Google Fonts
  • Typekit
  • Custom Font Provider
  • Requirements
  • Example
  • Example: Using Google Fonts

Was this helpful?

  1. Creative
  2. Advanced Topics

Web Fonts

PreviousProperty ScopesNextThird-Party Tracking

Last updated 3 years ago

Was this helpful?

You can import external web fonts to the editor such as those provided by or .

Web Fonts are managed from the Widget Settings panel in the Creative Editor.

Supported Font Providers

Google Fonts

  • Visit .

  • Select one or more font families and font weights.

  • Copy and paste the provided embed URL into the web font manager.

Typekit

  • Visit to view or create a new font kit.

  • Ensure *.fanplayr.com is added to the Domains list in the Kit Settings. This is allows your fonts to be loaded and previewed in the Creative Editor.

  • Copy and paste the provided Kit ID into the web font manager.

Custom Font Provider

You can import web fonts from other providers (or fonts that you host yourself) by specifying a JSON configuration that describes the fonts being provided and one or more URLs to stylesheets that load them.

Requirements

  • Stylesheet URLs must be absolute paths.

Example

The following example JSON configuration demonstrates manually importing three fonts from Google. This example could be adapted to import fonts from another domain.

{
  "families": [
    "Oswald:n3,n4,n7",
    "Indie Flower",
    "Lobster"
  ],
  "urls": [
    "https://fonts.googleapis.com/css?family=Oswald:400,300,700|Indie+Flower",
    "https://fonts.googleapis.com/css?family=Lobster"
  ]
}

Example: Using Google Fonts

Stylesheets and fonts must have appropriate configurations to allow them to be accessed from *.fanplayr.com.

for more details on the configuration format.

Google Fonts
Typekit
https://fonts.google.com
https://typekit.com/account/kits
CORS
See the Web Font Loader specification
Video — Importing and using web fonts from Google Fonts