Skip to content

Commit c04f687

Browse files
committed
Changed to sans-serif for readability
1 parent 167817d commit c04f687

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/guide/install/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ custom install path:
8282
`-neopath` doesn't work properly on Linux, just make sure the original
8383
assets is in one of the following paths (from the order of path priority):
8484

85-
1. ~/.steam/steam/steamapps/common/NEOTOKYO/NeotokyoSource/
86-
2. ~/.local/share/neotokyo/NeotokyoSource/
87-
3. /usr/share/neotokyo/NeotokyoSource/
85+
1. `~/.steam/steam/steamapps/common/NEOTOKYO/NeotokyoSource/`
86+
2. `~/.local/share/neotokyo/NeotokyoSource/`
87+
3. `/usr/share/neotokyo/NeotokyoSource/`
8888

8989
### Linux - Force SteamRT 3.0
9090

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: monospace;
2+
font-family: sans-serif;
33
max-width: 70em;
44
margin: 1em auto;
55
padding: 0 10px;

0 commit comments

Comments
 (0)