Skip to content

Commit d736ba0

Browse files
authored
Merge pull request #77 from de-soot/main
fixed font family section on groff post
2 parents 1d7d686 + 5cfd945 commit d736ba0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_posts/2025-02-20-groff-apa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@ Changing to another one of the default fonts in groff is simple.
133133
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),
134134

135135
```
136-
.fam H \" Helvetica
136+
.ds FAM H \" Helvetica
137137
```
138138

139139
monospace,
140140

141141
```
142-
.fam C \" Courier
142+
.ds FAM C \" Courier
143143
```
144144

145145
and (back to) serif font family:
146146

147147
```
148-
.fam T \" Times New Roman
148+
.ds FAM T \" Times New Roman
149149
```
150150

151151
There are many other default fonts in groff listed in [this post](https://technicallywewrite.com/2024/04/12/changefonts).

_site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# de-soot.github.io
22

3-
A place on the internet where I write about my write about things that interest me.
3+
A place on the Internet where I write about stuff.
44

55
## Usage
66

_site/feed.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-10-23T13:02:13+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><title type="html">Guide to APA with groff ms and refer</title><link href="http://localhost:4000/groff-apa" rel="alternate" type="text/html" title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><content type="html" xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-12-04T17:22:50+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><title type="html">Guide to APA with groff ms and refer</title><link href="http://localhost:4000/groff-apa" rel="alternate" type="text/html" title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><content type="html" xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
22
33
<h1 id="table-of-contents-">Table of Contents <a name="tableofcontents"></a></h1>
44
@@ -141,17 +141,17 @@
141141
142142
<p>This is how to change it to device’s default <a href="https://www.gnu.org/software/groff/manual/groff.html.node/Font-Families.html">sans-serif</a>,</p>
143143
144-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam H \" Helvetica
144+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM H \" Helvetica
145145
</code></pre></div></div>
146146
147147
<p>monospace,</p>
148148
149-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam C \" Courier
149+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM C \" Courier
150150
</code></pre></div></div>
151151
152152
<p>and (back to) serif font family:</p>
153153
154-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam T \" Times New Roman
154+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM T \" Times New Roman
155155
</code></pre></div></div>
156156
157157
<p>There are many other default fonts in groff listed in <a href="https://technicallywewrite.com/2024/04/12/changefonts">this post</a>.</p>

0 commit comments

Comments
 (0)