About 174 results
Open links in new tab
  1. How to use Apple's San Francisco font on a webpage

    Sep 18, 2015 · None of the current answers including the accepted one will use Apple's San Francisco font on systems that don't have it installed as the system font. Since the question …

  2. Apple San Francisco font face in Flutter - Stack Overflow

    Nov 5, 2020 · 0 Regrettably, Flutter presently utilizes the SF UI font instead of SF Pro (and related fonts), which is likely the font you anticipate. Currently, the only workaround is to import the …

  3. How to use SF Mono in VS Code? - Stack Overflow

    I have encountered some issues for setting up SF Mono font in VS Code. Method 1 Add the following configuration in settings.json "editor.fontFamily": "SF Mono" The font seems to be …

  4. Use SFPro font in Flutter rather than default SF UI

    Dec 26, 2022 · Flutter's Cupertino Text Theme uses the older versions of Apple's San Francisco Font known as .SF Pro Display and .SF Pro Text. It then adds custom tracking (letter spacing) …

  5. Is there a way to use the apple SF Symbols on the web

    Sep 27, 2020 · Unfortunately, this application is not permitted by the license that accompanies the SF Symbols download. Your use of Symbols obtained from Apple’s SF Font is limited to …

  6. intellij - change default font for Windows 10 version to San …

    Apr 15, 2020 · 0 Is there anyway you can change the UI font of IntelliJ on Win10 (Segoe UI by default) to the San Francisco font used on Mac machines? I downloaded the official font …

  7. How to use the default iOS font in an Android React Native App

    Sep 1, 2019 · I think the default font used in an iOS React Native project is San Francisco. I want to be able to use this font directly in Android as well. Is there a way to directly do this?

  8. React Native San Francisco Fonts, Medium and Light

    Oct 19, 2017 · SF Compact Display-Black SF Compact Display-Bold SF Compact Display-Heavy SF Compact Display-Regular SF Compact Display-Semibold SF Compact Text-Medium SF …

  9. San Fransisco Arabic Web Font for Windows - Stack Overflow

    I saw some people answered How to use Apple's new San Francisco font on a webpage But the given solutions didn't work with Arabic. Even the answer that includes the font as a web …

  10. css - SF Pro Display looks different to native Apple System Font ...

    May 19, 2022 · Try: font-family: 'SF Pro Text'; to render the text font rather than the display font which has different metrics?