From 95a9fe8c007316d44b239af9ac23a4486556f2c9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 23 Jul 2021 10:02:06 +0200 Subject: fonts: added CormorantGaramond MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Taken freely from Google fonts. Signed-off-by: Miquel Sabaté Solà --- .fonts/CormorantGaramond-Bold.ttf | Bin 0 -> 641560 bytes .fonts/CormorantGaramond-BoldItalic.ttf | Bin 0 -> 571388 bytes .fonts/CormorantGaramond-Italic.ttf | Bin 0 -> 565840 bytes .fonts/CormorantGaramond-Light.ttf | Bin 0 -> 654292 bytes .fonts/CormorantGaramond-LightItalic.ttf | Bin 0 -> 562744 bytes .fonts/CormorantGaramond-Medium.ttf | Bin 0 -> 647392 bytes .fonts/CormorantGaramond-MediumItalic.ttf | Bin 0 -> 572192 bytes .fonts/CormorantGaramond-Regular.ttf | Bin 0 -> 653252 bytes .fonts/CormorantGaramond-SemiBold.ttf | Bin 0 -> 660420 bytes .fonts/CormorantGaramond-SemiBoldItalic.ttf | Bin 0 -> 567488 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .fonts/CormorantGaramond-Bold.ttf create mode 100644 .fonts/CormorantGaramond-BoldItalic.ttf create mode 100644 .fonts/CormorantGaramond-Italic.ttf create mode 100644 .fonts/CormorantGaramond-Light.ttf create mode 100644 .fonts/CormorantGaramond-LightItalic.ttf create mode 100644 .fonts/CormorantGaramond-Medium.ttf create mode 100644 .fonts/CormorantGaramond-MediumItalic.ttf create mode 100644 .fonts/CormorantGaramond-Regular.ttf create mode 100644 .fonts/CormorantGaramond-SemiBold.ttf create mode 100644 .fonts/CormorantGaramond-SemiBoldItalic.ttf (limited to '.fonts') diff --git a/.fonts/CormorantGaramond-Bold.ttf b/.fonts/CormorantGaramond-Bold.ttf new file mode 100644 index 0000000..18bc7bd Binary files /dev/null and b/.fonts/CormorantGaramond-Bold.ttf differ diff --git a/.fonts/CormorantGaramond-BoldItalic.ttf b/.fonts/CormorantGaramond-BoldItalic.ttf new file mode 100644 index 0000000..fa3df44 Binary files /dev/null and b/.fonts/CormorantGaramond-BoldItalic.ttf differ diff --git a/.fonts/CormorantGaramond-Italic.ttf b/.fonts/CormorantGaramond-Italic.ttf new file mode 100644 index 0000000..99538ce Binary files /dev/null and b/.fonts/CormorantGaramond-Italic.ttf differ diff --git a/.fonts/CormorantGaramond-Light.ttf b/.fonts/CormorantGaramond-Light.ttf new file mode 100644 index 0000000..a415d16 Binary files /dev/null and b/.fonts/CormorantGaramond-Light.ttf differ diff --git a/.fonts/CormorantGaramond-LightItalic.ttf b/.fonts/CormorantGaramond-LightItalic.ttf new file mode 100644 index 0000000..ea53a0b Binary files /dev/null and b/.fonts/CormorantGaramond-LightItalic.ttf differ diff --git a/.fonts/CormorantGaramond-Medium.ttf b/.fonts/CormorantGaramond-Medium.ttf new file mode 100644 index 0000000..7fe5b8e Binary files /dev/null and b/.fonts/CormorantGaramond-Medium.ttf differ diff --git a/.fonts/CormorantGaramond-MediumItalic.ttf b/.fonts/CormorantGaramond-MediumItalic.ttf new file mode 100644 index 0000000..26ece0a Binary files /dev/null and b/.fonts/CormorantGaramond-MediumItalic.ttf differ diff --git a/.fonts/CormorantGaramond-Regular.ttf b/.fonts/CormorantGaramond-Regular.ttf new file mode 100644 index 0000000..999fabb Binary files /dev/null and b/.fonts/CormorantGaramond-Regular.ttf differ diff --git a/.fonts/CormorantGaramond-SemiBold.ttf b/.fonts/CormorantGaramond-SemiBold.ttf new file mode 100644 index 0000000..e866ca1 Binary files /dev/null and b/.fonts/CormorantGaramond-SemiBold.ttf differ diff --git a/.fonts/CormorantGaramond-SemiBoldItalic.ttf b/.fonts/CormorantGaramond-SemiBoldItalic.ttf new file mode 100644 index 0000000..c5f309f Binary files /dev/null and b/.fonts/CormorantGaramond-SemiBoldItalic.ttf differ -- cgit v1.2.3