From 55fa8e61e2c43658de8d4352530c36cdcffc977f Mon Sep 17 00:00:00 2001 From: Billie Thompson Date: Thu, 26 Jan 2017 14:06:40 +0000 Subject: Move the fonts from Google Fonts to local assets Currently we have two problems that are resolved by this change. The first is that we have a dependency on Google Fonts, which means that should it ever go down, or it have issues we would also have issues. This will resolve this by moving the dependencies we load from there to the local server. The second issue is that Google Fonts is currently returning the `local()` css font source. This causes a problem where the users browser fails to fallback to a missing glyph, resulting in many unusual characters displaying the failure glyph. This will resolve this by creating a font-family definition that does not use the `local()` source. I did not update the error pages with local fonts, they still use the remote google fonts api, so they're a self contained page that does not use the asset pipeline. This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12 --- .../fonts/roboto-mono/robotomono-bold-webfont.eot | Bin 0 -> 57167 bytes .../fonts/roboto-mono/robotomono-bold-webfont.svg | 1051 ++++++++++++++++++++ .../fonts/roboto-mono/robotomono-bold-webfont.ttf | Bin 0 -> 113652 bytes .../fonts/roboto-mono/robotomono-bold-webfont.woff | Bin 0 -> 66544 bytes .../roboto-mono/robotomono-bold-webfont.woff2 | Bin 0 -> 51036 bytes .../roboto-mono/robotomono-bolditalic-webfont.eot | Bin 0 -> 63051 bytes .../roboto-mono/robotomono-bolditalic-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-bolditalic-webfont.ttf | Bin 0 -> 121748 bytes .../roboto-mono/robotomono-bolditalic-webfont.woff | Bin 0 -> 73064 bytes .../robotomono-bolditalic-webfont.woff2 | Bin 0 -> 56084 bytes .../roboto-mono/robotomono-italic-webfont.eot | Bin 0 -> 62687 bytes .../roboto-mono/robotomono-italic-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-italic-webfont.ttf | Bin 0 -> 119908 bytes .../roboto-mono/robotomono-italic-webfont.woff | Bin 0 -> 72400 bytes .../roboto-mono/robotomono-italic-webfont.woff2 | Bin 0 -> 55724 bytes .../fonts/roboto-mono/robotomono-light-webfont.eot | Bin 0 -> 59064 bytes .../fonts/roboto-mono/robotomono-light-webfont.svg | 1051 ++++++++++++++++++++ .../fonts/roboto-mono/robotomono-light-webfont.ttf | Bin 0 -> 118136 bytes .../roboto-mono/robotomono-light-webfont.woff | Bin 0 -> 68392 bytes .../roboto-mono/robotomono-light-webfont.woff2 | Bin 0 -> 52676 bytes .../roboto-mono/robotomono-lightitalic-webfont.eot | Bin 0 -> 63787 bytes .../roboto-mono/robotomono-lightitalic-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-lightitalic-webfont.ttf | Bin 0 -> 126700 bytes .../robotomono-lightitalic-webfont.woff | Bin 0 -> 73516 bytes .../robotomono-lightitalic-webfont.woff2 | Bin 0 -> 56736 bytes .../roboto-mono/robotomono-medium-webfont.eot | Bin 0 -> 57391 bytes .../roboto-mono/robotomono-medium-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-medium-webfont.ttf | Bin 0 -> 113580 bytes .../roboto-mono/robotomono-medium-webfont.woff | Bin 0 -> 66440 bytes .../roboto-mono/robotomono-medium-webfont.woff2 | Bin 0 -> 51084 bytes .../robotomono-mediumitalic-webfont.eot | Bin 0 -> 63315 bytes .../robotomono-mediumitalic-webfont.svg | 1051 ++++++++++++++++++++ .../robotomono-mediumitalic-webfont.ttf | Bin 0 -> 122544 bytes .../robotomono-mediumitalic-webfont.woff | Bin 0 -> 73196 bytes .../robotomono-mediumitalic-webfont.woff2 | Bin 0 -> 56328 bytes .../roboto-mono/robotomono-regular-webfont.eot | Bin 0 -> 57291 bytes .../roboto-mono/robotomono-regular-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-regular-webfont.ttf | Bin 0 -> 113716 bytes .../roboto-mono/robotomono-regular-webfont.woff | Bin 0 -> 66384 bytes .../roboto-mono/robotomono-regular-webfont.woff2 | Bin 0 -> 51156 bytes .../fonts/roboto-mono/robotomono-thin-webfont.eot | Bin 0 -> 59719 bytes .../fonts/roboto-mono/robotomono-thin-webfont.svg | 1051 ++++++++++++++++++++ .../fonts/roboto-mono/robotomono-thin-webfont.ttf | Bin 0 -> 117324 bytes .../fonts/roboto-mono/robotomono-thin-webfont.woff | Bin 0 -> 68956 bytes .../roboto-mono/robotomono-thin-webfont.woff2 | Bin 0 -> 53364 bytes .../roboto-mono/robotomono-thinitalic-webfont.eot | Bin 0 -> 62212 bytes .../roboto-mono/robotomono-thinitalic-webfont.svg | 1051 ++++++++++++++++++++ .../roboto-mono/robotomono-thinitalic-webfont.ttf | Bin 0 -> 120632 bytes .../roboto-mono/robotomono-thinitalic-webfont.woff | Bin 0 -> 71960 bytes .../robotomono-thinitalic-webfont.woff2 | Bin 0 -> 55292 bytes 50 files changed, 10510 insertions(+) create mode 100755 app/assets/fonts/roboto-mono/robotomono-bold-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-bold-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-bold-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-italic-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-italic-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-italic-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-light-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-light-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-light-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-light-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-light-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-medium-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-medium-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-medium-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-regular-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-regular-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-regular-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-thin-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-thin-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-thin-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff2 create mode 100755 app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.eot create mode 100755 app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.svg create mode 100755 app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.ttf create mode 100755 app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff create mode 100755 app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff2 (limited to 'app/assets/fonts/roboto-mono') diff --git a/app/assets/fonts/roboto-mono/robotomono-bold-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.eot new file mode 100755 index 000000000..f320adde6 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bold-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.svg new file mode 100755 index 000000000..80745576b --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-bold-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.ttf new file mode 100755 index 000000000..d9a21ba8b Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff new file mode 100755 index 000000000..37147c2ff Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff2 new file mode 100755 index 000000000..c029349a4 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bold-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.eot new file mode 100755 index 000000000..3fffa965b Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.svg new file mode 100755 index 000000000..2e3ed5045 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.ttf new file mode 100755 index 000000000..e14fe1a48 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff new file mode 100755 index 000000000..6bf6b8b73 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff2 new file mode 100755 index 000000000..dddab814b Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-bolditalic-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-italic-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.eot new file mode 100755 index 000000000..2b6b01d06 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-italic-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.svg new file mode 100755 index 000000000..25ef38f00 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-italic-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.ttf new file mode 100755 index 000000000..bb7c757f0 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff new file mode 100755 index 000000000..2d7e44bd3 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff2 new file mode 100755 index 000000000..4db3b7b26 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-italic-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-light-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-light-webfont.eot new file mode 100755 index 000000000..3bded4244 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-light-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-light-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-light-webfont.svg new file mode 100755 index 000000000..57da2b35c --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-light-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-light-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-light-webfont.ttf new file mode 100755 index 000000000..8cc72558e Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-light-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff new file mode 100755 index 000000000..49898c912 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff2 new file mode 100755 index 000000000..d86dd4b64 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-light-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.eot new file mode 100755 index 000000000..538f10760 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.svg new file mode 100755 index 000000000..d382f105f --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.ttf new file mode 100755 index 000000000..3e54c9f47 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff new file mode 100755 index 000000000..14e805b0d Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff2 new file mode 100755 index 000000000..33afd9f32 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-lightitalic-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-medium-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.eot new file mode 100755 index 000000000..e9e87e1b6 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-medium-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.svg new file mode 100755 index 000000000..3d1613cbb --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-medium-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.ttf new file mode 100755 index 000000000..5d663e39f Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff new file mode 100755 index 000000000..f1991290f Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff2 new file mode 100755 index 000000000..ff3e381a0 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-medium-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.eot new file mode 100755 index 000000000..57df4ce3a Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.svg new file mode 100755 index 000000000..2fc51d666 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.ttf new file mode 100755 index 000000000..9e2ed7e20 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff new file mode 100755 index 000000000..1e1d5a943 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff2 new file mode 100755 index 000000000..4720e9f06 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-mediumitalic-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-regular-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.eot new file mode 100755 index 000000000..a4b8d961b Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-regular-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.svg new file mode 100755 index 000000000..8b0e15729 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-regular-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.ttf new file mode 100755 index 000000000..1ab663e40 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff new file mode 100755 index 000000000..1ed8af5d0 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff2 new file mode 100755 index 000000000..1142739f6 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thin-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.eot new file mode 100755 index 000000000..0b01313f9 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thin-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.svg new file mode 100755 index 000000000..bcc4ef257 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-thin-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.ttf new file mode 100755 index 000000000..4a460ac23 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff new file mode 100755 index 000000000..a141a84e3 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff2 new file mode 100755 index 000000000..929109f26 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thin-webfont.woff2 differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.eot b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.eot new file mode 100755 index 000000000..787dfbe63 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.eot differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.svg b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.svg new file mode 100755 index 000000000..87cfa29f6 --- /dev/null +++ b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.ttf b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.ttf new file mode 100755 index 000000000..03194dfb4 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.ttf differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff new file mode 100755 index 000000000..58962c8bd Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff differ diff --git a/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff2 b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff2 new file mode 100755 index 000000000..7aa9cf254 Binary files /dev/null and b/app/assets/fonts/roboto-mono/robotomono-thinitalic-webfont.woff2 differ -- cgit