From dd662469130315396b9bd0cae6f06e940a4a045a Mon Sep 17 00:00:00 2001
From: Shpuld Shpuldson <shpuld@gmail.com>
Date: Fri, 14 Apr 2017 20:08:37 +0300
Subject: [PATCH] Add lang="en" to html to potentially fix font fall-back
 issues on some language/font setups.

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 668b21bba..b7654cc10 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-- 
GitLab