From 8bdfbc6ddc1080c3e0c279ad92c19e47b25fd3bd Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 29 Jun 2017 14:45:24 -0400 Subject: Add templates and static assets for materialize --- .../static/materialize/fonts/roboto/Roboto-Bold.woff | Bin 0 -> 90308 bytes .../static/materialize/fonts/roboto/Roboto-Bold.woff2 | Bin 0 -> 64800 bytes .../static/materialize/fonts/roboto/Roboto-Light.woff | Bin 0 -> 89672 bytes .../static/materialize/fonts/roboto/Roboto-Light.woff2 | Bin 0 -> 64268 bytes .../static/materialize/fonts/roboto/Roboto-Medium.woff | Bin 0 -> 90560 bytes .../static/materialize/fonts/roboto/Roboto-Medium.woff2 | Bin 0 -> 65412 bytes .../static/materialize/fonts/roboto/Roboto-Regular.woff | Bin 0 -> 89828 bytes .../materialize/fonts/roboto/Roboto-Regular.woff2 | Bin 0 -> 64832 bytes .../static/materialize/fonts/roboto/Roboto-Thin.woff | Bin 0 -> 88132 bytes .../static/materialize/fonts/roboto/Roboto-Thin.woff2 | Bin 0 -> 63056 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff2 create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff2 create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff2 create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff2 create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff create mode 100644 app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff2 (limited to 'app/dispatch/static/materialize/fonts') diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff b/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff new file mode 100644 index 0000000..c55d1e7 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff2 b/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff2 new file mode 100644 index 0000000..ab12197 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Bold.woff2 differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff b/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff new file mode 100644 index 0000000..3f9e8c5 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff2 b/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff2 new file mode 100644 index 0000000..0707d9a Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Light.woff2 differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff b/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff new file mode 100644 index 0000000..ced7907 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff2 b/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff2 new file mode 100644 index 0000000..723a323 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Medium.woff2 differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff b/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff new file mode 100644 index 0000000..e401bcf Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff2 b/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff2 new file mode 100644 index 0000000..5bd7bd6 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Regular.woff2 differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff b/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff new file mode 100644 index 0000000..175d076 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff differ diff --git a/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff2 b/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff2 new file mode 100644 index 0000000..2917239 Binary files /dev/null and b/app/dispatch/static/materialize/fonts/roboto/Roboto-Thin.woff2 differ -- cgit v1.2.3