From 693ea52ab9e080d415d80c19c4d53ddd21d6fcc6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 14 Jul 2018 22:46:02 +0200 Subject: Rewritten admin interface webpack generation (had bugs before) --- .../dist/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../dist/glyphicons-halflings-regular.svg | 288 +++++++++++++++++++++ .../dist/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../dist/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../dist/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes 5 files changed, 288 insertions(+) create mode 100644 public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.eot create mode 100644 public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.svg create mode 100644 public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.ttf create mode 100644 public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff create mode 100644 public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff2 (limited to 'public/fonts/vendor/bootstrap') diff --git a/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.eot b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..b93a495 Binary files /dev/null and b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.eot differ diff --git a/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.svg b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.svg new file mode 100644 index 0000000..94fb549 --- /dev/null +++ b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.ttf b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000..1413fc6 Binary files /dev/null and b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.ttf differ diff --git a/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff new file mode 100644 index 0000000..9e61285 Binary files /dev/null and b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff differ diff --git a/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff2 b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff2 new file mode 100644 index 0000000..64539b5 Binary files /dev/null and b/public/fonts/vendor/bootstrap/dist/glyphicons-halflings-regular.woff2 differ -- cgit v1.2.3