Skip to content

Commit d70f21d

Browse files
committed
updated linux installation article
1 parent b26ee29 commit d70f21d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

net/getting-started/installation-linux.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ Build and run your project:
8585
dotnet run
8686
```
8787

88-
## Optional Fonts Configuration
89-
90-
In container or headless environments, if rendering issues occur, configure custom fonts in code:
91-
92-
```csharp
93-
FontSettings.SetFontsFolder("/path/to/fonts", true);
94-
```
95-
9688
## Troubleshooting
9789

9890
- If you encounter `System.DllNotFoundException`, check if `libgdiplus` is installed.

0 commit comments

Comments
 (0)