]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
fix monospace font style, add weekly roundup 2025-26
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 1 Jul 2025 17:16:15 +0000 (10:16 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 1 Jul 2025 17:16:15 +0000 (10:16 -0700)
content/links/build-weekly-roundup-2025-week-26.mdx [new file with mode: 0644]
src/styles/style.css

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 (file)
index 0000000..897f219
--- /dev/null
@@ -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)
+
+<YouTube title="REBALANCE OF POWER - BUILD WEEKLY ROUNDUP - 2025 WEEK #26" videoURL="https://www.youtube.com/watch?v=ALOy0ya-x5U" />
\ No newline at end of file
index 65acc7578f0ba58e6178193c867a19c88435d47b..289203c5baa2e6d9ae263c8430d22c6a042cdb0a 100644 (file)
@@ -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