Font that can be used for validating baseline alignments. sajidanwar.com/misc/baseline-diagnostic-font/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix font family name for alphabetic-zero version

+2 -2
+1 -1
dist/baseline-diagnostic-font.css
··· 14 14 * Same as the "BaselineDiagnostic" font, but uses the common alphabetic baseline 15 15 * of 0. This also results in the x-middle baseline being at 125. 16 16 */ 17 - font-family: "BaselineDiagnostic"; 17 + font-family: "BaselineDiagnosticAlphabeticZero"; 18 18 src: url('./BaselineDiagnosticAlphabeticZero.ttf') format('opentype'); 19 19 }
+1 -1
main.py
··· 72 72 * Same as the "BaselineDiagnostic" font, but uses the common alphabetic baseline 73 73 * of 0. This also results in the x-middle baseline being at 125. 74 74 */ 75 - font-family: "BaselineDiagnostic"; 75 + font-family: "BaselineDiagnosticAlphabeticZero"; 76 76 src: url('./BaselineDiagnosticAlphabeticZero.ttf') format('opentype'); 77 77 } 78 78 '''))