diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 21:10:36 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-12 00:18:25 +0200 |
commit | 774cff3c724c288172dbebf206dcd21d8dfdb011 (patch) | |
tree | 8952af0c109320e4950e3da8e1c517f97a877f7b /docs/client-server/web/files/css | |
parent | move stuff out of implementation-notes - /everything/ here should be implemen... (diff) | |
download | synapse-774cff3c724c288172dbebf206dcd21d8dfdb011.tar.xz |
move swagger impl to matrix-doc
Diffstat (limited to 'docs/client-server/web/files/css')
-rw-r--r-- | docs/client-server/web/files/css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/client-server/web/files/css b/docs/client-server/web/files/css deleted file mode 100644 index 24bbf3fb48..0000000000 --- a/docs/client-server/web/files/css +++ /dev/null @@ -1,16 +0,0 @@ -/* 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; -} |