Unverified Commit b1b8ea58 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Font smoothing (#395)

parent 7a1ecea3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
body {
	color: white;
	background-color: #125bdb;
	font-family: Verdana, Arial, sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#content {