Skip to content

Commit ca30197

Browse files
committed
refactor(css): use google's Sarabun font family app-wide
1 parent 37b6407 commit ca30197

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
66
<title>Data Tools</title>
7+
<link href="https://fonts.googleapis.com/css?family=Sarabun" rel="stylesheet">
78
<link href="/dist/index.css" rel="stylesheet">
89
<link rel="shortcut icon" href="https://d2f1n6ed3ipuic.cloudfront.net/conveyal-128x128.png" type="image/x-icon">
910
</head>

lib/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ body {
1414
-webkit-overflow-scrolling: touch;
1515
}
1616

17+
/* Font for entire app */
18+
* {
19+
font-family: 'Sarabun', sans-serif;
20+
}
21+
1722
kbd {
1823
display: inline-block;
1924
margin: 0 .1em;

0 commit comments

Comments
 (0)