Skip to content

issues Search Results · repo:typekit/webfontloader language:JavaScript

Filter by

267 results
 (61 ms)

267 results

intypekit/webfontloader (press backspace or delete to remove)

for dynamic fonts , i have stored my font in s3 bucket and when trying to access that via web font loader , iam getting CORS error //custom font await WebFont.load({ custom: { families: ...
  • MohanRam1996
  • Opened 
    on Apr 2
  • #454

Hi there, I was wondering how you can make this library work with SCSS files. In the past I was working with a configuration that looks like below WebFont.load({ custom: { families: [ fff-regular ...
  • andresclua
  • Opened 
    on Aug 10, 2023
  • #452

Hello, I ve noticed that the webfontloader library is currently using navigator.userAgent, navigator.appVersion, and navigator.platform in its codebase. As per the recent updates from Chrome (starting ...
  • JuliusBairaktaris
  • Opened 
    on Jun 16, 2023
  • #451

  • Joseph25Davis
  • Opened 
    on Nov 2, 2022
  • #450

it is impossible to load font families ending with a dot and numbers (the fontinactive event occurs immediately) examples: Fish_and_Chips_2.0 - failed Fish_and_Chips_2.01 - failed Fish_and_Chips_2_0 - ...
  • fridrihson
  • Opened 
    on Oct 4, 2022
  • #449

Hello, since in the EU currently again some warnings regarding the GDPR are sent I wanted to ask if there is a possibility to anonymize the data that are sent (eg IP-Adress)
  • Mario-Greiner
  • Opened 
    on Aug 29, 2022
  • #448

Hi, I have a quick question using custom fonts with webfontloader. After setting @font-face in src/index.css and installed Webfont and loaded in src/index.js It worked fine in local machine. however, ...
  • sjb3
  • 2
  • Opened 
    on Aug 27, 2021
  • #446

Here is my configuration: WebFont.load({ active: function() { const event = document.createEvent( Event ); event.initEvent( fonts-loaded , true, true); document.dispatchEvent(event); }, ...
  • brandoncc
  • 3
  • Opened 
    on May 12, 2021
  • #444

It would be nice if load() would return a promise so you can wait till the resource is loaded before you display some text or is that a bad idea?
  • cartok
  • 1
  • Opened 
    on May 6, 2021
  • #443
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.