Use 'sans-serif' in font CSS
sans is a non-portable alias for sans-serif
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>Minetest server list</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto, Ubuntu, "Segoe UI", sans;
|
||||
font-family: Roboto, Ubuntu, "Segoe UI", sans-serif;
|
||||
}
|
||||
a {
|
||||
color: #336B87;
|
||||
|
||||
Reference in New Issue
Block a user