diff --git a/README.md b/README.md
index 0161f00..2fffb4c 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,22 @@ wssh.reset_encoding();
wssh.send('ls -l');
```
+### Custom Font
+
+Custom font family usage example:
+```html
+
+```
+
### URL Arguments
Support passing arguments by url (query or fragment) like following examples:
diff --git a/README.rst b/README.rst
index a145798..28835b5 100644
--- a/README.rst
+++ b/README.rst
@@ -103,6 +103,24 @@ Browser console
// send a command to the server
wssh.send('ls -l');
+Custom Font
+~~~~~~~~~~~
+
+Custom font family usage example:
+
+.. code:: html
+
+
+
URL Arguments
~~~~~~~~~~~~~