Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
{
"source": "**/*.@(js|css)",
"source": "**/*.@(js|css|woff2)",
"headers": [
{
"key": "Cache-Control",
Expand Down
57 changes: 57 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,63 @@
Aesthetic: Terminal-editorial. Dark. Electric.
============================================= */

/* SELF-HOSTED FONTS */
@font-face {
font-family: 'Bebas Neue';
src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'DM Mono';
src: url('../fonts/DMMono-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'DM Mono';
src: url('../fonts/DMMono-LightItalic.woff2') format('woff2');
font-weight: 300;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'DM Mono';
src: url('../fonts/DMMono-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'DM Mono';
src: url('../fonts/DMMono-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Instrument Serif';
src: url('../fonts/InstrumentSerif-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Instrument Serif';
src: url('../fonts/InstrumentSerif-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
}

:root {
--black: #080808;
--dark: #0f0f0f;
Expand Down
Binary file added public/fonts/BebasNeue-Regular.woff2
Binary file not shown.
Binary file added public/fonts/DMMono-Light.woff2
Binary file not shown.
Binary file added public/fonts/DMMono-LightItalic.woff2
Binary file not shown.
Binary file added public/fonts/DMMono-Medium.woff2
Binary file not shown.
Binary file added public/fonts/DMMono-Regular.woff2
Binary file not shown.
Binary file added public/fonts/InstrumentSerif-Italic.woff2
Binary file not shown.
Binary file added public/fonts/InstrumentSerif-Regular.woff2
Binary file not shown.
3 changes: 0 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<title>LookAtWhatAiCanDo — AI Consulting & Strategy</title>
<meta name="description" content="We contract, consult, and advise on how to properly use AI to achieve realistic, successful results. No hype. Just outcomes." />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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=Bebas+Neue&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />

<!-- Google tag (gtag.js) — analytics_storage denied until user consents -->
Expand Down
8 changes: 2 additions & 6 deletions public/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<meta name="description" content="Privacy policy for LookAtWhatAiCanDo, LLC — what data we collect, how we use it, and your rights." />
<meta name="robots" content="noindex" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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=Bebas+Neue&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<style>
.policy-wrap {
Expand Down Expand Up @@ -183,9 +180,8 @@ <h2>05 — Third-Party Services</h2>
<a href="https://support.google.com/analytics/answer/6004245" target="_blank" rel="noopener">Google Analytics data safeguards</a>.
</p>
<p>
This site also loads fonts from <strong>Google Fonts</strong>. Google may log your IP address when
serving font files. See
<a href="https://developers.google.com/fonts/faq/privacy" target="_blank" rel="noopener">Google Fonts privacy FAQ</a>.
Fonts (Bebas Neue, DM Mono, Instrument Serif) are self-hosted and served directly from this
site. No third-party font CDN requests are made.
</p>
</div>

Expand Down