From 7cf80e7372d76eb8c6c82c50a8fa69523489c005 Mon Sep 17 00:00:00 2001 From: Sheng Date: Thu, 23 Jan 2020 19:35:04 +0800 Subject: [PATCH] Updated README --- README.md | 14 +------------- README.rst | 16 ++-------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 8972c7d..c8e96b3 100644 --- a/README.md +++ b/README.md @@ -103,19 +103,7 @@ wssh.send('ls -l'); ### Custom Font -Custom font family usage example: -```html - -``` +To use custom font, put your font file in the directory `webssh/static/css/fonts/` and restart the server. ### URL Arguments diff --git a/README.rst b/README.rst index b15f4d1..f435d15 100644 --- a/README.rst +++ b/README.rst @@ -109,20 +109,8 @@ Browser console Custom Font ~~~~~~~~~~~ -Custom font family usage example: - -.. code:: html - - +To use custom font, put your font file in the directory +``webssh/static/css/fonts/`` and restart the server. URL Arguments ~~~~~~~~~~~~~