I just use Rookledge's Type Finder and a battered copy of Precision Type 5.0
``` from torchvision import models
# Avoid downloading pretrained weights; we load trained checkpoint weights. model = models.resnet18(weights=None) model.fc = nn.Linear(model.fc.in_features, num_classes) ```
https://github.com/mixfont/lens/blob/main/lens_inference.py#...
Sometimes you're trying to replicate a logo and they've hand tweaked a letter or two, or stretched it.
edit: (Google Fonts actually have fonts you can natively stretch and some with replacement character variants) I wonder if the tool uses that to better match?)
Sometimes you just don't want to pay for a fancy font and I believe font shapes are not copyrightable?