Skip to content
Merged
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
8 changes: 4 additions & 4 deletions python-recipes/market-analysis-demo/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
/* Primary font stack - Monospace for body text */
@font-face {
font-family: 'FT System Mono';
src: url('https://assets.p0web.com/FTSystemMono-Regular.woff2') format('woff2');
src: url('https://assets.parallel.ai/FTSystemMono-Regular.woff2') format('woff2');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'FT System Mono';
src: url('https://assets.p0web.com/FTSystemMono-Medium.woff2') format('woff2');
src: url('https://assets.parallel.ai/FTSystemMono-Medium.woff2') format('woff2');
font-weight: 500;
font-display: swap;
}

/* Display font for headings */
@font-face {
font-family: 'Gerstner Programm';
src: url('https://assets.p0web.com/Gerstner-ProgrammRegular.woff2') format('woff2');
src: url('https://assets.parallel.ai/Gerstner-ProgrammRegular.woff2') format('woff2');
font-weight: 400;
font-display: swap;
}

@font-face {
font-family: 'Gerstner Programm';
src: url('https://assets.p0web.com/Gerstner-ProgrammMedium.woff2') format('woff2');
src: url('https://assets.parallel.ai/Gerstner-ProgrammMedium.woff2') format('woff2');
font-weight: 500;
font-display: swap;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@

@font-face {
font-family: "Gerstner Programm";
src: url("https://assets.p0web.com/Gerstner-ProgrammRegular.woff2") format("woff2");
src: url("https://assets.parallel.ai/Gerstner-ProgrammRegular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gerstner Programm";
src: url("https://assets.p0web.com/Gerstner-ProgrammMedium.woff2") format("woff2");
src: url("https://assets.parallel.ai/Gerstner-ProgrammMedium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FT System Mono";
src: url("https://assets.p0web.com/FTSystemMono-Regular.woff2") format("woff2");
src: url("https://assets.parallel.ai/FTSystemMono-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FT System Mono";
src: url("https://assets.p0web.com/FTSystemMono-Medium.woff2") format("woff2");
src: url("https://assets.parallel.ai/FTSystemMono-Medium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
Expand Down
2 changes: 1 addition & 1 deletion typescript-recipes/parallel-daily-insights/public/og.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion typescript-recipes/parallel-vercel-template/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home() {
<div className="flex items-center justify-center gap-4 mb-4">
{/* Parallel Logo (white) */}
<img
src="https://assets.p0web.com/white-parallel-symbol-270.svg"
src="https://assets.parallel.ai/white-parallel-symbol-270.svg"
alt="Parallel"
className="w-10 h-10"
/>
Expand Down