diff mbox

style: use sans-serif font

Message ID 1462351201-23314-1-git-send-email-zajec5@gmail.com
State Accepted
Headers show

Commit Message

Rafał Miłecki May 4, 2016, 8:40 a.m. UTC
Using sans-serif is recommended for web pages as it makes text easier to
read on screens.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
 css/lede.css | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Rafał Miłecki May 4, 2016, 11:12 a.m. UTC | #1
Applied, thanks Rafal.
Vittorio Gambaletta May 4, 2016, 11:47 a.m. UTC | #2
Are you really thanking yourself for your patch here? ;)

Cheers,
Vittorio

On 04/05/2016 13:12:37 CEST, Rafał Miłecki wrote:
> Applied, thanks Rafal.
>
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
Jo-Philipp Wich May 4, 2016, 11:57 a.m. UTC | #3
This wasn't Rafal but my Thunderbird virtual identity plugin copying
random addresses :(

It was me applying the patch here:

http://git.lede-project.org/?p=web.git;a=commitdiff;h=7ebd2952f72c2b25439db828ce450673ace02faf

~ Jo
diff mbox

Patch

diff --git a/css/lede.css b/css/lede.css
index 3c6f3d8..bb0abde 100644
--- a/css/lede.css
+++ b/css/lede.css
@@ -2,6 +2,10 @@  html {
 	background: #aaa;
 }
 
+body {
+	font-family: sans-serif;
+}
+
 body.article {
 	max-width: 800px;
 	border: 1px solid #999;