correct inn with new fonts
This commit is contained in:
parent
d05b29f429
commit
350e3e9a8b
@ -2,6 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<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=Oswald:wght@200..700&display=swap" rel="stylesheet">
|
||||||
<link rel="icon" href="%PUBLIC_URL%/anthill2.svg" />
|
<link rel="icon" href="%PUBLIC_URL%/anthill2.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
|
|||||||
@ -169,7 +169,7 @@ function Footer() {
|
|||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold text-gray-900 mb-4">О компании</h3>
|
<h3 className="text-lg font-semibold text-gray-900 mb-4">О компании</h3>
|
||||||
<p className="text-sm mb-4">ООО «АНТХИЛЛ»</p>
|
<p className="text-sm mb-4">ООО «АНТХИЛЛ»</p>
|
||||||
<p className="text-sm mb-2">ИНН: 4217208795/421701001</p>
|
<p className="text-sm mb-2">ИНН: 4217208795</p>
|
||||||
<div className="flex items-center gap-2 text-sm">
|
<div className="flex items-center gap-2 text-sm">
|
||||||
<Clock className="h-4 w-4" />
|
<Clock className="h-4 w-4" />
|
||||||
<span>Пн-Пт: 9:00-18:00</span>
|
<span>Пн-Пт: 9:00-18:00</span>
|
||||||
|
|||||||
@ -2,6 +2,19 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Protest+Strike&display=swap');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
html {
|
||||||
|
font-family: Oswald, system-ui;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.perspective-1000 {
|
.perspective-1000 {
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user