start new:
tmux
start new with session name:
tmux new -s myname
# ----------------------------------------------------------------- | |
# .gitignore for WordPress @salcode | |
# ver 20180808 | |
# | |
# From the root of your project run | |
# curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore | |
# to download this file | |
# | |
# By default all files are ignored. You'll need to whitelist | |
# any mu-plugins, plugins, or themes you want to include in the repo. |
#!/bin/bash | |
# | |
# Crawls a domain | |
# Retreives all visible URLs and their page titles | |
# Saves to CSV | |
# $1 = URL (no http(s)) | |
# $2 = csv title | |
# MODIFY - wget include directories, domain, and --reject-regex TODO - make a variable | |
# Text color variables |
Implementing variable fonts in theme.json can be tricky, but all you need are these things:
woff2
format (other formats are available but if you only have one, this is best)ont-variation-settings
in CSS)Now you can define different font families using the same font file in yout theme.json!