Skip to content

Commit

Permalink
Fix San Francisco font as a default (macOS) (#343)
Browse files Browse the repository at this point in the history
In #296 I accidentally pushed the wrong fix, which doesn't work.

Thanks Alexander Maryanovsky
 pointed at this [here](https://kotlinlang.slack.com/archives/C01D6HTPATV/p1670249182045759?thread_ts=1669996652.181129&cid=C01D6HTPATV)
  • Loading branch information
igordmn authored and eymar committed Jan 13, 2023
1 parent e9d3a61 commit cbcc11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal actual val GenericFontFamiliesMapping by lazy {
Platform.MacOS ->
mapOf(
FontFamily.SansSerif.name to listOf(
"San Francisco",
"System Font",
"Helvetica Neue",
"Helvetica"
),
Expand Down

0 comments on commit cbcc11a

Please sign in to comment.