Skip to content

Instantly share code, notes, and snippets.

View michaeltaranto's full-sized avatar

Michael Taranto michaeltaranto

View GitHub Profile
@michaeltaranto
michaeltaranto / gist:35f2b00b2a23d358ffb62086db05ae4c
Last active July 10, 2020 06:46
Google Fonts with visually incorrect capHeight in metrics table
Aladin
Almendra SC
Andada
Arbutus
Average
Averia Gruesa Libre
Bilbo
Boogaloo
Buenard
Condiment
@michaeltaranto
michaeltaranto / bookmarklet.js
Last active June 19, 2020 11:52
Baseline Bookmarklet
javascript:(function baseline() {
var baselineNode = document.querySelector(".baseline-container");
if (baselineNode) {
baselineNode.remove();
return;
}
var body = document.body,
html = document.documentElement,
height = Math.max(