parent
6659c0b28f
commit
634c8a57d4
3 changed files with 8 additions and 2 deletions
BIN
public/Poppins.ttf
Normal file
BIN
public/Poppins.ttf
Normal file
Binary file not shown.
|
@ -7,7 +7,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="Radikální zkracovač odkazů / Radical URL shortener" />
|
<meta name="description" content="Radikální zkracovač odkazů / Radical URL shortener" />
|
||||||
<link rel="icon" href="data:,">
|
<link rel="icon" href="data:,">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet" />
|
|
||||||
<link href="style.css" rel="stylesheet" />
|
<link href="style.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
document.title = document.domain;
|
document.title = document.domain;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async defer src="https://use.fontawesome.com/e98027591e.js"></script>
|
|
||||||
<script async defer src="index.js"></script>
|
<script async defer src="index.js"></script>
|
||||||
|
|
||||||
<form id="url-form">
|
<form id="url-form">
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Poppins';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(/vendor/Poppins.ttf) format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Poppins", sans-serif;
|
font-family: "Poppins", sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue