Skip to content

Instantly share code, notes, and snippets.

View longnguyen2004's full-sized avatar

Long Nguyen longnguyen2004

View GitHub Profile
@longnguyen2004
longnguyen2004 / generate-static.ps1
Created April 26, 2023 09:39
Generating static fonts from VF
$Weights = @{
"ExtraLight" = 200;
"Light" = 300;
"SemiLight" = 350;
"Regular" = 400;
"SemiBold" = 600;
"Bold" = 700;
}
$Font = "CascadiaCode";