Updated README

This commit is contained in:
Sheng
2019-06-22 14:09:04 +08:00
parent 5daca37f5c
commit 6d62642c7f
2 changed files with 34 additions and 0 deletions
+18
View File
@@ -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
<style>
@font-face {
font-family: 'font-name';
src: url('static/css/fonts/your-favorite-font');
}
body {
font-family: 'font-name';
}
</style>
URL Arguments
~~~~~~~~~~~~~