Skip to content

Commit

Permalink
Use system fonts in website
Browse files Browse the repository at this point in the history
  • Loading branch information
maveonair authored and strycore committed Oct 27, 2024
1 parent dc5bce1 commit d591032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions umu.openwinecomponents.org/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<head>
<title>Game Search</title>
<style>
html {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.results {
border: 1px solid black;
}
Expand Down

0 comments on commit d591032

Please sign in to comment.