summary refs log tree commit diff
path: root/docs/client-server/web/files/css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-01 14:11:26 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-01 14:11:26 +0100
commit389ee3624ce1c257fbbff20e620c9da39ea123a0 (patch)
tree60383f67c02287c2cb39663012e116cd66ac4e1c /docs/client-server/web/files/css
parentRenamed json files because: paths. (diff)
downloadsynapse-389ee3624ce1c257fbbff20e620c9da39ea123a0.tar.xz
Added /web folder which contains html/css (based off the default swagger-ui) for viewing the c-s json api.
Diffstat (limited to 'docs/client-server/web/files/css')
-rw-r--r--docs/client-server/web/files/css16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/client-server/web/files/css b/docs/client-server/web/files/css
new file mode 100644
index 0000000000..24bbf3fb48
--- /dev/null
+++ b/docs/client-server/web/files/css
@@ -0,0 +1,16 @@
+/* latin */
+@font-face {
+  font-family: 'Droid Sans';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v5/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
+  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}
+/* latin */
+@font-face {
+  font-family: 'Droid Sans';
+  font-style: normal;
+  font-weight: 700;
+  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v5/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
+  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}