---
title: "💭 Notes – 09:32 Thu 19 Jun 2025 – David Bushell – Web Dev (UK)"
description: "!https://dbushell.com/notes/2025-06-19T09:32Z/"
date: 2025-06-19
published: true
tags:
  - python
  - blog
  - fonts
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://dbushell.com/notes/2025-06-19T09:32Z/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://dbushell.com/assets/images/ogimage.png" alt="Notes – 09:32 Thu 19 Jun 2025 — Notes – 09:32 Thu 19 Jun 2025" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Notes – 09:32 Thu 19 Jun 2025</div>
      <div class="embed-card-description">Notes – 09:32 Thu 19 Jun 2025</div>
      <div class="embed-card-meta">dbushell.com &middot; dbushell.com</div>
    </div>
  </a>
</div>


David's design on his blog is fantastic likely from years of small improvements like this converting ugly quotes to pretty quotes and optimizing fonts.

> It’s common for markdown libraries to convert the first to the second like my build script does.

This is new to me, I had no idea that markdown libraries did this, I'm now interested if markdown-it does it.

> For subsetting I use the fontTools library but I’ve no idea how to setup Python environments. I got it working once and failed to document the process. 

David, David, David, I'm sorry python has done you this dirty.  I should do a post on making python environments in the age of <a href="/tags/uv/" class="wikilink" data-title="Posts tagged: uv" data-description="All posts with the tag &#34;uv&#34;">Posts tagged: uv</a>.  You got options to run in docker/podman, a whole ass vm, uv venv, uvx, uv run, uv script, python -m venv, virtualenv, poetry, hatch, and too many more.  The ones that matter are containers or uv.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
