diff --git a/docs/static/css/extra.css b/docs/static/css/extra.css index b736f175..6ed52612 100644 --- a/docs/static/css/extra.css +++ b/docs/static/css/extra.css @@ -150,111 +150,75 @@ figure video { background-color: #fff; } +/* roboto-300 - latin */ @font-face { - font-display: swap; - font-family: "Roboto"; + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: url("../fonts/roboto-v30-latin-300.eot"); - src: url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), - url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-300italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: italic; font-weight: 300; - src: url("../fonts/roboto-v30-latin-300italic.eot"); - src: url("../fonts/roboto-v30-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300italic.woff") format("woff"), - url("../fonts/roboto-v30-latin-300italic.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300italic.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-regular - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: url("../fonts/roboto-v30-latin-regular.eot"); - src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), - url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: url("../fonts/roboto-v30-latin-italic.eot"); - src: url("../fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-italic.woff") format("woff"), - url("../fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("../fonts/roboto-v30-latin-italic.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-500 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: normal; font-weight: 500; - src: url("../fonts/roboto-v30-latin-500.eot"); - src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), - url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-500italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: italic; font-weight: 500; - src: url("../fonts/roboto-v30-latin-500italic.eot"); - src: url("../fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500italic.woff") format("woff"), - url("../fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-500italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-700 - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: url("../fonts/roboto-v30-latin-700.eot"); - src: url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), - url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto"; + src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } + /* roboto-700italic - latin */ + @font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; font-style: italic; font-weight: 700; - src: url("../fonts/roboto-v30-latin-700italic.eot"); - src: url("../fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700italic.woff") format("woff"), - url("../fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto Mono"; - font-style: normal; - font-weight: 400; - src: url("../fonts/roboto-mono-v22-latin-regular.eot"); - src: url("../fonts/roboto-mono-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v22-latin-regular.woff2") format("woff2"), - url("../fonts/roboto-mono-v22-latin-regular.woff") format("woff"), url("../fonts/roboto-mono-v22-latin-regular.ttf") format("truetype"), url("../fonts/roboto-mono-v22-latin-regular.svg#RobotoMono") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto Mono"; - font-style: italic; - font-weight: 400; - src: url("../fonts/roboto-mono-v22-latin-italic.eot"); - src: url("../fonts/roboto-mono-v22-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v22-latin-italic.woff2") format("woff2"), - url("../fonts/roboto-mono-v22-latin-italic.woff") format("woff"), url("../fonts/roboto-mono-v22-latin-italic.ttf") format("truetype"), url("../fonts/roboto-mono-v22-latin-italic.svg#RobotoMono") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto Mono"; - font-style: normal; - font-weight: 700; - src: url("../fonts/roboto-mono-v22-latin-700.eot"); - src: url("../fonts/roboto-mono-v22-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v22-latin-700.woff2") format("woff2"), url("../fonts/roboto-mono-v22-latin-700.woff") format("woff"), - url("../fonts/roboto-mono-v22-latin-700.ttf") format("truetype"), url("../fonts/roboto-mono-v22-latin-700.svg#RobotoMono") format("svg"); -} -@font-face { - font-display: swap; - font-family: "Roboto Mono"; - font-style: italic; - font-weight: 700; - src: url("../fonts/roboto-mono-v22-latin-700italic.eot"); - src: url("../fonts/roboto-mono-v22-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v22-latin-700italic.woff2") format("woff2"), - url("../fonts/roboto-mono-v22-latin-700italic.woff") format("woff"), url("../fonts/roboto-mono-v22-latin-700italic.ttf") format("truetype"), url("../fonts/roboto-mono-v22-latin-700italic.svg#RobotoMono") format("svg"); -} + src: url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + } diff --git a/docs/static/fonts/roboto-mono-v22-latin-700.eot b/docs/static/fonts/roboto-mono-v22-latin-700.eot deleted file mode 100644 index d6c4aeeb..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-700.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-700.svg b/docs/static/fonts/roboto-mono-v22-latin-700.svg deleted file mode 100644 index 9ff8168e..00000000 --- a/docs/static/fonts/roboto-mono-v22-latin-700.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-mono-v22-latin-700.ttf b/docs/static/fonts/roboto-mono-v22-latin-700.ttf deleted file mode 100644 index 180a7265..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-700.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-700italic.eot b/docs/static/fonts/roboto-mono-v22-latin-700italic.eot deleted file mode 100644 index 47ebdb20..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-700italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-700italic.svg b/docs/static/fonts/roboto-mono-v22-latin-700italic.svg deleted file mode 100644 index e9b794d0..00000000 --- a/docs/static/fonts/roboto-mono-v22-latin-700italic.svg +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-mono-v22-latin-700italic.ttf b/docs/static/fonts/roboto-mono-v22-latin-700italic.ttf deleted file mode 100644 index 7b2f4375..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-700italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-italic.eot b/docs/static/fonts/roboto-mono-v22-latin-italic.eot deleted file mode 100644 index 22507226..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-italic.svg b/docs/static/fonts/roboto-mono-v22-latin-italic.svg deleted file mode 100644 index 304086dd..00000000 --- a/docs/static/fonts/roboto-mono-v22-latin-italic.svg +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-mono-v22-latin-italic.ttf b/docs/static/fonts/roboto-mono-v22-latin-italic.ttf deleted file mode 100644 index 19ea1a7b..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-regular.eot b/docs/static/fonts/roboto-mono-v22-latin-regular.eot deleted file mode 100644 index be82ca55..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-regular.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-mono-v22-latin-regular.svg b/docs/static/fonts/roboto-mono-v22-latin-regular.svg deleted file mode 100644 index 18643286..00000000 --- a/docs/static/fonts/roboto-mono-v22-latin-regular.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-mono-v22-latin-regular.ttf b/docs/static/fonts/roboto-mono-v22-latin-regular.ttf deleted file mode 100644 index de0f4852..00000000 Binary files a/docs/static/fonts/roboto-mono-v22-latin-regular.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-300.eot b/docs/static/fonts/roboto-v30-latin-300.eot deleted file mode 100644 index 052b15c6..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-300.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-300.svg b/docs/static/fonts/roboto-v30-latin-300.svg deleted file mode 100644 index 4ded944a..00000000 --- a/docs/static/fonts/roboto-v30-latin-300.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-300.ttf b/docs/static/fonts/roboto-v30-latin-300.ttf deleted file mode 100644 index 0ddede80..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-300.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-300italic.eot b/docs/static/fonts/roboto-v30-latin-300italic.eot deleted file mode 100644 index bad3b498..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-300italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-300italic.svg b/docs/static/fonts/roboto-v30-latin-300italic.svg deleted file mode 100644 index 758402b6..00000000 --- a/docs/static/fonts/roboto-v30-latin-300italic.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-300italic.ttf b/docs/static/fonts/roboto-v30-latin-300italic.ttf deleted file mode 100644 index a0423bcd..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-300italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-500.eot b/docs/static/fonts/roboto-v30-latin-500.eot deleted file mode 100644 index fec03612..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-500.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-500.svg b/docs/static/fonts/roboto-v30-latin-500.svg deleted file mode 100644 index 67eecf44..00000000 --- a/docs/static/fonts/roboto-v30-latin-500.svg +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-500.ttf b/docs/static/fonts/roboto-v30-latin-500.ttf deleted file mode 100644 index 4f515e2a..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-500.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-500italic.eot b/docs/static/fonts/roboto-v30-latin-500italic.eot deleted file mode 100644 index 8eb31ad4..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-500italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-500italic.svg b/docs/static/fonts/roboto-v30-latin-500italic.svg deleted file mode 100644 index bed50dcf..00000000 --- a/docs/static/fonts/roboto-v30-latin-500italic.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-500italic.ttf b/docs/static/fonts/roboto-v30-latin-500italic.ttf deleted file mode 100644 index 18e0f3c3..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-500italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-700.eot b/docs/static/fonts/roboto-v30-latin-700.eot deleted file mode 100644 index 701f742d..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-700.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-700.svg b/docs/static/fonts/roboto-v30-latin-700.svg deleted file mode 100644 index 11db87dd..00000000 --- a/docs/static/fonts/roboto-v30-latin-700.svg +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-700.ttf b/docs/static/fonts/roboto-v30-latin-700.ttf deleted file mode 100644 index 59830da8..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-700.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-700italic.eot b/docs/static/fonts/roboto-v30-latin-700italic.eot deleted file mode 100644 index eb39518a..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-700italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-700italic.svg b/docs/static/fonts/roboto-v30-latin-700italic.svg deleted file mode 100644 index 050bee0e..00000000 --- a/docs/static/fonts/roboto-v30-latin-700italic.svg +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-700italic.ttf b/docs/static/fonts/roboto-v30-latin-700italic.ttf deleted file mode 100644 index 95521816..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-700italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-italic.eot b/docs/static/fonts/roboto-v30-latin-italic.eot deleted file mode 100644 index ee2f1efd..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-italic.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-italic.svg b/docs/static/fonts/roboto-v30-latin-italic.svg deleted file mode 100644 index 4d597971..00000000 --- a/docs/static/fonts/roboto-v30-latin-italic.svg +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-italic.ttf b/docs/static/fonts/roboto-v30-latin-italic.ttf deleted file mode 100644 index add4a6e2..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-italic.ttf and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-regular.eot b/docs/static/fonts/roboto-v30-latin-regular.eot deleted file mode 100644 index c244b089..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-regular.eot and /dev/null differ diff --git a/docs/static/fonts/roboto-v30-latin-regular.svg b/docs/static/fonts/roboto-v30-latin-regular.svg deleted file mode 100644 index 627f5a36..00000000 --- a/docs/static/fonts/roboto-v30-latin-regular.svg +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/fonts/roboto-v30-latin-regular.ttf b/docs/static/fonts/roboto-v30-latin-regular.ttf deleted file mode 100644 index d0e63254..00000000 Binary files a/docs/static/fonts/roboto-v30-latin-regular.ttf and /dev/null differ