Skip to content

Commit

Permalink
[#68] Segoe font is looking better
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-kopecky committed Nov 25, 2021
1 parent c837565 commit dd0c15d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<title>ShowIt</title>
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions src/app/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const theme = createTheme({
fontFamily: [
"-apple-system",
"BlinkMacSystemFont",
'"Open Sans"',
"sans-serif",
'"Segoe UI"',
"Roboto",
'"Helvetica Neue"',
Expand Down

0 comments on commit dd0c15d

Please sign in to comment.