diff options
| author | kj_sh604 | 2026-03-13 14:39:39 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-13 14:39:39 -0400 |
| commit | d272caf3d982dd98437b703e40062e8523167d15 (patch) | |
| tree | b0eeed39d03dae989fc4059e2f98ccb4870b0d91 /src/templates | |
| parent | fb7ad061374085aa50ef8347f8d15fcca215b40a (diff) | |
refactor: use system base fonts
Diffstat (limited to '')
| -rw-r--r-- | src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 6643d35..2ee0c52 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -28,7 +28,7 @@ <label for="markdown"> <h3>textarea</h3> </label> - <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required></textarea> + <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required style="font-family: monospace;"></textarea> <section id="image-upload-section"> <label for="image"><small>image file</small></label> |
