Add line wrapping functions and switch to monospaced font

This commit is contained in:
khlieng 2015-02-14 23:38:14 +01:00
parent 42e8f2547d
commit 3042ed5ec6
3 changed files with 99 additions and 8 deletions

View file

@ -6,7 +6,7 @@
<title>IRC</title>
<link href="//fonts.googleapis.com/css?family=Montserrat|Roboto" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Montserrat|Ubuntu+Mono:400,700" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>