init + complete desktop version of header
This commit is contained in:
BIN
public/fonts/Avenir-Black.ttf
Normal file
BIN
public/fonts/Avenir-Black.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Avenir-Book.ttf
Normal file
BIN
public/fonts/Avenir-Book.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Avenir-Medium.ttf
Normal file
BIN
public/fonts/Avenir-Medium.ttf
Normal file
Binary file not shown.
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="My Portfolio" />
|
||||
<meta name="description" content="Demo Proximity site for my test" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
@@ -34,9 +34,9 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Proximity Demo</title>
|
||||
</head>
|
||||
<body class="bg-custom-400 w-screen" style="overflow-x: hidden">
|
||||
<body class="w-screen" style="overflow-x: hidden">
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "Proximity Demo",
|
||||
"name": "Demo Proximity site for my test",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir-Black';
|
||||
src: local('Avenir-Black'), url(./fonts/Avenir-Black.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir-Book';
|
||||
src: local('Avenir-Book'), url(./fonts/Avenir-Book.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir-Medium';
|
||||
src: local('Avenir-Medium'), url(./fonts/Avenir-Medium.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@tailwind utilities;
|
||||
|
||||
Reference in New Issue
Block a user