diff --git a/docs/static/css/extra.css b/docs/static/css/extra.css index b736f17..6ed5261 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 d6c4aee..0000000 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 9ff8168..0000000 --- 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 180a726..0000000 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 47ebdb2..0000000 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 e9b794d..0000000 --- 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 7b2f437..0000000 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 2250722..0000000 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 304086d..0000000 --- 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 19ea1a7..0000000 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 be82ca5..0000000 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 1864328..0000000 --- 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 de0f485..0000000 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 052b15c..0000000 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 4ded944..0000000 --- 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 0ddede8..0000000 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 bad3b49..0000000 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 758402b..0000000 --- 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 a0423bc..0000000 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 fec0361..0000000 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 67eecf4..0000000 --- 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 4f515e2..0000000 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 8eb31ad..0000000 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 bed50dc..0000000 --- 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 18e0f3c..0000000 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 701f742..0000000 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 11db87d..0000000 --- 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 59830da..0000000 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 eb39518..0000000 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 050bee0..0000000 --- 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 9552181..0000000 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 ee2f1ef..0000000 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 4d59797..0000000 --- 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 add4a6e..0000000 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 c244b08..0000000 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 627f5a3..0000000 --- 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 d0e6325..0000000 Binary files a/docs/static/fonts/roboto-v30-latin-regular.ttf and /dev/null differ