From 87ed03923d8fb31b03d7d14f079c960907d53701 Mon Sep 17 00:00:00 2001
From: wwc <78423238+de-soot@users.noreply.github.com>
Date: Thu, 4 Dec 2025 17:23:56 +0800
Subject: [PATCH] fixed font family section on groff post
---
_posts/2025-02-20-groff-apa.md | 6 +++---
_site/README.md | 2 +-
_site/feed.xml | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/_posts/2025-02-20-groff-apa.md b/_posts/2025-02-20-groff-apa.md
index fefd20a..0f04311 100644
--- a/_posts/2025-02-20-groff-apa.md
+++ b/_posts/2025-02-20-groff-apa.md
@@ -133,19 +133,19 @@ Changing to another one of the default fonts in groff is simple.
This is how to change it to device's default [sans-serif](https://www.gnu.org/software/groff/manual/groff.html.node/Font-Families.html),
```
-.fam H \" Helvetica
+.ds FAM H \" Helvetica
```
monospace,
```
-.fam C \" Courier
+.ds FAM C \" Courier
```
and (back to) serif font family:
```
-.fam T \" Times New Roman
+.ds FAM T \" Times New Roman
```
There are many other default fonts in groff listed in [this post](https://technicallywewrite.com/2024/04/12/changefonts).
diff --git a/_site/README.md b/_site/README.md
index 1c735b1..6178cae 100644
--- a/_site/README.md
+++ b/_site/README.md
@@ -1,6 +1,6 @@
# de-soot.github.io
-A place on the internet where I write about my write about things that interest me.
+A place on the Internet where I write about stuff.
## Usage
diff --git a/_site/feed.xml b/_site/feed.xml
index 5fbcb19..419ea89 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,4 @@
-
This is how to change it to device’s default sans-serif,
-.fam H \" Helvetica
+.ds FAM H \" Helvetica
monospace,
-.fam C \" Courier
+.ds FAM C \" Courier
and (back to) serif font family:
-.fam T \" Times New Roman
+.ds FAM T \" Times New Roman
There are many other default fonts in groff listed in this post.