From 2c0e17cb977a1e8782799b337df8b1583d019906 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 12 Oct 2015 22:36:01 +0200 Subject: bootstraping react --- src/web/static/fonts | 1 + .../static/fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../static/fonts/glyphicons-halflings-regular.svg | 288 --------------------- .../static/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../static/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes 6 files changed, 1 insertion(+), 288 deletions(-) create mode 120000 src/web/static/fonts delete mode 100644 src/web/static/fonts/glyphicons-halflings-regular.eot delete mode 100644 src/web/static/fonts/glyphicons-halflings-regular.svg delete mode 100644 src/web/static/fonts/glyphicons-halflings-regular.ttf delete mode 100644 src/web/static/fonts/glyphicons-halflings-regular.woff delete mode 100644 src/web/static/fonts/glyphicons-halflings-regular.woff2 (limited to 'src/web/static/fonts') diff --git a/src/web/static/fonts b/src/web/static/fonts new file mode 120000 index 00000000..0061ad7b --- /dev/null +++ b/src/web/static/fonts @@ -0,0 +1 @@ +../../../submodules/bootstrap/dist/fonts/ \ No newline at end of file diff --git a/src/web/static/fonts/glyphicons-halflings-regular.eot b/src/web/static/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a4953..00000000 Binary files a/src/web/static/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/src/web/static/fonts/glyphicons-halflings-regular.svg b/src/web/static/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb5490..00000000 --- a/src/web/static/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/web/static/fonts/glyphicons-halflings-regular.ttf b/src/web/static/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc60..00000000 Binary files a/src/web/static/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/src/web/static/fonts/glyphicons-halflings-regular.woff b/src/web/static/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e612858..00000000 Binary files a/src/web/static/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/src/web/static/fonts/glyphicons-halflings-regular.woff2 b/src/web/static/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b54..00000000 Binary files a/src/web/static/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ -- cgit