Skip to content

Commit

Permalink
Merge pull request #48 from AplinkosMinisterija/40-sriftu-pridejimas
Browse files Browse the repository at this point in the history
40 sriftu pridejimas
  • Loading branch information
DovMa authored Jan 26, 2024
2 parents 6719aa4 + 70d4b22 commit bbd3806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<link rel="icon" href="/biip-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

<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=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Plus+Jakarta+Sans:wght@500&display=swap"
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>

<meta name="description" content="Žuvinimo aplikacija" />
<link rel="apple-touch-icon" href="/biip-favicon.png" />

<link rel="manifest" href="/manifest.json" />
<script
async
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const theme: Theme = {
export const GlobalStyle = createGlobalStyle`
*{
box-sizing: border-box;
font-family: 'Atkinson Hyperlegible', sans-serif;
font-family: "Atkinson Hyperlegible", sans-serif;
}
html {
font-size: 62.5%;
Expand Down

0 comments on commit bbd3806

Please sign in to comment.