From 86912e22728b8428d25b075be57cd35d6e484692 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 10 Mar 2021 19:41:05 +0100 Subject: [mod] oscar: get bootstrap and typeahead from NPM --- .../oscar/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../oscar/fonts/glyphicons-halflings-regular.svg | 288 +++++++++++++++++++++ .../oscar/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../oscar/fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../oscar/fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes 5 files changed, 288 insertions(+) create mode 100644 searx/static/themes/oscar/fonts/glyphicons-halflings-regular.eot create mode 100644 searx/static/themes/oscar/fonts/glyphicons-halflings-regular.svg create mode 100644 searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf create mode 100644 searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff create mode 100644 searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff2 (limited to 'searx/static/themes/oscar/fonts') diff --git a/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.eot b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 000000000..b93a4953f Binary files /dev/null and b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.eot differ diff --git a/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.svg b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 000000000..94fb5490a --- /dev/null +++ b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 000000000..1413fc609 Binary files /dev/null and b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf differ diff --git a/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 000000000..9e612858f Binary files /dev/null and b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff differ diff --git a/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff2 b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 000000000..64539b54c Binary files /dev/null and b/searx/static/themes/oscar/fonts/glyphicons-halflings-regular.woff2 differ -- cgit v1.2.3