diff --git a/README.md b/README.md
index 57ef156..36bc658 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,30 @@ build
This will generate the new font files in the `build` folder. You can now install these fonts on your system.
+---
+
+## GitHub
+Add *Operator Mono* to GitHub code blocks using the [Stylish Extension](https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en).
+Create a style and enter the following:
+```css
+.blob-code-inner, .blob-num, .highlight pre { font-family: "Operator Mono Lig" !important; font-size: 16px !important; }
+.pl-c, .pl-e { font-style: italic; }
+.pl-c { color: #4CAF50; }
+```
+
+
+## Visual Studio
+
+You can have Visual Studio display the nice *Operator Mono* italic font for comments, using the [CommentsPlus Extension](https://marketplace.visualstudio.com/items?itemName=mhoumann.CommentsPlus).
+
+
+
+## Hyper shell
+
+Add *Operator Mono* to [Hyper](https://hyper.is/) a JS/CSS/HTML Terminal.
+
+
diff --git a/images/OperatorMonoAllTheThings.png b/images/OperatorMonoAllTheThings.png
new file mode 100644
index 0000000..3e63139
Binary files /dev/null and b/images/OperatorMonoAllTheThings.png differ
diff --git a/images/github-operatormono.png b/images/github-operatormono.png
new file mode 100644
index 0000000..b42c80c
Binary files /dev/null and b/images/github-operatormono.png differ
diff --git a/images/hyper terminal.png b/images/hyper terminal.png
new file mode 100644
index 0000000..bfd5501
Binary files /dev/null and b/images/hyper terminal.png differ
diff --git a/images/vsoperatormono.png b/images/vsoperatormono.png
new file mode 100644
index 0000000..68ebe1c
Binary files /dev/null and b/images/vsoperatormono.png differ