From c6d89202db892ecbefab4a18700b073ad0cb6f14 Mon Sep 17 00:00:00 2001 From: ArghKevin <50538286+ArghKevin@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:58:50 -0700 Subject: Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dbf0d77..3d5ae46 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ We'd like to graph which styles typefaces are trending in popularity. This way, Google Fonts provides two databases publicly. https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv provides a listing of each typeface's name; style; and weight. https://fonts.google.com/metadata/stats provides popularity statistics of each typeface, over different metrics of time. Together, these may be used to generate a graphical interface demonstrating what correlation, if any, lies between a typeface's technical qualities and actual popularity. The typefaces are downloadable from a central repository, https://github.com/google/fonts. Using the files included, lower-level properties, such as glyph count and file size, may be analyzed. +#### Mockup +![mockup](mockup.png) + +#### CRC +![CRC](crc.png), + +### UML +![UML](uml.png) + ### The Plan #### Week 1 -- cgit v1.2.3