From 037f266d4662d466e119bd6bd38faff0faba20f5 Mon Sep 17 00:00:00 2001 From: a161803398 Date: Sun, 29 Apr 2018 00:55:54 +0800 Subject: [PATCH] Change font Better looking font --- package.json | 2 +- www/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1db3aef..77354d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plexstorm_chat", "main": "www/index.html", - "version": "0.0.1", + "version": "0.0.2", "window": { "title": "Plexstorm Chat", "toolbar": false, diff --git a/www/index.html b/www/index.html index 70d1861..1d9ea71 100644 --- a/www/index.html +++ b/www/index.html @@ -16,7 +16,7 @@ -

PlexStorm Chat Room
Capture V0.0.1
by a161803398

+

PlexStorm Chat Room
Capture V0.0.2
by a161803398

@@ -48,7 +48,7 @@

const style = document.createElement("style"); body.appendChild(style); - style.sheet.insertRule("html, body {overflow:hidden;background-color: #000000;font-weight: bold;}"); + style.sheet.insertRule("html, body {font-family:Microsoft JhengHei,helvetica,arial,sans-serif;overflow:hidden;background-color: #000000;font-weight: bold;}"); style.sheet.insertRule("svg, .timestamp, .ps__scrollbar-x-rail, .ps__scrollbar-y-rail, .hint {display:none;}"); style.sheet.insertRule(".row p, .row div {display:inline;}"); style.sheet.insertRule(".row {color: #ffffff;font-size: 20px;}");