Skip to content

Commit 0a21aff

Browse files
committed
feat: update font family in shader source viewer for improved readability
1 parent b23bacb commit 0a21aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shader_source_viewer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class _ShaderSourceViewerState extends State<ShaderSourceViewer> {
8080
: SelectableText(
8181
_sourceCode!,
8282
style: const TextStyle(
83-
fontFamily: 'Roboto Mono',
83+
fontFamily: 'GeistMono',
8484
fontFamilyFallback: <String>['Courier'],
8585
fontSize: 12,
8686
color: Color.fromARGB(255, 55, 113, 57),

0 commit comments

Comments
 (0)