www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 1848b52cad8c6a135455ff7f2b7d5b5d13435578
parent 4f71774d5129237c7ce880bf732e6b0d50677d75
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sat Mar 28 18:05:31 +0100

fixedsys as font-face for mucs
Diffstat:
muc/muc.css | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -1,3 +1,12 @@
+@font-face {
+ font-family: fixedsys;
+ font-style: normal;
+ font-family: 400;
+ src:local('FSEX302.ttf'), url('https://lurk.org/muc/FSEX302.ttf') format('truetype')
+}
+
+
+
 /* chat head */
 #conversejs .chat-head,
 #conversejs .chat-head .chat-head__desc {
@@ -9,4 +18,6 @@
 #conversejs, #conversejs-bg, .converse-fullscreen {
   --redder-orange: #7800FF;
   --light-blue: #FFCD3F;
+  --normal-font: 'fixedsys', monospace;
+  --heading-font: 'fixedsys', monospace;
 } 
\ No newline at end of file