Skip to content

Commit

Permalink
Update Inter font to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Mar 26, 2024
1 parent 08a99d5 commit 988c48b
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.unit.Density
import androidx.compose.ui.window.application
import org.jetbrains.jewel.foundation.theme.JewelTheme
import org.jetbrains.jewel.intui.standalone.Inter
import org.jetbrains.jewel.intui.standalone.theme.IntUiTheme
import org.jetbrains.jewel.intui.standalone.theme.darkThemeDefinition
import org.jetbrains.jewel.intui.standalone.theme.lightThemeDefinition
Expand All @@ -28,7 +29,7 @@ fun main() {
val icon = svgResource("icons/jewel-logo.svg")

application {
val textStyle = TextStyle(fontFamily = FontFamily("Inter"))
val textStyle = TextStyle(fontFamily = FontFamily.Inter)

val themeDefinition =
if (MainViewModel.theme.isDark()) {
Expand Down

0 comments on commit 988c48b

Please sign in to comment.