From 8bd8be97b98a69dce9768e5717c4f5ee0368ad1a Mon Sep 17 00:00:00 2001 From: Jan Holub Date: Wed, 12 Jul 2017 17:21:48 +0200 Subject: Added support for the Montserrat Font as discussed in #3201 (#3205) * Added support for the Montserrat Font as discussed in #3201 I chose a thin version of the Font (namely Montserrat Light) as the regular font and Montserrat Regular as the bold version. The thin fonts just look better in my opinion. --- src/static/font/Montserrat-Light.otf | Bin 0 -> 91496 bytes src/static/font/Montserrat-Regular.otf | Bin 0 -> 93516 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 src/static/font/Montserrat-Light.otf create mode 100755 src/static/font/Montserrat-Regular.otf (limited to 'src/static/font') diff --git a/src/static/font/Montserrat-Light.otf b/src/static/font/Montserrat-Light.otf new file mode 100755 index 00000000..f2f0e2df Binary files /dev/null and b/src/static/font/Montserrat-Light.otf differ diff --git a/src/static/font/Montserrat-Regular.otf b/src/static/font/Montserrat-Regular.otf new file mode 100755 index 00000000..f61d57ec Binary files /dev/null and b/src/static/font/Montserrat-Regular.otf differ -- cgit v1.2.3