Skip to content

Instantly share code, notes, and snippets.

Avatar

Nathan Knowler knowler

View GitHub Profile
@knowler
knowler / fontsource-with-remix.md
Last active March 12, 2023 15:55
Fontsource with Remix (pre-1.7.3)
View fontsource-with-remix.md

Fontsource with Remix

Fontsource is designed to work with projects that bundle their CSS. You import their stylesheet and the bundler will place the fonts in your build directory and the CSS file will have the correct URL for the @font-face src.

Remix doesn’t bundle CSS and so while you can import their CSS file and add it to your links, the URL to font will be incorrect. It is still possible to use Fontsource with Remix. We just need to create our own @font-face declaration with the correct URL to the font (ideally, one that benefits from Remix’s asset fingerprinting). There’s a bit of manual set up, but once that’s done, you can serve the font on your site and benefit from updates for the font.

  1. Install your font:
    npm install --save @fontsource/montserrat
@knowler
knowler / app.css
Last active December 8, 2021 17:07
Potential future with ES Modules and Web Components (single HTML-module version)
View app.css
main fancy-article::part(header) {
color: red;
}
aside fancy-article::part(header) {
color: blue;
}
@knowler
knowler / app.css
Last active December 8, 2021 17:06
Potential future with ES Modules and Web Components (multi-file version)
View app.css
main fancy-article::part(header) {
color: red;
}
aside fancy-article::part(header) {
color: blue;
}
View regolith.sh
#!/bin/bash
# Regolith aka Un-Bedrock
# "But what if we need to hand it off to another agency?" No more!
# This script converts a Bedrock site to a normal WordPress structure.
# Run it from the root of a Bedrock project.
# Created by Nathan Knowler and Daniel Roe
echo "Converting Bedrock to a normal WordPress file structure..."
View wp-active-theme.sh
theme() { cd $(wp theme path)/$(wp option get stylesheet | cut -d/ -f1) }
View mp3these.sh
mp3these () {
mkdir -p mp3-320
for input in "$@"
do sox -S $input -C 320 "mp3-320/${input%.*}.mp3"
done
}
View flacdown.sh
flacdown () {
mkdir -p converted
for input in "$@"
do sox -S $input -r 44100 -b 16 "converted/$(basename $input)"
done
}
View eject.sh
eject () {
if [ -z "$1" ]; then
echo "No drive specified."
else
dot_clean "/Volumes/$1"
diskutil unmount "$1"
fi
}
View keybase.md

Keybase proof

I hereby claim:

  • I am knowler on github.
  • I am knowler (https://keybase.io/knowler) on keybase.
  • I have a public key whose fingerprint is 68DB B663 00FD 3260 850E 2440 3B3A 57CE 9971 992F

To claim this, I am signing this object: