aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-04-14 20:08:37 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-04-14 20:08:37 +0300
commitdd662469130315396b9bd0cae6f06e940a4a045a (patch)
tree63540caecc31745571a2f09884e0796576256079
parent2b4a677178cef3e3f71c1c41a2b9e0abc4a9a1a9 (diff)
Add lang="en" to html to potentially fix font fall-back issues on some language/font setups.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 668b21bb..b7654cc1 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">