Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

docs: add obsolete note to README.adoc #16

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
[NOTE]
====
:bangbang: This repository is *obsolete* and no longer actively maintained.

If you want to install the **Microsoft Vista Fonts**, we recommend using the `fontist` gem, which automates the installation of these fonts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we point people to the official fontist website at https://fontist.org ? Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can install the fonts by following the steps below:

. Install `fontist` gem by running:
+
[source, bash]
----
gem install fontist
----

. Use `fontist` to install the Constantia font from Microsoft Vista fonts collection:
+
[source, bash]
----
fontist install Constantia
----

For more information about the `fontist` gem, please visit the official site at https://fontist.org/ .

====

= Vista TrueType fonts installer (macOS, Ubuntu)

image:https://github.com/metanorma/vista-fonts-installer/workflows/ubuntu/badge.svg["Build Status", link="https://github.com/metanorma/vista-fonts-installer/actions?workflow=ubuntu"]
Expand Down
Loading