Web: allow to use Fira Code in editor (Safari)
See original GitHub issueOpen web in Safari with "editor.fontFamily": "Fira Code"
. the font is not being loaded it seems. Works fine in other browsers.
The only workaround that helped as to directly import the font into the HTML (https://cdn.rawgit.com/tonsky/FiraCode/1.205/distr/fira_code.css). Maybe related to how they define a src
for the font and we don’t?
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Fira Code - Google Fonts
Fira Code is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations. This is just...
Read more >Fira Code Font Ligatures Setup Guide in VS Code (on Mac)
In this developer productivity video, we go over how to enable Fira Code font ligatures in Visual Studio Code on Mac.
Read more >How to Use Inspect Element in Chrome, Safari, and Firefox
Learn how to view and modify the underlying code of a web page with the inspect element tool in the Chrome, Safari, and...
Read more >The Best Font for Programming - JavaScript in Plain English
Enabling Fira Code in your code editor. Since VSCode is the most popular IDE, I'll be showing how to enable Fira Code specifically...
Read more >Safari Technology Preview Release Notes - Apple Developer
Web Inspector Extensions. Build custom tooling or convert existing developer tools extensions to use in Web Inspector. Flexbox Inspector. Use the new ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually it looks like this is a known limitation, for example designers try to use Figma in the browser with their local fonts… and they need to install an app for that… – https://help.figma.com/article/356-use-local-fonts-with-figma-font-helper
Hello! Sorry to bother. I want to know if there is a way to import font (embedded using base64, for example) to change the font in safari ? Using HTML
<style>
or a CSS file ?Thank you 😃!