Skip to content

Commit 37f4b8b

Browse files
committed
Monoid -> Iosevka
[ci skip]
1 parent ffae2e3 commit 37f4b8b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Others may work, but here are the versions I'm using.
2525
| [latexmk][] | 4.52c |
2626
| [Make][] | 4.2.1 |
2727
| [minted][] | 2.4.1 |
28-
| [Monoid][] | 0.61 |
28+
| [Iosevka][] | 1.14.3 |
2929
| [Pandoc][] | 1.19.2.1 |
3030
| [pandoc-types][] | 1.17.0.5 |
3131
| [Python][] | 3.6.1 |
@@ -46,7 +46,7 @@ Others may work, but here are the versions I'm using.
4646
[latexmk]: https://www.ctan.org/pkg/latexmk/
4747
[Make]: https://www.gnu.org/software/make/
4848
[minted]: http://www.ctan.org/pkg/minted
49-
[Monoid]: http://larsenwork.com/monoid/
49+
[Iosevka]: https://be5invis.github.io/Iosevka/
5050
[Pandoc]: http://pandoc.org
5151
[pandoc-types]: https://github.com/jgm/pandoc-types
5252
[Python]: https://www.python.org

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<h1 class="title">Software Foundations in Idris</h1>
8484
</header>
8585
<h1 id="software-foundations-in-idris"><em><a href="http://www.cis.upenn.edu/%7Ebcpierce/sf/current/index.html">Software Foundations</a> in Idris</em></h1>
86+
<p><a href="https://travis-ci.org/idris-hackers/software-foundations"><img src="https://travis-ci.org/idris-hackers/software-foundations.svg?branch=develop" alt="Build Status" /></a></p>
8687
<p>📖 <a href="https://idris-hackers.github.io/software-foundations/pdf/sf-idris-2018.pdf">Download the PDF</a></p>
8788
<h2 id="building">Building</h2>
8889
<p>To rebuild the PDF, ensure the <a href="#prerequisites">prerequisites</a> are installed, then:</p>
@@ -119,8 +120,8 @@ <h3 id="prerequisites">Prerequisites</h3>
119120
<td>2.4.1</td>
120121
</tr>
121122
<tr class="even">
122-
<td><a href="http://larsenwork.com/monoid/">Monoid</a></td>
123-
<td>0.61</td>
123+
<td><a href="https://be5invis.github.io/Iosevka/">Iosevka</a></td>
124+
<td>1.14.3</td>
124125
</tr>
125126
<tr class="odd">
126127
<td><a href="http://pandoc.org">Pandoc</a></td>

prerequisites_macOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You might want to add cabal to your `PATH` permanently.
3636
pip install --user Pygments
3737
```
3838

39-
## Install Monoid font
39+
## Install Iosevka font
4040

41-
Download the [Monoid font](http://larsenwork.com/monoid/) and put the `ttf`-files into `/Library/Fonts` directory.
41+
Download the [Iosevka font](https://be5invis.github.io/Iosevka/) and put the `ttf`-files into `/Library/Fonts` directory.
4242
Reboot to let macOS find the font.

0 commit comments

Comments
 (0)