correct inn with new fonts

This commit is contained in:
belikovme 2024-11-01 21:09:02 +07:00
parent d05b29f429
commit 350e3e9a8b
3 changed files with 17 additions and 1 deletions

View File

@ -2,6 +2,9 @@
<html lang="en">
<head>
<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" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

View File

@ -169,7 +169,7 @@ function Footer() {
<div>
<h3 className="text-lg font-semibold text-gray-900 mb-4">О компании</h3>
<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">
<Clock className="h-4 w-4" />
<span>Пн-Пт: 9:00-18:00</span>

View File

@ -2,6 +2,19 @@
@tailwind components;
@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: 1000px;
}