googlefonts 1.2.3

A font finder, can download and properly cache google fonts or parse local paths, fail-safe


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Google Fonts

A font finder, can download and properly cache google fonts or parse local paths, fail-safe

string findfont(string) returns an absolute path to a font, string can be a path, local path, '~' path, or google font name.

Follows freedesktop and material design standards, making this enterprize grade; mmmk.

https://fonts.google.com/

unittest{
	"Noto Sans cuneiFoRm".findfont.writeln;
	"Bitcount Grid Double Ink".findfont.writeln;
	"Bebas Neue".findfont.writeln;
	"Bungee Spice".findfont.writeln;
	"Satisfy".findfont.writeln;
	"Righteous".findfont.writeln;
	"~/.config/???/font.ttf".findfont.writeln;
	findfont().writeln;
}
Authors:
  • monkyyy
Dependencies:
none
Versions:
1.2.5 2025-Sep-30
1.2.4 2025-Sep-30
1.2.3 2025-Sep-30
~master 2025-Sep-30
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 4 downloads this week

  • 4 downloads this month

  • 4 downloads total

Score:
0.1
Short URL:
googlefonts.dub.pm