diff --git a/README.md b/README.md
index bdc9b7f..484c250 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,35 @@
# Tilde
-Inspired by [/r/startpages](https://www.reddit.com/r/startpages)—the idea is to
-have a homepage for your browser that is functional and sexy.
+Inspired by [/r/startpages](https://www.reddit.com/r/startpages)—the idea
+is to have a homepage for your browser that is functional and sexy.
## Basic Usage
To go to a site, enter the corresponding key. To view the available sites and
-their keys, press `?`. If your input doesn't match any of the commands, a
-generic Google search will be triggered. For example:
+their keys, press `?`. If your input doesn’t match any of the keys, a
+generic DuckDuckGo search will be triggered. For example:
-- Entering `r` would redirect you to [www.reddit.com](https://www.reddit.com).
-- Entering `t` would redirect you to [twitch.tv](https://www.twitch.tv).
-- Entering `cats` would search
- [Google for "cats"](https://encrypted.google.com/search?q=cats).
+- Entering `t` would redirect you to [twitter.com](https://twitter.com/home).
+- Entering `u` would redirect you to
+ [unsplash.com](https://unsplash.com/images).
+- Entering `google` would
+ [search DuckDuckGo for google](https://duckduckgo.com/?q=google).
### Searching
-You can search a site by typing a colon after the site's key, followed
-by your search query. For example:
+You can search a site by typing a single quote after the site’s key,
+followed by your query. For example:
-- Entering `g:tilde` would search
- [GitHub for "tilde"](https://github.com/search?q=tilde).
-- Entering `s:san holo` would search
- [SoundCloud for "san holo"](https://soundcloud.com/search?q=san%20holo).
+- Entering `g'tilde` would
+ [search GitHub for tilde](https://github.com/search?q=tilde).
+- Entering `y'vox` would
+ [search YouTube for vox](https://www.youtube.com/results?search_query=vox).
### Specific Paths
You can go to a specific path on a site by typing a forward slash after the
-site's key, followed by the location on the site you'd like to be redirected to.
-For example:
+site’s key, followed by the location on the site you’d like to be
+redirected to. For example:
- Entering `r/r/startpages` would redirect you to
[www.reddit.com/r/startpages](https://www.reddit.com/r/startpages)
@@ -52,6 +53,7 @@ read through the `CONFIG`!
## License
-[The Lato typeface](https://www.latofonts.com/lato-free-fonts/) has
+[The Inter typeface](https://rsms.me/inter/) has
[its own license](https://github.com/cadejscroggins/tilde/blob/master/fonts/LICENSE).
-You can use and modify everything else [however you like](https://github.com/cadejscroggins/tilde/blob/master/LICENSE).
+You can use and modify everything else
+[however you like](https://github.com/cadejscroggins/tilde/blob/master/LICENSE).
diff --git a/fonts/LICENSE b/fonts/LICENSE
index abfafe2..1effa41 100644
--- a/fonts/LICENSE
+++ b/fonts/LICENSE
@@ -1,5 +1,6 @@
-Copyright (c) 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com),
-with Reserved Font Name Lato.
+Copyright (c) 2016-2021 The Inter Project Authors.
+"Inter" is a Reserved Font Name.
+https://github.com/rsms/inter
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
@@ -18,7 +19,7 @@ with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
+fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
@@ -44,7 +45,7 @@ new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
-PERMISSION & CONDITIONS
+PERMISSION AND CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
diff --git a/fonts/inter-v2-latin-900.woff b/fonts/inter-v2-latin-900.woff
new file mode 100644
index 0000000..10d41b8
Binary files /dev/null and b/fonts/inter-v2-latin-900.woff differ
diff --git a/fonts/inter-v2-latin-900.woff2 b/fonts/inter-v2-latin-900.woff2
new file mode 100644
index 0000000..8197f12
Binary files /dev/null and b/fonts/inter-v2-latin-900.woff2 differ
diff --git a/fonts/inter-v2-latin-regular.woff b/fonts/inter-v2-latin-regular.woff
new file mode 100644
index 0000000..2335e4a
Binary files /dev/null and b/fonts/inter-v2-latin-regular.woff differ
diff --git a/fonts/inter-v2-latin-regular.woff2 b/fonts/inter-v2-latin-regular.woff2
new file mode 100644
index 0000000..40a6ad2
Binary files /dev/null and b/fonts/inter-v2-latin-regular.woff2 differ
diff --git a/fonts/lato-v14-latin-900.woff b/fonts/lato-v14-latin-900.woff
deleted file mode 100644
index 6f251d9..0000000
Binary files a/fonts/lato-v14-latin-900.woff and /dev/null differ
diff --git a/fonts/lato-v14-latin-900.woff2 b/fonts/lato-v14-latin-900.woff2
deleted file mode 100644
index a5abe36..0000000
Binary files a/fonts/lato-v14-latin-900.woff2 and /dev/null differ
diff --git a/fonts/lato-v14-latin-regular.woff b/fonts/lato-v14-latin-regular.woff
deleted file mode 100644
index 97ab144..0000000
Binary files a/fonts/lato-v14-latin-regular.woff and /dev/null differ
diff --git a/fonts/lato-v14-latin-regular.woff2 b/fonts/lato-v14-latin-regular.woff2
deleted file mode 100644
index b14c76c..0000000
Binary files a/fonts/lato-v14-latin-regular.woff2 and /dev/null differ
diff --git a/index.html b/index.html
index 1514539..e6b0bf6 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
+