diff --git a/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt b/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt index 3c21f2d..6ac02fb 100644 --- a/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt +++ b/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt @@ -34,9 +34,9 @@ import androidx.compose.ui.unit.sp * The same arrangement as dev-updater, down to the cog and the refresh arrow being the same two * Material Design codepoints. Those two must not drift: an icon that means "settings" in one app * and something else in the other is the failure this is worth preventing. The script is copied - * rather than shared because most of what looks like duplication is the `GLYPHS` list, which has - * to differ -- the point of subsetting is to ship only the codepoints one app draws. All Material Design - * bar one, so they read as one family; the exception is noted where it is declared. + * rather than shared because most of what looks like duplication is the `GLYPHS` list, which has to + * differ -- the point of subsetting is to ship only the codepoints one app draws. All Material + * Design bar one, so they read as one family; the exception is noted where it is declared. */ val NerdIcons = FontFamily(Font(R.font.nerd_icons))