From 4d34516e0cebb6d028006b142effdab2c98dbefe Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 1 Jul 2025 10:16:15 -0700 Subject: [PATCH] fix monospace font style, add weekly roundup 2025-26 --- .../build-weekly-roundup-2025-week-26.mdx | 23 +++++++++++++++++++ src/styles/style.css | 5 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 content/links/build-weekly-roundup-2025-week-26.mdx diff --git a/content/links/build-weekly-roundup-2025-week-26.mdx b/content/links/build-weekly-roundup-2025-week-26.mdx new file mode 100644 index 0000000..897f219 --- /dev/null +++ b/content/links/build-weekly-roundup-2025-week-26.mdx @@ -0,0 +1,23 @@ +--- +title: Rebalance of Power +href: https://www.youtube.com/watch?v=ALOy0ya-x5U +date: 2025-06-26 +modified: 2025-07-01 +description: "Build Weekly Roundup - 2025 Week #26" +tags: +- video +- macro +- bitcoin +posse: + 𝕏: https://x.com/BuildMarkets/status/1938355746883964943 + LinkedIn: https://www.linkedin.com/posts/build-asset-management_rebalance-of-power-build-weekly-roundup-activity-7344121427178004481-50wF + YouTube: https://www.youtube.com/watch?v=ALOy0ya-x5U + Spotify: https://open.spotify.com/episode/6SZ9eB4Onam98MMRKqhiNq +--- +import YouTube from '@components/youtube.astro'; + +- Iran oil & gas +- US rates relief? +- Fannie Mae (FNMA) & Freddie Mac (FHMLC) + + \ No newline at end of file diff --git a/src/styles/style.css b/src/styles/style.css index 65acc75..289203c 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -67,10 +67,11 @@ th, td { padding: 0.5rem; } code { - font-family: "Source Code Variable", monospace; + font-family: "Source Code Pro Variable", monospace; + font-size: 0.9rem; } .astro-code, .astro-code span { - font-family: "Source Code Variable", monospace; + font-family: "Source Code Pro Variable", monospace; margin-bottom: 1rem; padding: 0.1rem; } \ No newline at end of file -- 2.51.0