Просмотр исходного кода

Merge pull request #2520 from overleaf/revert-2488-as-import-pr-708

Revert "[Imported] Vendor web fonts, (#708)"

GitOrigin-RevId: a9276168b880326fda51ba3d172d6cbfbdf74f6a
Alasdair Smith 6 лет назад
Родитель
Сommit
9e36de9da0
48 измененных файлов с 329 добавлено и 2548 удалено
  1. 0 1
      services/web/.gitignore
  2. 3 2
      services/web/app/views/general/500.pug
  3. BIN
      services/web/frontend/fonts/font-awesome-v470.woff
  4. BIN
      services/web/frontend/fonts/font-awesome-v470.woff2
  5. 0 2335
      services/web/frontend/fonts/font-awesome.css
  6. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-300.woff
  7. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-300.woff2
  8. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-700.woff
  9. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-700.woff2
  10. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-regular.woff
  11. BIN
      services/web/frontend/fonts/lato-v16-latin-ext-regular.woff2
  12. 0 24
      services/web/frontend/fonts/lato.css
  13. BIN
      services/web/frontend/fonts/merriweather-v21-latin-700.woff
  14. BIN
      services/web/frontend/fonts/merriweather-v21-latin-700.woff2
  15. BIN
      services/web/frontend/fonts/merriweather-v21-latin-700italic.woff
  16. BIN
      services/web/frontend/fonts/merriweather-v21-latin-700italic.woff2
  17. BIN
      services/web/frontend/fonts/merriweather-v21-latin-italic.woff
  18. BIN
      services/web/frontend/fonts/merriweather-v21-latin-italic.woff2
  19. BIN
      services/web/frontend/fonts/merriweather-v21-latin-regular.woff
  20. BIN
      services/web/frontend/fonts/merriweather-v21-latin-regular.woff2
  21. 0 32
      services/web/frontend/fonts/merriweather.css
  22. BIN
      services/web/frontend/fonts/open-sans-v17-latin-300.woff
  23. BIN
      services/web/frontend/fonts/open-sans-v17-latin-300.woff2
  24. BIN
      services/web/frontend/fonts/open-sans-v17-latin-600.woff
  25. BIN
      services/web/frontend/fonts/open-sans-v17-latin-600.woff2
  26. BIN
      services/web/frontend/fonts/open-sans-v17-latin-700.woff
  27. BIN
      services/web/frontend/fonts/open-sans-v17-latin-700.woff2
  28. BIN
      services/web/frontend/fonts/open-sans-v17-latin-regular.woff
  29. BIN
      services/web/frontend/fonts/open-sans-v17-latin-regular.woff2
  30. 0 32
      services/web/frontend/fonts/open-sans.css
  31. 1 1
      services/web/frontend/stylesheets/_style_includes.less
  32. 4 2
      services/web/frontend/stylesheets/sl-style.less
  33. 4 2
      services/web/frontend/stylesheets/style.less
  34. 0 78
      services/web/package-lock.json
  35. 0 1
      services/web/package.json
  36. BIN
      services/web/public/font/PTSans-webfont.eot
  37. 153 0
      services/web/public/font/PTSans-webfont.svg
  38. BIN
      services/web/public/font/PTSans-webfont.ttf
  39. BIN
      services/web/public/font/PTSans-webfont.woff
  40. BIN
      services/web/public/font/cmunrb.otf
  41. BIN
      services/web/public/font/cmunrm.otf
  42. BIN
      services/web/public/font/cmuntt.otf
  43. BIN
      services/web/public/font/fontawesome-webfont.eot
  44. 163 0
      services/web/public/font/fontawesome-webfont.svg
  45. BIN
      services/web/public/font/fontawesome-webfont.ttf
  46. BIN
      services/web/public/font/fontawesome-webfont.woff
  47. 0 15
      services/web/webpack.config.js
  48. 1 23
      services/web/webpack.config.prod.js

+ 0 - 1
services/web/.gitignore

@@ -47,7 +47,6 @@ public/manifest.json
 public/js
 public/minjs
 public/stylesheets
-public/fonts
 
 Gemfile.lock
 

+ 3 - 2
services/web/app/views/general/500.pug

@@ -3,8 +3,9 @@ html.full-height(itemscope, itemtype='http://schema.org/Product')
 	head
 		title Something went wrong
 		link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
-		link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
-
+		if buildCssPath
+			link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
+		link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")
 	body.full-height
 		.content.content-alt.full-height
 			.container.full-height

BIN
services/web/frontend/fonts/font-awesome-v470.woff


BIN
services/web/frontend/fonts/font-awesome-v470.woff2


+ 0 - 2335
services/web/frontend/fonts/font-awesome.css

@@ -1,2335 +0,0 @@
-/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */
-@font-face {
-  font-family: 'FontAwesome';
-  src: url('font-awesome-v470.woff2') format('woff2'),
-    url('font-awesome-v470.woff') format('woff');
-  font-weight: normal;
-  font-style: normal;
-}
-.fa {
-  display: inline-block;
-  font: normal normal normal 14px/1 FontAwesome;
-  font-size: inherit;
-  text-rendering: auto;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-/* makes the font 33% larger relative to the icon container */
-.fa-lg {
-  font-size: 1.33333333em;
-  line-height: 0.75em;
-  vertical-align: -15%;
-}
-.fa-2x {
-  font-size: 2em;
-}
-.fa-3x {
-  font-size: 3em;
-}
-.fa-4x {
-  font-size: 4em;
-}
-.fa-5x {
-  font-size: 5em;
-}
-.fa-fw {
-  width: 1.28571429em;
-  text-align: center;
-}
-.fa-ul {
-  padding-left: 0;
-  margin-left: 2.14285714em;
-  list-style-type: none;
-}
-.fa-ul > li {
-  position: relative;
-}
-.fa-li {
-  position: absolute;
-  left: -2.14285714em;
-  width: 2.14285714em;
-  top: 0.14285714em;
-  text-align: center;
-}
-.fa-li.fa-lg {
-  left: -1.85714286em;
-}
-.fa-border {
-  padding: 0.2em 0.25em 0.15em;
-  border: solid 0.08em #eeeeee;
-  border-radius: 0.1em;
-}
-.fa-pull-left {
-  float: left;
-}
-.fa-pull-right {
-  float: right;
-}
-.fa.fa-pull-left {
-  margin-right: 0.3em;
-}
-.fa.fa-pull-right {
-  margin-left: 0.3em;
-}
-/* Deprecated as of 4.4.0 */
-.pull-right {
-  float: right;
-}
-.pull-left {
-  float: left;
-}
-.fa.pull-left {
-  margin-right: 0.3em;
-}
-.fa.pull-right {
-  margin-left: 0.3em;
-}
-.fa-spin {
-  -webkit-animation: fa-spin 2s infinite linear;
-  animation: fa-spin 2s infinite linear;
-}
-.fa-pulse {
-  -webkit-animation: fa-spin 1s infinite steps(8);
-  animation: fa-spin 1s infinite steps(8);
-}
-@-webkit-keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-@keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-.fa-rotate-90 {
-  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
-  -webkit-transform: rotate(90deg);
-  -ms-transform: rotate(90deg);
-  transform: rotate(90deg);
-}
-.fa-rotate-180 {
-  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
-  -webkit-transform: rotate(180deg);
-  -ms-transform: rotate(180deg);
-  transform: rotate(180deg);
-}
-.fa-rotate-270 {
-  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
-  -webkit-transform: rotate(270deg);
-  -ms-transform: rotate(270deg);
-  transform: rotate(270deg);
-}
-.fa-flip-horizontal {
-  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
-  -webkit-transform: scale(-1, 1);
-  -ms-transform: scale(-1, 1);
-  transform: scale(-1, 1);
-}
-.fa-flip-vertical {
-  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
-  -webkit-transform: scale(1, -1);
-  -ms-transform: scale(1, -1);
-  transform: scale(1, -1);
-}
-:root .fa-rotate-90,
-:root .fa-rotate-180,
-:root .fa-rotate-270,
-:root .fa-flip-horizontal,
-:root .fa-flip-vertical {
-  filter: none;
-}
-.fa-stack {
-  position: relative;
-  display: inline-block;
-  width: 2em;
-  height: 2em;
-  line-height: 2em;
-  vertical-align: middle;
-}
-.fa-stack-1x,
-.fa-stack-2x {
-  position: absolute;
-  left: 0;
-  width: 100%;
-  text-align: center;
-}
-.fa-stack-1x {
-  line-height: inherit;
-}
-.fa-stack-2x {
-  font-size: 2em;
-}
-.fa-inverse {
-  color: #ffffff;
-}
-/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
-   readers do not read off random characters that represent icons */
-.fa-glass:before {
-  content: '\f000';
-}
-.fa-music:before {
-  content: '\f001';
-}
-.fa-search:before {
-  content: '\f002';
-}
-.fa-envelope-o:before {
-  content: '\f003';
-}
-.fa-heart:before {
-  content: '\f004';
-}
-.fa-star:before {
-  content: '\f005';
-}
-.fa-star-o:before {
-  content: '\f006';
-}
-.fa-user:before {
-  content: '\f007';
-}
-.fa-film:before {
-  content: '\f008';
-}
-.fa-th-large:before {
-  content: '\f009';
-}
-.fa-th:before {
-  content: '\f00a';
-}
-.fa-th-list:before {
-  content: '\f00b';
-}
-.fa-check:before {
-  content: '\f00c';
-}
-.fa-remove:before,
-.fa-close:before,
-.fa-times:before {
-  content: '\f00d';
-}
-.fa-search-plus:before {
-  content: '\f00e';
-}
-.fa-search-minus:before {
-  content: '\f010';
-}
-.fa-power-off:before {
-  content: '\f011';
-}
-.fa-signal:before {
-  content: '\f012';
-}
-.fa-gear:before,
-.fa-cog:before {
-  content: '\f013';
-}
-.fa-trash-o:before {
-  content: '\f014';
-}
-.fa-home:before {
-  content: '\f015';
-}
-.fa-file-o:before {
-  content: '\f016';
-}
-.fa-clock-o:before {
-  content: '\f017';
-}
-.fa-road:before {
-  content: '\f018';
-}
-.fa-download:before {
-  content: '\f019';
-}
-.fa-arrow-circle-o-down:before {
-  content: '\f01a';
-}
-.fa-arrow-circle-o-up:before {
-  content: '\f01b';
-}
-.fa-inbox:before {
-  content: '\f01c';
-}
-.fa-play-circle-o:before {
-  content: '\f01d';
-}
-.fa-rotate-right:before,
-.fa-repeat:before {
-  content: '\f01e';
-}
-.fa-refresh:before {
-  content: '\f021';
-}
-.fa-list-alt:before {
-  content: '\f022';
-}
-.fa-lock:before {
-  content: '\f023';
-}
-.fa-flag:before {
-  content: '\f024';
-}
-.fa-headphones:before {
-  content: '\f025';
-}
-.fa-volume-off:before {
-  content: '\f026';
-}
-.fa-volume-down:before {
-  content: '\f027';
-}
-.fa-volume-up:before {
-  content: '\f028';
-}
-.fa-qrcode:before {
-  content: '\f029';
-}
-.fa-barcode:before {
-  content: '\f02a';
-}
-.fa-tag:before {
-  content: '\f02b';
-}
-.fa-tags:before {
-  content: '\f02c';
-}
-.fa-book:before {
-  content: '\f02d';
-}
-.fa-bookmark:before {
-  content: '\f02e';
-}
-.fa-print:before {
-  content: '\f02f';
-}
-.fa-camera:before {
-  content: '\f030';
-}
-.fa-font:before {
-  content: '\f031';
-}
-.fa-bold:before {
-  content: '\f032';
-}
-.fa-italic:before {
-  content: '\f033';
-}
-.fa-text-height:before {
-  content: '\f034';
-}
-.fa-text-width:before {
-  content: '\f035';
-}
-.fa-align-left:before {
-  content: '\f036';
-}
-.fa-align-center:before {
-  content: '\f037';
-}
-.fa-align-right:before {
-  content: '\f038';
-}
-.fa-align-justify:before {
-  content: '\f039';
-}
-.fa-list:before {
-  content: '\f03a';
-}
-.fa-dedent:before,
-.fa-outdent:before {
-  content: '\f03b';
-}
-.fa-indent:before {
-  content: '\f03c';
-}
-.fa-video-camera:before {
-  content: '\f03d';
-}
-.fa-photo:before,
-.fa-image:before,
-.fa-picture-o:before {
-  content: '\f03e';
-}
-.fa-pencil:before {
-  content: '\f040';
-}
-.fa-map-marker:before {
-  content: '\f041';
-}
-.fa-adjust:before {
-  content: '\f042';
-}
-.fa-tint:before {
-  content: '\f043';
-}
-.fa-edit:before,
-.fa-pencil-square-o:before {
-  content: '\f044';
-}
-.fa-share-square-o:before {
-  content: '\f045';
-}
-.fa-check-square-o:before {
-  content: '\f046';
-}
-.fa-arrows:before {
-  content: '\f047';
-}
-.fa-step-backward:before {
-  content: '\f048';
-}
-.fa-fast-backward:before {
-  content: '\f049';
-}
-.fa-backward:before {
-  content: '\f04a';
-}
-.fa-play:before {
-  content: '\f04b';
-}
-.fa-pause:before {
-  content: '\f04c';
-}
-.fa-stop:before {
-  content: '\f04d';
-}
-.fa-forward:before {
-  content: '\f04e';
-}
-.fa-fast-forward:before {
-  content: '\f050';
-}
-.fa-step-forward:before {
-  content: '\f051';
-}
-.fa-eject:before {
-  content: '\f052';
-}
-.fa-chevron-left:before {
-  content: '\f053';
-}
-.fa-chevron-right:before {
-  content: '\f054';
-}
-.fa-plus-circle:before {
-  content: '\f055';
-}
-.fa-minus-circle:before {
-  content: '\f056';
-}
-.fa-times-circle:before {
-  content: '\f057';
-}
-.fa-check-circle:before {
-  content: '\f058';
-}
-.fa-question-circle:before {
-  content: '\f059';
-}
-.fa-info-circle:before {
-  content: '\f05a';
-}
-.fa-crosshairs:before {
-  content: '\f05b';
-}
-.fa-times-circle-o:before {
-  content: '\f05c';
-}
-.fa-check-circle-o:before {
-  content: '\f05d';
-}
-.fa-ban:before {
-  content: '\f05e';
-}
-.fa-arrow-left:before {
-  content: '\f060';
-}
-.fa-arrow-right:before {
-  content: '\f061';
-}
-.fa-arrow-up:before {
-  content: '\f062';
-}
-.fa-arrow-down:before {
-  content: '\f063';
-}
-.fa-mail-forward:before,
-.fa-share:before {
-  content: '\f064';
-}
-.fa-expand:before {
-  content: '\f065';
-}
-.fa-compress:before {
-  content: '\f066';
-}
-.fa-plus:before {
-  content: '\f067';
-}
-.fa-minus:before {
-  content: '\f068';
-}
-.fa-asterisk:before {
-  content: '\f069';
-}
-.fa-exclamation-circle:before {
-  content: '\f06a';
-}
-.fa-gift:before {
-  content: '\f06b';
-}
-.fa-leaf:before {
-  content: '\f06c';
-}
-.fa-fire:before {
-  content: '\f06d';
-}
-.fa-eye:before {
-  content: '\f06e';
-}
-.fa-eye-slash:before {
-  content: '\f070';
-}
-.fa-warning:before,
-.fa-exclamation-triangle:before {
-  content: '\f071';
-}
-.fa-plane:before {
-  content: '\f072';
-}
-.fa-calendar:before {
-  content: '\f073';
-}
-.fa-random:before {
-  content: '\f074';
-}
-.fa-comment:before {
-  content: '\f075';
-}
-.fa-magnet:before {
-  content: '\f076';
-}
-.fa-chevron-up:before {
-  content: '\f077';
-}
-.fa-chevron-down:before {
-  content: '\f078';
-}
-.fa-retweet:before {
-  content: '\f079';
-}
-.fa-shopping-cart:before {
-  content: '\f07a';
-}
-.fa-folder:before {
-  content: '\f07b';
-}
-.fa-folder-open:before {
-  content: '\f07c';
-}
-.fa-arrows-v:before {
-  content: '\f07d';
-}
-.fa-arrows-h:before {
-  content: '\f07e';
-}
-.fa-bar-chart-o:before,
-.fa-bar-chart:before {
-  content: '\f080';
-}
-.fa-twitter-square:before {
-  content: '\f081';
-}
-.fa-facebook-square:before {
-  content: '\f082';
-}
-.fa-camera-retro:before {
-  content: '\f083';
-}
-.fa-key:before {
-  content: '\f084';
-}
-.fa-gears:before,
-.fa-cogs:before {
-  content: '\f085';
-}
-.fa-comments:before {
-  content: '\f086';
-}
-.fa-thumbs-o-up:before {
-  content: '\f087';
-}
-.fa-thumbs-o-down:before {
-  content: '\f088';
-}
-.fa-star-half:before {
-  content: '\f089';
-}
-.fa-heart-o:before {
-  content: '\f08a';
-}
-.fa-sign-out:before {
-  content: '\f08b';
-}
-.fa-linkedin-square:before {
-  content: '\f08c';
-}
-.fa-thumb-tack:before {
-  content: '\f08d';
-}
-.fa-external-link:before {
-  content: '\f08e';
-}
-.fa-sign-in:before {
-  content: '\f090';
-}
-.fa-trophy:before {
-  content: '\f091';
-}
-.fa-github-square:before {
-  content: '\f092';
-}
-.fa-upload:before {
-  content: '\f093';
-}
-.fa-lemon-o:before {
-  content: '\f094';
-}
-.fa-phone:before {
-  content: '\f095';
-}
-.fa-square-o:before {
-  content: '\f096';
-}
-.fa-bookmark-o:before {
-  content: '\f097';
-}
-.fa-phone-square:before {
-  content: '\f098';
-}
-.fa-twitter:before {
-  content: '\f099';
-}
-.fa-facebook-f:before,
-.fa-facebook:before {
-  content: '\f09a';
-}
-.fa-github:before {
-  content: '\f09b';
-}
-.fa-unlock:before {
-  content: '\f09c';
-}
-.fa-credit-card:before {
-  content: '\f09d';
-}
-.fa-feed:before,
-.fa-rss:before {
-  content: '\f09e';
-}
-.fa-hdd-o:before {
-  content: '\f0a0';
-}
-.fa-bullhorn:before {
-  content: '\f0a1';
-}
-.fa-bell:before {
-  content: '\f0f3';
-}
-.fa-certificate:before {
-  content: '\f0a3';
-}
-.fa-hand-o-right:before {
-  content: '\f0a4';
-}
-.fa-hand-o-left:before {
-  content: '\f0a5';
-}
-.fa-hand-o-up:before {
-  content: '\f0a6';
-}
-.fa-hand-o-down:before {
-  content: '\f0a7';
-}
-.fa-arrow-circle-left:before {
-  content: '\f0a8';
-}
-.fa-arrow-circle-right:before {
-  content: '\f0a9';
-}
-.fa-arrow-circle-up:before {
-  content: '\f0aa';
-}
-.fa-arrow-circle-down:before {
-  content: '\f0ab';
-}
-.fa-globe:before {
-  content: '\f0ac';
-}
-.fa-wrench:before {
-  content: '\f0ad';
-}
-.fa-tasks:before {
-  content: '\f0ae';
-}
-.fa-filter:before {
-  content: '\f0b0';
-}
-.fa-briefcase:before {
-  content: '\f0b1';
-}
-.fa-arrows-alt:before {
-  content: '\f0b2';
-}
-.fa-group:before,
-.fa-users:before {
-  content: '\f0c0';
-}
-.fa-chain:before,
-.fa-link:before {
-  content: '\f0c1';
-}
-.fa-cloud:before {
-  content: '\f0c2';
-}
-.fa-flask:before {
-  content: '\f0c3';
-}
-.fa-cut:before,
-.fa-scissors:before {
-  content: '\f0c4';
-}
-.fa-copy:before,
-.fa-files-o:before {
-  content: '\f0c5';
-}
-.fa-paperclip:before {
-  content: '\f0c6';
-}
-.fa-save:before,
-.fa-floppy-o:before {
-  content: '\f0c7';
-}
-.fa-square:before {
-  content: '\f0c8';
-}
-.fa-navicon:before,
-.fa-reorder:before,
-.fa-bars:before {
-  content: '\f0c9';
-}
-.fa-list-ul:before {
-  content: '\f0ca';
-}
-.fa-list-ol:before {
-  content: '\f0cb';
-}
-.fa-strikethrough:before {
-  content: '\f0cc';
-}
-.fa-underline:before {
-  content: '\f0cd';
-}
-.fa-table:before {
-  content: '\f0ce';
-}
-.fa-magic:before {
-  content: '\f0d0';
-}
-.fa-truck:before {
-  content: '\f0d1';
-}
-.fa-pinterest:before {
-  content: '\f0d2';
-}
-.fa-pinterest-square:before {
-  content: '\f0d3';
-}
-.fa-google-plus-square:before {
-  content: '\f0d4';
-}
-.fa-google-plus:before {
-  content: '\f0d5';
-}
-.fa-money:before {
-  content: '\f0d6';
-}
-.fa-caret-down:before {
-  content: '\f0d7';
-}
-.fa-caret-up:before {
-  content: '\f0d8';
-}
-.fa-caret-left:before {
-  content: '\f0d9';
-}
-.fa-caret-right:before {
-  content: '\f0da';
-}
-.fa-columns:before {
-  content: '\f0db';
-}
-.fa-unsorted:before,
-.fa-sort:before {
-  content: '\f0dc';
-}
-.fa-sort-down:before,
-.fa-sort-desc:before {
-  content: '\f0dd';
-}
-.fa-sort-up:before,
-.fa-sort-asc:before {
-  content: '\f0de';
-}
-.fa-envelope:before {
-  content: '\f0e0';
-}
-.fa-linkedin:before {
-  content: '\f0e1';
-}
-.fa-rotate-left:before,
-.fa-undo:before {
-  content: '\f0e2';
-}
-.fa-legal:before,
-.fa-gavel:before {
-  content: '\f0e3';
-}
-.fa-dashboard:before,
-.fa-tachometer:before {
-  content: '\f0e4';
-}
-.fa-comment-o:before {
-  content: '\f0e5';
-}
-.fa-comments-o:before {
-  content: '\f0e6';
-}
-.fa-flash:before,
-.fa-bolt:before {
-  content: '\f0e7';
-}
-.fa-sitemap:before {
-  content: '\f0e8';
-}
-.fa-umbrella:before {
-  content: '\f0e9';
-}
-.fa-paste:before,
-.fa-clipboard:before {
-  content: '\f0ea';
-}
-.fa-lightbulb-o:before {
-  content: '\f0eb';
-}
-.fa-exchange:before {
-  content: '\f0ec';
-}
-.fa-cloud-download:before {
-  content: '\f0ed';
-}
-.fa-cloud-upload:before {
-  content: '\f0ee';
-}
-.fa-user-md:before {
-  content: '\f0f0';
-}
-.fa-stethoscope:before {
-  content: '\f0f1';
-}
-.fa-suitcase:before {
-  content: '\f0f2';
-}
-.fa-bell-o:before {
-  content: '\f0a2';
-}
-.fa-coffee:before {
-  content: '\f0f4';
-}
-.fa-cutlery:before {
-  content: '\f0f5';
-}
-.fa-file-text-o:before {
-  content: '\f0f6';
-}
-.fa-building-o:before {
-  content: '\f0f7';
-}
-.fa-hospital-o:before {
-  content: '\f0f8';
-}
-.fa-ambulance:before {
-  content: '\f0f9';
-}
-.fa-medkit:before {
-  content: '\f0fa';
-}
-.fa-fighter-jet:before {
-  content: '\f0fb';
-}
-.fa-beer:before {
-  content: '\f0fc';
-}
-.fa-h-square:before {
-  content: '\f0fd';
-}
-.fa-plus-square:before {
-  content: '\f0fe';
-}
-.fa-angle-double-left:before {
-  content: '\f100';
-}
-.fa-angle-double-right:before {
-  content: '\f101';
-}
-.fa-angle-double-up:before {
-  content: '\f102';
-}
-.fa-angle-double-down:before {
-  content: '\f103';
-}
-.fa-angle-left:before {
-  content: '\f104';
-}
-.fa-angle-right:before {
-  content: '\f105';
-}
-.fa-angle-up:before {
-  content: '\f106';
-}
-.fa-angle-down:before {
-  content: '\f107';
-}
-.fa-desktop:before {
-  content: '\f108';
-}
-.fa-laptop:before {
-  content: '\f109';
-}
-.fa-tablet:before {
-  content: '\f10a';
-}
-.fa-mobile-phone:before,
-.fa-mobile:before {
-  content: '\f10b';
-}
-.fa-circle-o:before {
-  content: '\f10c';
-}
-.fa-quote-left:before {
-  content: '\f10d';
-}
-.fa-quote-right:before {
-  content: '\f10e';
-}
-.fa-spinner:before {
-  content: '\f110';
-}
-.fa-circle:before {
-  content: '\f111';
-}
-.fa-mail-reply:before,
-.fa-reply:before {
-  content: '\f112';
-}
-.fa-github-alt:before {
-  content: '\f113';
-}
-.fa-folder-o:before {
-  content: '\f114';
-}
-.fa-folder-open-o:before {
-  content: '\f115';
-}
-.fa-smile-o:before {
-  content: '\f118';
-}
-.fa-frown-o:before {
-  content: '\f119';
-}
-.fa-meh-o:before {
-  content: '\f11a';
-}
-.fa-gamepad:before {
-  content: '\f11b';
-}
-.fa-keyboard-o:before {
-  content: '\f11c';
-}
-.fa-flag-o:before {
-  content: '\f11d';
-}
-.fa-flag-checkered:before {
-  content: '\f11e';
-}
-.fa-terminal:before {
-  content: '\f120';
-}
-.fa-code:before {
-  content: '\f121';
-}
-.fa-mail-reply-all:before,
-.fa-reply-all:before {
-  content: '\f122';
-}
-.fa-star-half-empty:before,
-.fa-star-half-full:before,
-.fa-star-half-o:before {
-  content: '\f123';
-}
-.fa-location-arrow:before {
-  content: '\f124';
-}
-.fa-crop:before {
-  content: '\f125';
-}
-.fa-code-fork:before {
-  content: '\f126';
-}
-.fa-unlink:before,
-.fa-chain-broken:before {
-  content: '\f127';
-}
-.fa-question:before {
-  content: '\f128';
-}
-.fa-info:before {
-  content: '\f129';
-}
-.fa-exclamation:before {
-  content: '\f12a';
-}
-.fa-superscript:before {
-  content: '\f12b';
-}
-.fa-subscript:before {
-  content: '\f12c';
-}
-.fa-eraser:before {
-  content: '\f12d';
-}
-.fa-puzzle-piece:before {
-  content: '\f12e';
-}
-.fa-microphone:before {
-  content: '\f130';
-}
-.fa-microphone-slash:before {
-  content: '\f131';
-}
-.fa-shield:before {
-  content: '\f132';
-}
-.fa-calendar-o:before {
-  content: '\f133';
-}
-.fa-fire-extinguisher:before {
-  content: '\f134';
-}
-.fa-rocket:before {
-  content: '\f135';
-}
-.fa-maxcdn:before {
-  content: '\f136';
-}
-.fa-chevron-circle-left:before {
-  content: '\f137';
-}
-.fa-chevron-circle-right:before {
-  content: '\f138';
-}
-.fa-chevron-circle-up:before {
-  content: '\f139';
-}
-.fa-chevron-circle-down:before {
-  content: '\f13a';
-}
-.fa-html5:before {
-  content: '\f13b';
-}
-.fa-css3:before {
-  content: '\f13c';
-}
-.fa-anchor:before {
-  content: '\f13d';
-}
-.fa-unlock-alt:before {
-  content: '\f13e';
-}
-.fa-bullseye:before {
-  content: '\f140';
-}
-.fa-ellipsis-h:before {
-  content: '\f141';
-}
-.fa-ellipsis-v:before {
-  content: '\f142';
-}
-.fa-rss-square:before {
-  content: '\f143';
-}
-.fa-play-circle:before {
-  content: '\f144';
-}
-.fa-ticket:before {
-  content: '\f145';
-}
-.fa-minus-square:before {
-  content: '\f146';
-}
-.fa-minus-square-o:before {
-  content: '\f147';
-}
-.fa-level-up:before {
-  content: '\f148';
-}
-.fa-level-down:before {
-  content: '\f149';
-}
-.fa-check-square:before {
-  content: '\f14a';
-}
-.fa-pencil-square:before {
-  content: '\f14b';
-}
-.fa-external-link-square:before {
-  content: '\f14c';
-}
-.fa-share-square:before {
-  content: '\f14d';
-}
-.fa-compass:before {
-  content: '\f14e';
-}
-.fa-toggle-down:before,
-.fa-caret-square-o-down:before {
-  content: '\f150';
-}
-.fa-toggle-up:before,
-.fa-caret-square-o-up:before {
-  content: '\f151';
-}
-.fa-toggle-right:before,
-.fa-caret-square-o-right:before {
-  content: '\f152';
-}
-.fa-euro:before,
-.fa-eur:before {
-  content: '\f153';
-}
-.fa-gbp:before {
-  content: '\f154';
-}
-.fa-dollar:before,
-.fa-usd:before {
-  content: '\f155';
-}
-.fa-rupee:before,
-.fa-inr:before {
-  content: '\f156';
-}
-.fa-cny:before,
-.fa-rmb:before,
-.fa-yen:before,
-.fa-jpy:before {
-  content: '\f157';
-}
-.fa-ruble:before,
-.fa-rouble:before,
-.fa-rub:before {
-  content: '\f158';
-}
-.fa-won:before,
-.fa-krw:before {
-  content: '\f159';
-}
-.fa-bitcoin:before,
-.fa-btc:before {
-  content: '\f15a';
-}
-.fa-file:before {
-  content: '\f15b';
-}
-.fa-file-text:before {
-  content: '\f15c';
-}
-.fa-sort-alpha-asc:before {
-  content: '\f15d';
-}
-.fa-sort-alpha-desc:before {
-  content: '\f15e';
-}
-.fa-sort-amount-asc:before {
-  content: '\f160';
-}
-.fa-sort-amount-desc:before {
-  content: '\f161';
-}
-.fa-sort-numeric-asc:before {
-  content: '\f162';
-}
-.fa-sort-numeric-desc:before {
-  content: '\f163';
-}
-.fa-thumbs-up:before {
-  content: '\f164';
-}
-.fa-thumbs-down:before {
-  content: '\f165';
-}
-.fa-youtube-square:before {
-  content: '\f166';
-}
-.fa-youtube:before {
-  content: '\f167';
-}
-.fa-xing:before {
-  content: '\f168';
-}
-.fa-xing-square:before {
-  content: '\f169';
-}
-.fa-youtube-play:before {
-  content: '\f16a';
-}
-.fa-dropbox:before {
-  content: '\f16b';
-}
-.fa-stack-overflow:before {
-  content: '\f16c';
-}
-.fa-instagram:before {
-  content: '\f16d';
-}
-.fa-flickr:before {
-  content: '\f16e';
-}
-.fa-adn:before {
-  content: '\f170';
-}
-.fa-bitbucket:before {
-  content: '\f171';
-}
-.fa-bitbucket-square:before {
-  content: '\f172';
-}
-.fa-tumblr:before {
-  content: '\f173';
-}
-.fa-tumblr-square:before {
-  content: '\f174';
-}
-.fa-long-arrow-down:before {
-  content: '\f175';
-}
-.fa-long-arrow-up:before {
-  content: '\f176';
-}
-.fa-long-arrow-left:before {
-  content: '\f177';
-}
-.fa-long-arrow-right:before {
-  content: '\f178';
-}
-.fa-apple:before {
-  content: '\f179';
-}
-.fa-windows:before {
-  content: '\f17a';
-}
-.fa-android:before {
-  content: '\f17b';
-}
-.fa-linux:before {
-  content: '\f17c';
-}
-.fa-dribbble:before {
-  content: '\f17d';
-}
-.fa-skype:before {
-  content: '\f17e';
-}
-.fa-foursquare:before {
-  content: '\f180';
-}
-.fa-trello:before {
-  content: '\f181';
-}
-.fa-female:before {
-  content: '\f182';
-}
-.fa-male:before {
-  content: '\f183';
-}
-.fa-gittip:before,
-.fa-gratipay:before {
-  content: '\f184';
-}
-.fa-sun-o:before {
-  content: '\f185';
-}
-.fa-moon-o:before {
-  content: '\f186';
-}
-.fa-archive:before {
-  content: '\f187';
-}
-.fa-bug:before {
-  content: '\f188';
-}
-.fa-vk:before {
-  content: '\f189';
-}
-.fa-weibo:before {
-  content: '\f18a';
-}
-.fa-renren:before {
-  content: '\f18b';
-}
-.fa-pagelines:before {
-  content: '\f18c';
-}
-.fa-stack-exchange:before {
-  content: '\f18d';
-}
-.fa-arrow-circle-o-right:before {
-  content: '\f18e';
-}
-.fa-arrow-circle-o-left:before {
-  content: '\f190';
-}
-.fa-toggle-left:before,
-.fa-caret-square-o-left:before {
-  content: '\f191';
-}
-.fa-dot-circle-o:before {
-  content: '\f192';
-}
-.fa-wheelchair:before {
-  content: '\f193';
-}
-.fa-vimeo-square:before {
-  content: '\f194';
-}
-.fa-turkish-lira:before,
-.fa-try:before {
-  content: '\f195';
-}
-.fa-plus-square-o:before {
-  content: '\f196';
-}
-.fa-space-shuttle:before {
-  content: '\f197';
-}
-.fa-slack:before {
-  content: '\f198';
-}
-.fa-envelope-square:before {
-  content: '\f199';
-}
-.fa-wordpress:before {
-  content: '\f19a';
-}
-.fa-openid:before {
-  content: '\f19b';
-}
-.fa-institution:before,
-.fa-bank:before,
-.fa-university:before {
-  content: '\f19c';
-}
-.fa-mortar-board:before,
-.fa-graduation-cap:before {
-  content: '\f19d';
-}
-.fa-yahoo:before {
-  content: '\f19e';
-}
-.fa-google:before {
-  content: '\f1a0';
-}
-.fa-reddit:before {
-  content: '\f1a1';
-}
-.fa-reddit-square:before {
-  content: '\f1a2';
-}
-.fa-stumbleupon-circle:before {
-  content: '\f1a3';
-}
-.fa-stumbleupon:before {
-  content: '\f1a4';
-}
-.fa-delicious:before {
-  content: '\f1a5';
-}
-.fa-digg:before {
-  content: '\f1a6';
-}
-.fa-pied-piper-pp:before {
-  content: '\f1a7';
-}
-.fa-pied-piper-alt:before {
-  content: '\f1a8';
-}
-.fa-drupal:before {
-  content: '\f1a9';
-}
-.fa-joomla:before {
-  content: '\f1aa';
-}
-.fa-language:before {
-  content: '\f1ab';
-}
-.fa-fax:before {
-  content: '\f1ac';
-}
-.fa-building:before {
-  content: '\f1ad';
-}
-.fa-child:before {
-  content: '\f1ae';
-}
-.fa-paw:before {
-  content: '\f1b0';
-}
-.fa-spoon:before {
-  content: '\f1b1';
-}
-.fa-cube:before {
-  content: '\f1b2';
-}
-.fa-cubes:before {
-  content: '\f1b3';
-}
-.fa-behance:before {
-  content: '\f1b4';
-}
-.fa-behance-square:before {
-  content: '\f1b5';
-}
-.fa-steam:before {
-  content: '\f1b6';
-}
-.fa-steam-square:before {
-  content: '\f1b7';
-}
-.fa-recycle:before {
-  content: '\f1b8';
-}
-.fa-automobile:before,
-.fa-car:before {
-  content: '\f1b9';
-}
-.fa-cab:before,
-.fa-taxi:before {
-  content: '\f1ba';
-}
-.fa-tree:before {
-  content: '\f1bb';
-}
-.fa-spotify:before {
-  content: '\f1bc';
-}
-.fa-deviantart:before {
-  content: '\f1bd';
-}
-.fa-soundcloud:before {
-  content: '\f1be';
-}
-.fa-database:before {
-  content: '\f1c0';
-}
-.fa-file-pdf-o:before {
-  content: '\f1c1';
-}
-.fa-file-word-o:before {
-  content: '\f1c2';
-}
-.fa-file-excel-o:before {
-  content: '\f1c3';
-}
-.fa-file-powerpoint-o:before {
-  content: '\f1c4';
-}
-.fa-file-photo-o:before,
-.fa-file-picture-o:before,
-.fa-file-image-o:before {
-  content: '\f1c5';
-}
-.fa-file-zip-o:before,
-.fa-file-archive-o:before {
-  content: '\f1c6';
-}
-.fa-file-sound-o:before,
-.fa-file-audio-o:before {
-  content: '\f1c7';
-}
-.fa-file-movie-o:before,
-.fa-file-video-o:before {
-  content: '\f1c8';
-}
-.fa-file-code-o:before {
-  content: '\f1c9';
-}
-.fa-vine:before {
-  content: '\f1ca';
-}
-.fa-codepen:before {
-  content: '\f1cb';
-}
-.fa-jsfiddle:before {
-  content: '\f1cc';
-}
-.fa-life-bouy:before,
-.fa-life-buoy:before,
-.fa-life-saver:before,
-.fa-support:before,
-.fa-life-ring:before {
-  content: '\f1cd';
-}
-.fa-circle-o-notch:before {
-  content: '\f1ce';
-}
-.fa-ra:before,
-.fa-resistance:before,
-.fa-rebel:before {
-  content: '\f1d0';
-}
-.fa-ge:before,
-.fa-empire:before {
-  content: '\f1d1';
-}
-.fa-git-square:before {
-  content: '\f1d2';
-}
-.fa-git:before {
-  content: '\f1d3';
-}
-.fa-y-combinator-square:before,
-.fa-yc-square:before,
-.fa-hacker-news:before {
-  content: '\f1d4';
-}
-.fa-tencent-weibo:before {
-  content: '\f1d5';
-}
-.fa-qq:before {
-  content: '\f1d6';
-}
-.fa-wechat:before,
-.fa-weixin:before {
-  content: '\f1d7';
-}
-.fa-send:before,
-.fa-paper-plane:before {
-  content: '\f1d8';
-}
-.fa-send-o:before,
-.fa-paper-plane-o:before {
-  content: '\f1d9';
-}
-.fa-history:before {
-  content: '\f1da';
-}
-.fa-circle-thin:before {
-  content: '\f1db';
-}
-.fa-header:before {
-  content: '\f1dc';
-}
-.fa-paragraph:before {
-  content: '\f1dd';
-}
-.fa-sliders:before {
-  content: '\f1de';
-}
-.fa-share-alt:before {
-  content: '\f1e0';
-}
-.fa-share-alt-square:before {
-  content: '\f1e1';
-}
-.fa-bomb:before {
-  content: '\f1e2';
-}
-.fa-soccer-ball-o:before,
-.fa-futbol-o:before {
-  content: '\f1e3';
-}
-.fa-tty:before {
-  content: '\f1e4';
-}
-.fa-binoculars:before {
-  content: '\f1e5';
-}
-.fa-plug:before {
-  content: '\f1e6';
-}
-.fa-slideshare:before {
-  content: '\f1e7';
-}
-.fa-twitch:before {
-  content: '\f1e8';
-}
-.fa-yelp:before {
-  content: '\f1e9';
-}
-.fa-newspaper-o:before {
-  content: '\f1ea';
-}
-.fa-wifi:before {
-  content: '\f1eb';
-}
-.fa-calculator:before {
-  content: '\f1ec';
-}
-.fa-paypal:before {
-  content: '\f1ed';
-}
-.fa-google-wallet:before {
-  content: '\f1ee';
-}
-.fa-cc-visa:before {
-  content: '\f1f0';
-}
-.fa-cc-mastercard:before {
-  content: '\f1f1';
-}
-.fa-cc-discover:before {
-  content: '\f1f2';
-}
-.fa-cc-amex:before {
-  content: '\f1f3';
-}
-.fa-cc-paypal:before {
-  content: '\f1f4';
-}
-.fa-cc-stripe:before {
-  content: '\f1f5';
-}
-.fa-bell-slash:before {
-  content: '\f1f6';
-}
-.fa-bell-slash-o:before {
-  content: '\f1f7';
-}
-.fa-trash:before {
-  content: '\f1f8';
-}
-.fa-copyright:before {
-  content: '\f1f9';
-}
-.fa-at:before {
-  content: '\f1fa';
-}
-.fa-eyedropper:before {
-  content: '\f1fb';
-}
-.fa-paint-brush:before {
-  content: '\f1fc';
-}
-.fa-birthday-cake:before {
-  content: '\f1fd';
-}
-.fa-area-chart:before {
-  content: '\f1fe';
-}
-.fa-pie-chart:before {
-  content: '\f200';
-}
-.fa-line-chart:before {
-  content: '\f201';
-}
-.fa-lastfm:before {
-  content: '\f202';
-}
-.fa-lastfm-square:before {
-  content: '\f203';
-}
-.fa-toggle-off:before {
-  content: '\f204';
-}
-.fa-toggle-on:before {
-  content: '\f205';
-}
-.fa-bicycle:before {
-  content: '\f206';
-}
-.fa-bus:before {
-  content: '\f207';
-}
-.fa-ioxhost:before {
-  content: '\f208';
-}
-.fa-angellist:before {
-  content: '\f209';
-}
-.fa-cc:before {
-  content: '\f20a';
-}
-.fa-shekel:before,
-.fa-sheqel:before,
-.fa-ils:before {
-  content: '\f20b';
-}
-.fa-meanpath:before {
-  content: '\f20c';
-}
-.fa-buysellads:before {
-  content: '\f20d';
-}
-.fa-connectdevelop:before {
-  content: '\f20e';
-}
-.fa-dashcube:before {
-  content: '\f210';
-}
-.fa-forumbee:before {
-  content: '\f211';
-}
-.fa-leanpub:before {
-  content: '\f212';
-}
-.fa-sellsy:before {
-  content: '\f213';
-}
-.fa-shirtsinbulk:before {
-  content: '\f214';
-}
-.fa-simplybuilt:before {
-  content: '\f215';
-}
-.fa-skyatlas:before {
-  content: '\f216';
-}
-.fa-cart-plus:before {
-  content: '\f217';
-}
-.fa-cart-arrow-down:before {
-  content: '\f218';
-}
-.fa-diamond:before {
-  content: '\f219';
-}
-.fa-ship:before {
-  content: '\f21a';
-}
-.fa-user-secret:before {
-  content: '\f21b';
-}
-.fa-motorcycle:before {
-  content: '\f21c';
-}
-.fa-street-view:before {
-  content: '\f21d';
-}
-.fa-heartbeat:before {
-  content: '\f21e';
-}
-.fa-venus:before {
-  content: '\f221';
-}
-.fa-mars:before {
-  content: '\f222';
-}
-.fa-mercury:before {
-  content: '\f223';
-}
-.fa-intersex:before,
-.fa-transgender:before {
-  content: '\f224';
-}
-.fa-transgender-alt:before {
-  content: '\f225';
-}
-.fa-venus-double:before {
-  content: '\f226';
-}
-.fa-mars-double:before {
-  content: '\f227';
-}
-.fa-venus-mars:before {
-  content: '\f228';
-}
-.fa-mars-stroke:before {
-  content: '\f229';
-}
-.fa-mars-stroke-v:before {
-  content: '\f22a';
-}
-.fa-mars-stroke-h:before {
-  content: '\f22b';
-}
-.fa-neuter:before {
-  content: '\f22c';
-}
-.fa-genderless:before {
-  content: '\f22d';
-}
-.fa-facebook-official:before {
-  content: '\f230';
-}
-.fa-pinterest-p:before {
-  content: '\f231';
-}
-.fa-whatsapp:before {
-  content: '\f232';
-}
-.fa-server:before {
-  content: '\f233';
-}
-.fa-user-plus:before {
-  content: '\f234';
-}
-.fa-user-times:before {
-  content: '\f235';
-}
-.fa-hotel:before,
-.fa-bed:before {
-  content: '\f236';
-}
-.fa-viacoin:before {
-  content: '\f237';
-}
-.fa-train:before {
-  content: '\f238';
-}
-.fa-subway:before {
-  content: '\f239';
-}
-.fa-medium:before {
-  content: '\f23a';
-}
-.fa-yc:before,
-.fa-y-combinator:before {
-  content: '\f23b';
-}
-.fa-optin-monster:before {
-  content: '\f23c';
-}
-.fa-opencart:before {
-  content: '\f23d';
-}
-.fa-expeditedssl:before {
-  content: '\f23e';
-}
-.fa-battery-4:before,
-.fa-battery:before,
-.fa-battery-full:before {
-  content: '\f240';
-}
-.fa-battery-3:before,
-.fa-battery-three-quarters:before {
-  content: '\f241';
-}
-.fa-battery-2:before,
-.fa-battery-half:before {
-  content: '\f242';
-}
-.fa-battery-1:before,
-.fa-battery-quarter:before {
-  content: '\f243';
-}
-.fa-battery-0:before,
-.fa-battery-empty:before {
-  content: '\f244';
-}
-.fa-mouse-pointer:before {
-  content: '\f245';
-}
-.fa-i-cursor:before {
-  content: '\f246';
-}
-.fa-object-group:before {
-  content: '\f247';
-}
-.fa-object-ungroup:before {
-  content: '\f248';
-}
-.fa-sticky-note:before {
-  content: '\f249';
-}
-.fa-sticky-note-o:before {
-  content: '\f24a';
-}
-.fa-cc-jcb:before {
-  content: '\f24b';
-}
-.fa-cc-diners-club:before {
-  content: '\f24c';
-}
-.fa-clone:before {
-  content: '\f24d';
-}
-.fa-balance-scale:before {
-  content: '\f24e';
-}
-.fa-hourglass-o:before {
-  content: '\f250';
-}
-.fa-hourglass-1:before,
-.fa-hourglass-start:before {
-  content: '\f251';
-}
-.fa-hourglass-2:before,
-.fa-hourglass-half:before {
-  content: '\f252';
-}
-.fa-hourglass-3:before,
-.fa-hourglass-end:before {
-  content: '\f253';
-}
-.fa-hourglass:before {
-  content: '\f254';
-}
-.fa-hand-grab-o:before,
-.fa-hand-rock-o:before {
-  content: '\f255';
-}
-.fa-hand-stop-o:before,
-.fa-hand-paper-o:before {
-  content: '\f256';
-}
-.fa-hand-scissors-o:before {
-  content: '\f257';
-}
-.fa-hand-lizard-o:before {
-  content: '\f258';
-}
-.fa-hand-spock-o:before {
-  content: '\f259';
-}
-.fa-hand-pointer-o:before {
-  content: '\f25a';
-}
-.fa-hand-peace-o:before {
-  content: '\f25b';
-}
-.fa-trademark:before {
-  content: '\f25c';
-}
-.fa-registered:before {
-  content: '\f25d';
-}
-.fa-creative-commons:before {
-  content: '\f25e';
-}
-.fa-gg:before {
-  content: '\f260';
-}
-.fa-gg-circle:before {
-  content: '\f261';
-}
-.fa-tripadvisor:before {
-  content: '\f262';
-}
-.fa-odnoklassniki:before {
-  content: '\f263';
-}
-.fa-odnoklassniki-square:before {
-  content: '\f264';
-}
-.fa-get-pocket:before {
-  content: '\f265';
-}
-.fa-wikipedia-w:before {
-  content: '\f266';
-}
-.fa-safari:before {
-  content: '\f267';
-}
-.fa-chrome:before {
-  content: '\f268';
-}
-.fa-firefox:before {
-  content: '\f269';
-}
-.fa-opera:before {
-  content: '\f26a';
-}
-.fa-internet-explorer:before {
-  content: '\f26b';
-}
-.fa-tv:before,
-.fa-television:before {
-  content: '\f26c';
-}
-.fa-contao:before {
-  content: '\f26d';
-}
-.fa-500px:before {
-  content: '\f26e';
-}
-.fa-amazon:before {
-  content: '\f270';
-}
-.fa-calendar-plus-o:before {
-  content: '\f271';
-}
-.fa-calendar-minus-o:before {
-  content: '\f272';
-}
-.fa-calendar-times-o:before {
-  content: '\f273';
-}
-.fa-calendar-check-o:before {
-  content: '\f274';
-}
-.fa-industry:before {
-  content: '\f275';
-}
-.fa-map-pin:before {
-  content: '\f276';
-}
-.fa-map-signs:before {
-  content: '\f277';
-}
-.fa-map-o:before {
-  content: '\f278';
-}
-.fa-map:before {
-  content: '\f279';
-}
-.fa-commenting:before {
-  content: '\f27a';
-}
-.fa-commenting-o:before {
-  content: '\f27b';
-}
-.fa-houzz:before {
-  content: '\f27c';
-}
-.fa-vimeo:before {
-  content: '\f27d';
-}
-.fa-black-tie:before {
-  content: '\f27e';
-}
-.fa-fonticons:before {
-  content: '\f280';
-}
-.fa-reddit-alien:before {
-  content: '\f281';
-}
-.fa-edge:before {
-  content: '\f282';
-}
-.fa-credit-card-alt:before {
-  content: '\f283';
-}
-.fa-codiepie:before {
-  content: '\f284';
-}
-.fa-modx:before {
-  content: '\f285';
-}
-.fa-fort-awesome:before {
-  content: '\f286';
-}
-.fa-usb:before {
-  content: '\f287';
-}
-.fa-product-hunt:before {
-  content: '\f288';
-}
-.fa-mixcloud:before {
-  content: '\f289';
-}
-.fa-scribd:before {
-  content: '\f28a';
-}
-.fa-pause-circle:before {
-  content: '\f28b';
-}
-.fa-pause-circle-o:before {
-  content: '\f28c';
-}
-.fa-stop-circle:before {
-  content: '\f28d';
-}
-.fa-stop-circle-o:before {
-  content: '\f28e';
-}
-.fa-shopping-bag:before {
-  content: '\f290';
-}
-.fa-shopping-basket:before {
-  content: '\f291';
-}
-.fa-hashtag:before {
-  content: '\f292';
-}
-.fa-bluetooth:before {
-  content: '\f293';
-}
-.fa-bluetooth-b:before {
-  content: '\f294';
-}
-.fa-percent:before {
-  content: '\f295';
-}
-.fa-gitlab:before {
-  content: '\f296';
-}
-.fa-wpbeginner:before {
-  content: '\f297';
-}
-.fa-wpforms:before {
-  content: '\f298';
-}
-.fa-envira:before {
-  content: '\f299';
-}
-.fa-universal-access:before {
-  content: '\f29a';
-}
-.fa-wheelchair-alt:before {
-  content: '\f29b';
-}
-.fa-question-circle-o:before {
-  content: '\f29c';
-}
-.fa-blind:before {
-  content: '\f29d';
-}
-.fa-audio-description:before {
-  content: '\f29e';
-}
-.fa-volume-control-phone:before {
-  content: '\f2a0';
-}
-.fa-braille:before {
-  content: '\f2a1';
-}
-.fa-assistive-listening-systems:before {
-  content: '\f2a2';
-}
-.fa-asl-interpreting:before,
-.fa-american-sign-language-interpreting:before {
-  content: '\f2a3';
-}
-.fa-deafness:before,
-.fa-hard-of-hearing:before,
-.fa-deaf:before {
-  content: '\f2a4';
-}
-.fa-glide:before {
-  content: '\f2a5';
-}
-.fa-glide-g:before {
-  content: '\f2a6';
-}
-.fa-signing:before,
-.fa-sign-language:before {
-  content: '\f2a7';
-}
-.fa-low-vision:before {
-  content: '\f2a8';
-}
-.fa-viadeo:before {
-  content: '\f2a9';
-}
-.fa-viadeo-square:before {
-  content: '\f2aa';
-}
-.fa-snapchat:before {
-  content: '\f2ab';
-}
-.fa-snapchat-ghost:before {
-  content: '\f2ac';
-}
-.fa-snapchat-square:before {
-  content: '\f2ad';
-}
-.fa-pied-piper:before {
-  content: '\f2ae';
-}
-.fa-first-order:before {
-  content: '\f2b0';
-}
-.fa-yoast:before {
-  content: '\f2b1';
-}
-.fa-themeisle:before {
-  content: '\f2b2';
-}
-.fa-google-plus-circle:before,
-.fa-google-plus-official:before {
-  content: '\f2b3';
-}
-.fa-fa:before,
-.fa-font-awesome:before {
-  content: '\f2b4';
-}
-.fa-handshake-o:before {
-  content: '\f2b5';
-}
-.fa-envelope-open:before {
-  content: '\f2b6';
-}
-.fa-envelope-open-o:before {
-  content: '\f2b7';
-}
-.fa-linode:before {
-  content: '\f2b8';
-}
-.fa-address-book:before {
-  content: '\f2b9';
-}
-.fa-address-book-o:before {
-  content: '\f2ba';
-}
-.fa-vcard:before,
-.fa-address-card:before {
-  content: '\f2bb';
-}
-.fa-vcard-o:before,
-.fa-address-card-o:before {
-  content: '\f2bc';
-}
-.fa-user-circle:before {
-  content: '\f2bd';
-}
-.fa-user-circle-o:before {
-  content: '\f2be';
-}
-.fa-user-o:before {
-  content: '\f2c0';
-}
-.fa-id-badge:before {
-  content: '\f2c1';
-}
-.fa-drivers-license:before,
-.fa-id-card:before {
-  content: '\f2c2';
-}
-.fa-drivers-license-o:before,
-.fa-id-card-o:before {
-  content: '\f2c3';
-}
-.fa-quora:before {
-  content: '\f2c4';
-}
-.fa-free-code-camp:before {
-  content: '\f2c5';
-}
-.fa-telegram:before {
-  content: '\f2c6';
-}
-.fa-thermometer-4:before,
-.fa-thermometer:before,
-.fa-thermometer-full:before {
-  content: '\f2c7';
-}
-.fa-thermometer-3:before,
-.fa-thermometer-three-quarters:before {
-  content: '\f2c8';
-}
-.fa-thermometer-2:before,
-.fa-thermometer-half:before {
-  content: '\f2c9';
-}
-.fa-thermometer-1:before,
-.fa-thermometer-quarter:before {
-  content: '\f2ca';
-}
-.fa-thermometer-0:before,
-.fa-thermometer-empty:before {
-  content: '\f2cb';
-}
-.fa-shower:before {
-  content: '\f2cc';
-}
-.fa-bathtub:before,
-.fa-s15:before,
-.fa-bath:before {
-  content: '\f2cd';
-}
-.fa-podcast:before {
-  content: '\f2ce';
-}
-.fa-window-maximize:before {
-  content: '\f2d0';
-}
-.fa-window-minimize:before {
-  content: '\f2d1';
-}
-.fa-window-restore:before {
-  content: '\f2d2';
-}
-.fa-times-rectangle:before,
-.fa-window-close:before {
-  content: '\f2d3';
-}
-.fa-times-rectangle-o:before,
-.fa-window-close-o:before {
-  content: '\f2d4';
-}
-.fa-bandcamp:before {
-  content: '\f2d5';
-}
-.fa-grav:before {
-  content: '\f2d6';
-}
-.fa-etsy:before {
-  content: '\f2d7';
-}
-.fa-imdb:before {
-  content: '\f2d8';
-}
-.fa-ravelry:before {
-  content: '\f2d9';
-}
-.fa-eercast:before {
-  content: '\f2da';
-}
-.fa-microchip:before {
-  content: '\f2db';
-}
-.fa-snowflake-o:before {
-  content: '\f2dc';
-}
-.fa-superpowers:before {
-  content: '\f2dd';
-}
-.fa-wpexplorer:before {
-  content: '\f2de';
-}
-.fa-meetup:before {
-  content: '\f2e0';
-}
-.sr-only {
-  position: absolute;
-  width: 1px;
-  height: 1px;
-  padding: 0;
-  margin: -1px;
-  overflow: hidden;
-  clip: rect(0, 0, 0, 0);
-  border: 0;
-}
-.sr-only-focusable:active,
-.sr-only-focusable:focus {
-  position: static;
-  width: auto;
-  height: auto;
-  margin: 0;
-  overflow: visible;
-  clip: auto;
-}

BIN
services/web/frontend/fonts/lato-v16-latin-ext-300.woff


BIN
services/web/frontend/fonts/lato-v16-latin-ext-300.woff2


BIN
services/web/frontend/fonts/lato-v16-latin-ext-700.woff


BIN
services/web/frontend/fonts/lato-v16-latin-ext-700.woff2


BIN
services/web/frontend/fonts/lato-v16-latin-ext-regular.woff


BIN
services/web/frontend/fonts/lato-v16-latin-ext-regular.woff2


+ 0 - 24
services/web/frontend/fonts/lato.css

@@ -1,24 +0,0 @@
-@font-face {
-  font-family: 'Lato';
-  font-style: normal;
-  font-weight: 300;
-  src: local('Lato Light'), local('Lato-Light'),
-    url('lato-v16-latin-ext-300.woff2') format('woff2'),
-    url('lato-v16-latin-ext-300.woff') format('woff');
-}
-@font-face {
-  font-family: 'Lato';
-  font-style: normal;
-  font-weight: 400;
-  src: local('Lato Regular'), local('Lato-Regular'),
-    url('lato-v16-latin-ext-regular.woff2') format('woff2'),
-    url('lato-v16-latin-ext-regular.woff') format('woff');
-}
-@font-face {
-  font-family: 'Lato';
-  font-style: normal;
-  font-weight: 700;
-  src: local('Lato Bold'), local('Lato-Bold'),
-    url('lato-v16-latin-ext-700.woff2') format('woff2'),
-    url('lato-v16-latin-ext-700.woff') format('woff');
-}

BIN
services/web/frontend/fonts/merriweather-v21-latin-700.woff


BIN
services/web/frontend/fonts/merriweather-v21-latin-700.woff2


BIN
services/web/frontend/fonts/merriweather-v21-latin-700italic.woff


BIN
services/web/frontend/fonts/merriweather-v21-latin-700italic.woff2


BIN
services/web/frontend/fonts/merriweather-v21-latin-italic.woff


BIN
services/web/frontend/fonts/merriweather-v21-latin-italic.woff2


BIN
services/web/frontend/fonts/merriweather-v21-latin-regular.woff


BIN
services/web/frontend/fonts/merriweather-v21-latin-regular.woff2


+ 0 - 32
services/web/frontend/fonts/merriweather.css

@@ -1,32 +0,0 @@
-@font-face {
-  font-family: 'Merriweather';
-  font-style: normal;
-  font-weight: 400;
-  src: local('Merriweather Regular'), local('Merriweather-Regular'),
-    url('merriweather-v21-latin-regular.woff2') format('woff2'),
-    url('merriweather-v21-latin-regular.woff') format('woff');
-}
-@font-face {
-  font-family: 'Merriweather';
-  font-style: italic;
-  font-weight: 400;
-  src: local('Merriweather Italic'), local('Merriweather-Italic'),
-    url('merriweather-v21-latin-italic.woff2') format('woff2'),
-    url('merriweather-v21-latin-italic.woff') format('woff');
-}
-@font-face {
-  font-family: 'Merriweather';
-  font-style: normal;
-  font-weight: 700;
-  src: local('Merriweather Bold'), local('Merriweather-Bold'),
-    url('merriweather-v21-latin-700.woff2') format('woff2'),
-    url('merriweather-v21-latin-700.woff') format('woff');
-}
-@font-face {
-  font-family: 'Merriweather';
-  font-style: italic;
-  font-weight: 700;
-  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'),
-    url('merriweather-v21-latin-700italic.woff2') format('woff2'),
-    url('merriweather-v21-latin-700italic.woff') format('woff');
-}

BIN
services/web/frontend/fonts/open-sans-v17-latin-300.woff


BIN
services/web/frontend/fonts/open-sans-v17-latin-300.woff2


BIN
services/web/frontend/fonts/open-sans-v17-latin-600.woff


BIN
services/web/frontend/fonts/open-sans-v17-latin-600.woff2


BIN
services/web/frontend/fonts/open-sans-v17-latin-700.woff


BIN
services/web/frontend/fonts/open-sans-v17-latin-700.woff2


BIN
services/web/frontend/fonts/open-sans-v17-latin-regular.woff


BIN
services/web/frontend/fonts/open-sans-v17-latin-regular.woff2


+ 0 - 32
services/web/frontend/fonts/open-sans.css

@@ -1,32 +0,0 @@
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local('Open Sans Light'), local('OpenSans-Light'),
-    url('open-sans-v17-latin-300.woff2') format('woff2'),
-    url('open-sans-v17-latin-300.woff') format('woff');
-}
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local('Open Sans Regular'), local('OpenSans-Regular'),
-    url('open-sans-v17-latin-regular.woff2') format('woff2'),
-    url('open-sans-v17-latin-regular.woff') format('woff');
-}
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
-    url('open-sans-v17-latin-600.woff2') format('woff2'),
-    url('open-sans-v17-latin-600.woff') format('woff');
-}
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local('Open Sans Bold'), local('OpenSans-Bold'),
-    url('open-sans-v17-latin-700.woff2') format('woff2'),
-    url('open-sans-v17-latin-700.woff') format('woff');
-}

+ 1 - 1
services/web/frontend/stylesheets/_style_includes.less

@@ -1,4 +1,4 @@
-@import (less) '../fonts/font-awesome.css';
+@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
 
 @import 'core/mixins.less';
 

+ 4 - 2
services/web/frontend/stylesheets/sl-style.less

@@ -1,5 +1,7 @@
-@import (less) '../fonts/open-sans.css';
-@import (less) '../fonts/merriweather.css';
+// prettier-ignore
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
+// prettier-ignore
+@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i);
 
 @is-overleaf : false;
 @is-overleaf-light : false;

+ 4 - 2
services/web/frontend/stylesheets/style.less

@@ -1,5 +1,7 @@
-@import (less) '../fonts/lato.css';
-@import (less) '../fonts/merriweather.css';
+// prettier-ignore
+@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext);
+// prettier-ignore
+@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i);
 
 @is-overleaf : true;
 @is-overleaf-light : false;

+ 0 - 78
services/web/package-lock.json

@@ -8007,84 +8007,6 @@
         "object-assign": "^4.0.1"
       }
     },
-    "file-loader": {
-      "version": "5.0.2",
-      "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-5.0.2.tgz",
-      "integrity": "sha512-QMiQ+WBkGLejKe81HU8SZ9PovsU/5uaLo0JdTCEXOYv7i7jfAjHZi1tcwp9tSASJPOmmHZtbdCervFmXMH/Dcg==",
-      "dev": true,
-      "requires": {
-        "loader-utils": "^1.2.3",
-        "schema-utils": "^2.5.0"
-      },
-      "dependencies": {
-        "ajv": {
-          "version": "6.10.2",
-          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
-          "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
-          "dev": true,
-          "requires": {
-            "fast-deep-equal": "^2.0.1",
-            "fast-json-stable-stringify": "^2.0.0",
-            "json-schema-traverse": "^0.4.1",
-            "uri-js": "^4.2.2"
-          }
-        },
-        "ajv-keywords": {
-          "version": "3.4.1",
-          "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
-          "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
-          "dev": true
-        },
-        "big.js": {
-          "version": "5.2.2",
-          "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
-          "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
-          "dev": true
-        },
-        "fast-deep-equal": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
-          "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=",
-          "dev": true
-        },
-        "json-schema-traverse": {
-          "version": "0.4.1",
-          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
-          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
-          "dev": true
-        },
-        "json5": {
-          "version": "1.0.1",
-          "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
-          "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
-          "dev": true,
-          "requires": {
-            "minimist": "^1.2.0"
-          }
-        },
-        "loader-utils": {
-          "version": "1.2.3",
-          "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
-          "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
-          "dev": true,
-          "requires": {
-            "big.js": "^5.2.2",
-            "emojis-list": "^2.0.0",
-            "json5": "^1.0.1"
-          }
-        },
-        "schema-utils": {
-          "version": "2.6.1",
-          "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.1.tgz",
-          "integrity": "sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg==",
-          "dev": true,
-          "requires": {
-            "ajv": "^6.10.2",
-            "ajv-keywords": "^3.4.1"
-          }
-        }
-      }
-    },
     "file-uri-to-path": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",

+ 0 - 1
services/web/package.json

@@ -152,7 +152,6 @@
     "eslint-plugin-react": "^7.11.1",
     "eslint-plugin-standard": "^3.0.1",
     "expose-loader": "^0.7.5",
-    "file-loader": "^5.0.2",
     "glob": "^7.1.3",
     "handlebars-loader": "^1.7.0",
     "karma": "^2.0.0",

BIN
services/web/public/font/PTSans-webfont.eot


+ 153 - 0
services/web/public/font/PTSans-webfont.svg

@@ -0,0 +1,153 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Copyright  2009 ParaType Ltd All rights reserved
+Designer    : AKorolkova OUmpeleva VYefimov
+Foundry     : ParaType Ltd
+Foundry URL : httpwwwparatypecom
+</metadata>
+<defs>
+<font id="webfontakBUUg6U" horiz-adv-x="1116" >
+<font-face units-per-em="2048" ascent="1536" descent="-512" />
+<missing-glyph horiz-adv-x="546" />
+<glyph unicode=" "  horiz-adv-x="546" />
+<glyph unicode="&#x09;" horiz-adv-x="546" />
+<glyph unicode="&#xa0;" horiz-adv-x="546" />
+<glyph unicode="!" horiz-adv-x="624" d="M225 94q0 55 32 87t85 32q55 0 88 -31.5t33 -87.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86zM260 723v711h170v-711l-35 -361h-100z" />
+<glyph unicode="&#x22;" horiz-adv-x="686" d="M424 1038v396h160l-63 -396h-97zM184 1038v396h160l-63 -396h-97z" />
+<glyph unicode="#" d="M57 461l29 131h162l63 268h-151l28 131h154l78 324h141l-78 -324h215l78 324h142l-78 -324h157l-32 -131h-156l-64 -268h150l-33 -131h-147l-80 -342h-141l79 342h-215l-79 -342h-142l80 342h-160zM389 592h215l64 268h-215z" />
+<glyph unicode="$" d="M156 41l55 149q41 -25 111.5 -45t173.5 -22v553q-61 31 -122 65.5t-108 82.5t-75.5 114t-28.5 156q0 147 83 241.5t251 116.5v186h139v-180q104 -4 170.5 -19.5t120.5 -39.5l-49 -144q-41 20 -98.5 36t-143.5 20v-506q63 -33 126.5 -71t114 -87t81 -114.5t30.5 -153.5 q0 -160 -89 -263.5t-263 -131.5v-189h-139v180q-113 2 -200 19.5t-140 46.5zM332 1104q0 -88 56 -143.5t140 -100.5v449q-109 -12 -152.5 -71.5t-43.5 -133.5zM602 127q94 14 154.5 72.5t60.5 165.5q0 49 -17.5 88t-46 69.5t-67.5 55t-84 47.5v-498z" />
+<glyph unicode="%" horiz-adv-x="1583" d="M143 1110q0 92 24.5 157.5t66.5 108.5t100.5 62.5t126.5 19.5t126 -18.5t100 -59.5t66.5 -107.5t24.5 -162.5t-24.5 -162.5t-66.5 -107.5t-100.5 -59.5t-125.5 -18.5q-68 0 -126.5 18.5t-100.5 59.5t-66.5 107.5t-24.5 162.5zM295 1110q0 -123 44 -176t122 -53 q39 0 69.5 11t52 36.5t32.5 69.5t11 112t-11 112t-32.5 69.5t-52.5 36.5t-69 11q-78 0 -122 -48t-44 -181zM874 350q0 92 24.5 157.5t66.5 108.5t100.5 62.5t126.5 19.5t126 -18.5t100 -59.5t66.5 -107.5t24.5 -162.5t-24.5 -162.5t-66.5 -107.5t-100.5 -59.5t-125.5 -18.5 q-68 0 -126.5 18.5t-100.5 59.5t-66.5 107.5t-24.5 162.5zM1026 350q0 -123 44 -176t122 -53q39 0 69.5 11t52 36.5t32.5 69.5t11 112t-11 112t-32.5 69.5t-52.5 36.5t-69 11q-78 0 -122 -48t-44 -181zM1305 1460l100 -78l-1051 -1407l-102 80z" />
+<glyph unicode="&#x26;" horiz-adv-x="1667" d="M242 383q0 82 28.5 156.5t77.5 138t111.5 117t130.5 94.5q-49 74 -85 147.5t-36 159.5q0 49 16.5 96t52 84t92 59.5t136.5 22.5q84 0 141.5 -21.5t92 -56t50 -77.5t15.5 -89q0 -86 -66.5 -177t-210.5 -175q33 -59 77 -121.5t93 -124.5l101 -121q51 -60 102 -112 q23 25 45.5 62.5t44 79.5t39 87t31.5 86l127 -59q-12 -35 -34.5 -83t-50.5 -98l-56.5 -96.5t-53.5 -76.5q43 -41 78 -71t64.5 -51.5t57.5 -38.5l56 -34l-102 -115q-109 53 -248 191q-37 -37 -81 -71t-99 -60.5t-121.5 -43t-146.5 -16.5q-96 0 -181.5 27t-149 79t-101 128 t-37.5 174zM406 387q0 -63 26.5 -113.5t72.5 -84t105.5 -52t124.5 -18.5q51 0 99.5 13t91.5 33.5t78.5 47.5t58.5 55q-59 59 -117 129l-109 140l-96.5 134t-74.5 113q-55 -41 -102.5 -84t-83.5 -91t-55 -103.5t-19 -118.5zM629 1196q0 -61 25.5 -121.5t66.5 -120.5 q109 70 150.5 127.5t41.5 100.5q0 66 -31.5 106.5t-109.5 40.5q-74 0 -108.5 -37t-34.5 -96z" />
+<glyph unicode="'" horiz-adv-x="446" d="M184 1038v396h160l-63 -396h-97z" />
+<glyph unicode="(" horiz-adv-x="573" d="M123 498q0 113 18.5 237.5t59.5 250.5t107.5 247t162.5 225l98 -72q-82 -104 -136 -215.5t-87 -226.5t-46 -228.5t-13 -217.5q0 -98 15 -214t49 -231.5t88.5 -226.5t129.5 -201l-104 -76q-94 98 -159.5 216t-105.5 242t-58.5 250t-18.5 241z" />
+<glyph unicode=")" horiz-adv-x="573" d="M4 -379q82 104 137.5 217t87 227.5t45 227.5t13.5 217q0 98 -16.5 213t-50.5 231.5t-87 227t-129 200.5l105 76q94 -98 159.5 -216t105.5 -241.5t58.5 -249.5t18.5 -241q0 -113 -18.5 -238t-59.5 -250.5t-107.5 -246.5t-163.5 -226z" />
+<glyph unicode="*" horiz-adv-x="718" d="M82 1133v114h102l127 -24l-92 90l-53 94l100 57l51 -86l37 -114l43 116l49 82l99 -53l-53 -88l-95 -98l140 24h98v-114h-94l-131 24l94 -98l47 -80l-96 -57l-54 86l-47 125l-39 -119l-51 -86l-102 57l55 86l86 86l-119 -24h-102z" />
+<glyph unicode="+" horiz-adv-x="1034" d="M82 618v148h360v369h148v-369h360v-148h-360v-368h-148v368h-360z" />
+<glyph unicode="," horiz-adv-x="399" d="M86 -225q74 29 109.5 89t35.5 122q-18 -6 -34 -6q-41 0 -69 27.5t-28 80.5q0 49 33 80t84 31q63 0 103 -45t40 -131q0 -74 -20.5 -129.5t-53 -95.5t-71.5 -65.5t-78 -37.5z" />
+<glyph unicode="-" horiz-adv-x="737" d="M121 514v152h495v-152h-495z" />
+<glyph unicode="." horiz-adv-x="438" d="M100 94q0 55 32 87t85 32q55 0 88 -31.5t33 -87.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86z" />
+<glyph unicode="/" horiz-adv-x="724" d="M-76 -229l748 1687l129 -57l-748 -1688z" />
+<glyph unicode="0" d="M88 717q0 369 120 555t349 186q248 0 359.5 -183t111.5 -558q0 -369 -120 -555.5t-351 -186.5q-244 0 -356.5 195t-112.5 547zM258 717q0 -133 17.5 -242.5t54.5 -188.5t93 -123t134 -44q156 0 228.5 144.5t72.5 453.5q0 131 -15.5 241.5t-51 190.5t-93 123t-141.5 43 q-154 0 -226.5 -145.5t-72.5 -452.5z" />
+<glyph unicode="1" d="M143 1110l451 348h74v-1306h280v-152h-727v152h287v991l20 121l-82 -97l-225 -161z" />
+<glyph unicode="2" d="M127 0v59l109 117q63 70 131.5 155t135 180t121 193.5t87 194.5t32.5 182q0 100 -57 167t-174 67q-78 0 -151.5 -32t-127.5 -73l-67 117q72 61 170 96t211 35q88 0 155.5 -25.5t114.5 -72.5t71.5 -111.5t24.5 -140.5q0 -109 -39.5 -222.5t-104 -228t-144.5 -224 t-160 -208.5l-100 -88v-8l131 23h446v-152h-815z" />
+<glyph unicode="3" d="M180 27l43 145q47 -23 111.5 -38t144.5 -15q70 0 129.5 20.5t102.5 60.5t67.5 95t24.5 121q0 143 -85 212.5t-235 69.5h-151v60l295 454l94 91l-133 -21h-406v152h731v-60l-325 -489l-72 -60v-4l70 15q82 -2 151.5 -30t120.5 -80t80 -125t29 -165q0 -111 -39 -196.5 t-105.5 -144t-157 -89.5t-190.5 -31q-92 0 -166 14.5t-129 37.5z" />
+<glyph unicode="4" d="M41 440v68l680 948h110v-872h242v-144h-242v-440h-159v440h-631zM227 567l144 17h301v446l20 168h-6l-72 -139l-288 -391z" />
+<glyph unicode="5" d="M158 16l43 140q47 -18 101 -27.5t134 -9.5q141 0 233.5 82t92.5 237q0 150 -91 223.5t-251 73.5l-172 -10v709h639v-152h-486v-408l88 5q203 -2 320 -113t117 -317q0 -115 -39 -204t-105.5 -148.5t-156.5 -90.5t-193 -31q-92 0 -155.5 10.5t-118.5 30.5z" />
+<glyph unicode="6" d="M123 481q0 203 52 374t144.5 298t218.5 206t273 99l35 -131q-115 -20 -209 -77.5t-165 -141.5t-116 -188.5t-61 -214.5q33 55 110.5 101t190.5 46q193 0 302.5 -110.5t109.5 -309.5q0 -94 -29 -177t-84 -145.5t-137 -98.5t-187 -36q-102 0 -184 33t-141.5 97.5t-91 158.5 t-31.5 217zM283 461q0 -63 17 -125t54 -110t91.5 -77.5t127.5 -29.5q59 0 107.5 22.5t83.5 61.5t54.5 94t19.5 119q0 145 -68 219t-209 74q-100 0 -173 -49.5t-101 -110.5q-4 -29 -4 -47v-41z" />
+<glyph unicode="7" d="M125 1282v152h856v-56l-590 -1378h-166l514 1200l90 100l-120 -18h-584z" />
+<glyph unicode="8" d="M139 342q0 129 67.5 224.5t211.5 172.5q-51 31 -95 65t-78 77t-53.5 96t-19.5 123q0 80 27.5 145.5t80 112.5t125 73.5t164.5 26.5q86 0 156 -24.5t118 -67.5t74.5 -102.5t26.5 -130.5q0 -117 -53 -206t-176 -175q53 -31 101 -68t84 -82t56.5 -101.5t20.5 -127.5 q0 -88 -28.5 -161t-84 -125t-135.5 -82t-182 -30q-98 0 -174 29t-128 78t-79 115.5t-27 144.5zM299 362q0 -49 16.5 -94t49 -77.5t81 -52t111.5 -19.5q51 0 98 15.5t83 45t57.5 75.5t21.5 107t-24.5 107.5t-64.5 84.5t-91 68.5t-107 59.5q-125 -70 -178 -156t-53 -164z M332 1104q0 -57 22.5 -101.5t60.5 -79t87 -64.5t102 -56q92 72 136 141.5t44 153.5q0 104 -64.5 160.5t-154.5 56.5q-55 0 -98 -18.5t-74 -47t-46 -66.5t-15 -79z" />
+<glyph unicode="9" d="M106 999q0 98 29 182.5t84 146t138 96t194 34.5q209 0 325.5 -135t116.5 -381q0 -231 -52 -404t-144 -292t-218 -185.5t-274 -85.5l-37 131q119 18 214.5 69.5t164 129.5t111.5 177.5t59 215.5q-55 -66 -121.5 -91t-175.5 -25q-84 0 -158.5 27.5t-132 80.5t-90.5 131 t-33 178zM276 1016q0 -145 77 -218t202 -73q100 0 172 33t102 86q4 27 5 47v43q0 74 -17.5 142.5t-52.5 122.5t-91.5 85t-131.5 31q-125 0 -195 -79t-70 -220z" />
+<glyph unicode=":" horiz-adv-x="448" d="M186 94q0 55 32 87t85 32q55 0 88 -31.5t33 -87.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86zM186 920q0 55 32 86.5t85 31.5q55 0 88 -31.5t33 -86.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86z" />
+<glyph unicode=";" horiz-adv-x="524" d="M168 -225q74 29 109.5 89t35.5 122q-18 -6 -34 -6q-41 0 -69 27.5t-28 80.5q0 49 33 80t84 31q63 0 103 -45t40 -131q0 -74 -20.5 -129.5t-53 -95.5t-71.5 -65.5t-78 -37.5zM197 920q0 55 31.5 86.5t84.5 31.5q55 0 88 -31.5t33 -86.5q0 -53 -32.5 -86t-88.5 -33 q-53 0 -84.5 33t-31.5 86z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1034" d="M86 625v59l774 473l78 -127l-485 -297l-187 -78l185 -65l497 -295l-78 -123z" />
+<glyph unicode="=" horiz-adv-x="1034" d="M82 449v147h868v-147h-868zM82 788v148h868v-148h-868z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1034" d="M86 1032l78 125l784 -452v-60l-774 -473l-78 125l486 297l186 78l-184 65z" />
+<glyph unicode="?" horiz-adv-x="892" d="M76 1356q78 47 164 74.5t213 27.5q90 0 158.5 -25.5t114.5 -70.5t68.5 -106.5t22.5 -131.5q0 -92 -27.5 -160.5t-69.5 -125t-90 -105.5t-90 -103.5t-70 -117.5t-28 -150h-135q-2 10 -2 23v23q0 86 25.5 151.5t63.5 119.5t82 101t82 95.5t63.5 102.5t25.5 124 q0 94 -54 153.5t-181 59.5q-74 0 -150 -25.5t-131 -60.5zM266 94q0 55 32 87t85 32q55 0 88 -31.5t33 -87.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86z" />
+<glyph unicode="@" horiz-adv-x="2179" d="M178 483q0 223 77 403.5t208 307.5t305 195.5t369 68.5q184 0 341.5 -54t273.5 -155.5t182.5 -248t66.5 -332.5q0 -131 -45 -251t-122 -210t-179.5 -144.5t-216.5 -54.5q-86 0 -137.5 37t-51.5 137q0 18 2 40t6 46h-8q-29 -47 -67.5 -93t-86.5 -83t-102.5 -60.5 t-113.5 -23.5q-49 0 -94.5 21.5t-78 62.5t-52 97.5t-19.5 127.5q0 131 43 258t115.5 225.5t170 159t205.5 60.5q76 0 121 -22.5t88 -55.5l70 64h70l-105 -588q-10 -53 -15 -95t-5 -75q0 -51 17 -74.5t60 -23.5q70 0 138.5 36.5t122 104t87 163t33.5 214.5q0 158 -53 278.5 t-149.5 203.5t-229.5 126t-293 43q-166 0 -312 -61.5t-253.5 -170t-170 -260t-62.5 -329.5q0 -182 56 -325.5t160.5 -242t250 -149.5t323.5 -51q59 0 135 13t138 44l41 -131q-92 -39 -170 -52.5t-168 -13.5q-190 0 -357.5 57.5t-291 170t-195.5 279.5t-72 386zM795 344 q0 -80 32.5 -136t118.5 -56q41 0 85 26.5t87 72.5t82 103.5t70 116.5l61 334q-35 41 -69.5 56.5t-87.5 15.5q-80 0 -150 -48.5t-120 -125t-79.5 -172t-29.5 -187.5z" />
+<glyph unicode="A" horiz-adv-x="1198" d="M16 0l543 1456h78l545 -1456h-178l-148 397h-528l-144 -397h-168zM383 545h422l-160 436l-51 217h-2l-51 -221z" />
+<glyph unicode="B" horiz-adv-x="1196" d="M174 10v1411q76 12 176.5 20.5t218.5 8.5q80 0 163 -13.5t150.5 -51t111.5 -105.5t44 -174q0 -51 -16 -104.5t-49 -99.5t-84 -81t-121 -53v-8q61 -10 117.5 -35t99.5 -68t69.5 -104t26.5 -145q0 -111 -46 -192t-120.5 -132t-171 -75.5t-196.5 -24.5h-82q-47 0 -98.5 3 t-102.5 8t-90 15zM344 145q14 -4 41 -6t57.5 -4t63.5 -3t57 -1q66 0 127.5 15.5t108.5 49t74.5 83t27.5 116.5q0 84 -33.5 135.5t-88 80t-122 38.5t-135.5 10h-178v-514zM344 803h107q35 0 84 2t81 6q49 16 92.5 39.5t77 55.5t53 74t19.5 91q0 68 -25.5 112t-68.5 70.5 t-98.5 38t-112.5 11.5q-68 0 -124 -3.5t-85 -9.5v-487z" />
+<glyph unicode="C" horiz-adv-x="1169" d="M115 717q0 201 54 341t143 229t200 130t225 41q123 0 201 -13t133 -36l-41 -149q-98 47 -280 47q-84 0 -166 -31t-146.5 -100.5t-103.5 -182t-39 -276.5q0 -147 37 -258t101.5 -184.5t151.5 -110.5t189 -37q92 0 161 18.5t116 47.5l41 -134q-61 -47 -155.5 -65.5 t-201.5 -18.5q-129 0 -241.5 44t-196.5 134.5t-133 230.5t-49 333z" />
+<glyph unicode="D" horiz-adv-x="1339" d="M174 -2v1436q39 6 87 9t100 4l103 2q50 1 93 1q172 0 298 -53.5t208 -148.5t122 -228t40 -293q0 -145 -38 -279.5t-120 -238t-213 -165.5t-317 -62q-33 0 -85.5 1t-107.5 4t-102.5 5t-67.5 6zM344 141q10 -2 39 -3l59 -2l60 -2q29 -1 39 -1q143 0 240.5 49t155.5 132 t82.5 190.5t24.5 222.5q0 100 -22.5 201.5t-77.5 183.5t-148.5 134t-234.5 52h-58q-32 0 -62.5 -2t-56.5 -4t-40 -4v-1147z" />
+<glyph unicode="E" horiz-adv-x="1097" d="M174 0v1434h780v-152h-610v-469h559v-151h-559v-510h621v-152h-791z" />
+<glyph unicode="F" horiz-adv-x="1058" d="M174 0v1434h780v-152h-610v-489h569v-152h-569v-641h-170z" />
+<glyph unicode="G" horiz-adv-x="1253" d="M115 717q0 199 57 340t149.5 230t207 130t229.5 41q123 0 202.5 -13t135.5 -36l-43 -149q-98 47 -281 47q-86 0 -171 -30t-152.5 -99.5t-110.5 -182t-43 -278.5q0 -152 35 -262.5t97 -183t150.5 -108.5t192.5 -36q131 0 223 51v400l-336 40v97h482v-631 q-33 -25 -79 -45.5t-98.5 -34.5t-108.5 -21.5t-110 -7.5q-137 0 -251.5 44t-198.5 135.5t-131 232t-47 330.5z" />
+<glyph unicode="H" horiz-adv-x="1376" d="M174 0v1434h170v-625h688v625h170v-1434h-170v657h-688v-657h-170z" />
+<glyph unicode="I" horiz-adv-x="595" d="M213 0v1434h170v-1434h-170z" />
+<glyph unicode="J" horiz-adv-x="595" d="M-70 12l33 146q57 -27 125 -27q86 0 113.5 60.5t27.5 164.5v1078h170v-1119q0 -164 -72.5 -249.5t-220.5 -85.5q-16 0 -40.5 2t-49 6t-48.5 10t-38 14z" />
+<glyph unicode="K" horiz-adv-x="1249" d="M174 0v1434h170v-668l92 29l482 639h196l-479 -617l-86 -67l104 -82l525 -668h-215l-523 664h-96v-664h-170z" />
+<glyph unicode="L" horiz-adv-x="1058" d="M174 0v1434h170v-1282h678v-152h-848z" />
+<glyph unicode="M" horiz-adv-x="1619" d="M174 0v1434h127l449 -734l67 -159h4l64 164l428 729h133v-1434h-170v963l20 215h-10l-78 -197l-372 -647h-52l-395 649l-74 195h-10l29 -213v-965h-160z" />
+<glyph unicode="N" horiz-adv-x="1378" d="M174 0v1456h90l686 -956l107 -197h10l-23 197v934h160v-1457h-90l-682 961l-110 207h-9l21 -207v-938h-160z" />
+<glyph unicode="O" horiz-adv-x="1400" d="M115 717q0 358 151.5 549.5t431.5 191.5q152 0 262.5 -53t183.5 -150.5t107.5 -233.5t34.5 -304q0 -358 -152.5 -550t-435.5 -192q-150 0 -259 53.5t-182 150.5t-107.5 233.5t-34.5 304.5zM295 717q0 -119 23.5 -225.5t72.5 -187.5t126 -129t181 -48q190 0 299 144.5 t109 445.5q0 117 -23.5 224.5t-74 188t-127 129t-183.5 48.5q-188 0 -295.5 -144.5t-107.5 -445.5z" />
+<glyph unicode="P" horiz-adv-x="1144" d="M174 0v1419q78 18 168 24.5t178 6.5q94 0 191.5 -18.5t177.5 -67.5t130 -135t50 -219q0 -131 -47 -221.5t-125 -146.5t-178.5 -80.5t-206.5 -24.5h-34q-24 0 -49.5 1t-50 3t-34.5 4v-545h-170zM344 696q10 -4 33 -5l47 -2q25 -1 47 -1h33q70 0 138.5 13.5t123.5 48t89 98 t34 162.5q0 84 -32 140t-84 90t-117.5 48.5t-131.5 14.5q-53 0 -102 -2.5t-78 -10.5v-594z" />
+<glyph unicode="Q" horiz-adv-x="1400" d="M115 717q0 358 151.5 549.5t431.5 191.5q152 0 262.5 -53t183.5 -150.5t107.5 -233.5t34.5 -304q0 -358 -152.5 -550t-435.5 -192q-150 0 -259 53.5t-182 150.5t-107.5 233.5t-34.5 304.5zM295 717q0 -119 23.5 -225.5t72.5 -187.5t126 -129t181 -48q190 0 299 144.5 t109 445.5q0 117 -23.5 224.5t-74 188t-127 129t-183.5 48.5q-188 0 -295.5 -144.5t-107.5 -445.5zM434 -100q29 6 55.5 10t55.5 4q86 0 171 -21.5t173 -47t180 -47t195 -21.5q90 0 178 20v-147q-49 -14 -96.5 -19.5t-94.5 -5.5q-102 0 -199.5 21.5t-188.5 47.5l-175 47 q-84 22 -160 21q-49 0 -94 -12v150z" />
+<glyph unicode="R" horiz-adv-x="1218" d="M174 0v1419q78 14 179.5 22.5t185.5 8.5q94 0 179 -20.5t149.5 -67.5t103.5 -123t39 -184q0 -168 -92.5 -272.5t-233.5 -139.5l98 -76l357 -567h-199l-395 618l-201 31v-649h-170zM344 762h160q141 0 233 69.5t92 217.5q0 111 -75.5 182.5t-210.5 71.5h-56 q-29 0 -55 -2.5t-50 -4.5t-38 -6v-528z" />
+<glyph unicode="S" horiz-adv-x="1087" d="M94 51l58 154q47 -27 139 -52.5t207 -25.5q68 0 127 13.5t102 43t68.5 74.5t25.5 107q0 86 -51 140t-128 96t-167 79t-167 89t-128 129t-51 196q0 168 116.5 266t332.5 98q125 0 227 -18.5t160 -46.5l-52 -150q-47 23 -138 43.5t-206 20.5q-135 0 -202.5 -60.5 t-67.5 -142.5q0 -80 51 -133t128 -95t167 -83t167 -95.5t128 -130t51 -188.5q0 -92 -32.5 -166t-96 -127t-154 -82t-204.5 -29q-154 0 -254.5 23.5t-155.5 52.5z" />
+<glyph unicode="T" horiz-adv-x="1136" d="M37 1282v152h1063v-152h-447v-1282h-170v1282h-446z" />
+<glyph unicode="U" horiz-adv-x="1335" d="M174 444v990h170v-910q0 -109 21.5 -183.5t64.5 -120.5t107.5 -66.5t150.5 -20.5q166 0 237.5 91t71.5 300v910h164v-957q0 -129 -33.5 -223t-96 -154.5t-150.5 -89t-195 -28.5q-254 0 -383 114.5t-129 347.5z" />
+<glyph unicode="V" horiz-adv-x="1163" d="M-4 1434h186l365 -985l49 -218h2l53 222l346 981h170l-542 -1457h-76z" />
+<glyph unicode="W" horiz-adv-x="1695" d="M16 1434h181l258 -961l32 -237h2l35 241l295 957h82l297 -961l35 -237h2l37 241l241 957h166l-399 -1457h-94l-291 961l-37 217h-10l-37 -219l-291 -959h-94z" />
+<glyph unicode="X" horiz-adv-x="1265" d="M53 0l477 729l-436 705h205l291 -486l51 -117l49 117l307 486h189l-451 -691l471 -743h-198l-324 514l-55 123l-54 -123l-331 -514h-191z" />
+<glyph unicode="Y" horiz-adv-x="1142" d="M16 1434h199l336 -627l35 -125h2l37 129l321 623h182l-469 -863v-571h-170v569z" />
+<glyph unicode="Z" d="M78 0v154l723 1046l86 82h-809v152h962v-154l-727 -1053l-86 -75h813v-152h-962z" />
+<glyph unicode="[" horiz-adv-x="622" d="M174 -471v1905h371v-144h-211v-1618h211v-143h-371z" />
+<glyph unicode="\" horiz-adv-x="778" d="M-76 1401l137 57l756 -1685l-135 -60z" />
+<glyph unicode="]" horiz-adv-x="622" d="M78 -328h213v1618h-213v144h373v-1905h-373v143z" />
+<glyph unicode="^" horiz-adv-x="1024" d="M98 891l381 565h60l346 -565h-168l-164 276l-47 142l-64 -144l-188 -274h-156z" />
+<glyph unicode="_" horiz-adv-x="835" d="M0 -276h836v-144h-836v144z" />
+<glyph unicode="`" horiz-adv-x="573" d="M123 1432v43h194l134 -306h-93z" />
+<glyph unicode="a" horiz-adv-x="1015" d="M80 274q0 90 37 150.5t103.5 96.5t159.5 51.5t206 15.5h56q28 0 56 -4q6 61 7 110q0 113 -45.5 158t-163.5 45q-35 0 -75 -5t-82 -14.5t-80 -22.5t-66 -30l-52 123q78 47 181.5 69.5t216.5 22.5q106 0 170.5 -28.5t98.5 -74.5t45 -101.5t11 -110.5q0 -123 -6 -239.5 t-6 -221.5q0 -76 6 -143.5t23 -124.5h-121l-43 143h-10q-18 -29 -46 -56.5t-67 -49t-90 -35.5t-117 -14t-122 20.5t-97 58t-64.5 90.5t-23.5 121zM250 291q0 -72 51 -118t131 -46q57 0 102.5 15.5t78 39t54 52t31.5 55.5v170q-29 2 -58.5 3t-57.5 1q-63 0 -124 -7 t-107 -26.5t-73.5 -53.5t-27.5 -85z" />
+<glyph unicode="b" horiz-adv-x="1105" d="M158 59v1375h164v-510h8q47 59 119.5 92t158.5 33q199 0 298.5 -127t99.5 -394q0 -268 -131.5 -407t-368.5 -139q-115 0 -208 24t-140 53zM322 170q39 -23 94 -34t114 -11q139 0 222.5 98.5t83.5 306.5q0 80 -14.5 150t-45.5 119t-79 77.5t-117 28.5q-102 0 -166 -57 t-92 -162v-516z" />
+<glyph unicode="c" horiz-adv-x="923" d="M100 512q0 260 115 398.5t330 138.5q98 0 166.5 -15.5t124.5 -44.5l-48 -141q-47 27 -104 42t-123 15q-291 0 -291 -393q0 -78 15.5 -148.5t51.5 -125t94 -87t144 -32.5q74 0 132.5 22.5t95.5 51.5l53 -125q-61 -45 -145 -69t-176 -24q-119 0 -201 38t-134.5 109t-76 170 t-23.5 220z" />
+<glyph unicode="d" horiz-adv-x="1101" d="M100 508q0 262 124 398t341 136q76 0 120 -8t95 -26v426h164v-1082q0 -104 2 -189t19 -167h-111l-41 145h-8q-41 -72 -119 -119t-182 -47q-205 0 -304.5 129.5t-99.5 403.5zM270 508q0 -84 13.5 -155.5t44 -123t81 -81t121.5 -29.5q104 0 166 54t84 165v508 q-37 29 -84 41t-125 12q-141 0 -221 -93t-80 -298z" />
+<glyph unicode="e" horiz-adv-x="1040" d="M100 512q0 262 117 399.5t334 137.5q70 0 139.5 -15.5t124.5 -58.5t90 -122t35 -208q0 -68 -12 -149h-658q0 -90 18.5 -160t57.5 -118t101.5 -73.5t152.5 -25.5q70 0 139.5 24.5t104.5 57.5l61 -119q-61 -49 -154.5 -78t-197.5 -29q-117 0 -203 38t-141 109t-82 169 t-27 221zM272 625h508q0 156 -59 218t-168 62q-121 0 -194 -63t-87 -217z" />
+<glyph unicode="f" horiz-adv-x="653" d="M45 881v143h160v57q0 94 15.5 164t50 114t90 65.5t137.5 21.5q66 0 116 -8t105 -31l-37 -137q-47 20 -89 26.5t-79 6.5q-53 0 -83 -16.5t-43 -48.5t-16 -78t-3 -107v-29h272v-143h-272v-881h-164v881h-160z" />
+<glyph unicode="g" horiz-adv-x="1099" d="M100 508q0 262 125 398t369 136q117 0 200 -18t148 -43v-1028q0 -199 -105.5 -293t-312.5 -94q-123 0 -197.5 15.5t-127.5 39.5l43 139q47 -18 104 -34.5t150 -16.5q86 0 140 15.5t87 51.5t45 92t12 134v98h-8q-41 -59 -104.5 -91t-165.5 -32q-207 0 -304.5 129.5 t-97.5 401.5zM270 510q0 -86 14.5 -157.5t45 -123t80 -80t120.5 -28.5q104 0 164 52t84 163v524q-82 39 -209 39q-139 0 -219 -94t-80 -295z" />
+<glyph unicode="h" horiz-adv-x="1120" d="M158 0v1434h164v-525h8q53 63 127.5 101.5t185.5 38.5q86 0 149.5 -19.5t105.5 -69t61.5 -132.5t19.5 -210v-618h-164v584q0 80 -9 140t-33.5 100t-66.5 60.5t-110 20.5q-96 0 -174 -62.5t-100 -160.5v-682h-164z" />
+<glyph unicode="i" horiz-adv-x="548" d="M158 1335q0 47 31.5 81t80.5 34t84 -34t35 -81t-35 -77.5t-84 -30.5t-80.5 30.5t-31.5 77.5zM193 0v1024h163v-1024h-163z" />
+<glyph unicode="j" horiz-adv-x="546" d="M18 -291q57 0 91 17.5t52.5 54.5t23.5 93t5 132v1018h164v-1079q0 -190 -65.5 -284.5t-208.5 -94.5q-16 0 -30.5 1t-31.5 3v139zM156 1335q0 47 31.5 81t80.5 34t84 -34t35 -81t-35 -77.5t-84 -30.5t-80.5 30.5t-31.5 77.5z" />
+<glyph unicode="k" horiz-adv-x="980" d="M158 0v1434h164v-873l84 29l317 434h190l-313 -412l-84 -67l102 -82l343 -463h-203l-342 461h-94v-461h-164z" />
+<glyph unicode="l" horiz-adv-x="598" d="M176 205v1229h164v-1182q0 -72 24.5 -102.5t69.5 -30.5q27 0 57.5 4t69.5 18l19 -129q-33 -16 -91.5 -26.5t-101.5 -10.5q-92 0 -151.5 52.5t-59.5 177.5z" />
+<glyph unicode="m" horiz-adv-x="1662" d="M158 0v1024h114l31 -125h8q55 66 128 108t190 42q98 0 160.5 -38t97.5 -132q47 80 130 125t187 45q86 0 145.5 -19.5t98.5 -69t56.5 -133.5t17.5 -213v-614h-164v616q0 74 -7.5 128.5t-29 90t-59 53t-99.5 17.5q-102 0 -159.5 -57t-81.5 -164v-684h-164v580 q0 82 -7.5 142t-28 101t-58 61.5t-99.5 20.5q-94 0 -156.5 -57t-86.5 -143v-705h-164z" />
+<glyph unicode="n" horiz-adv-x="1120" d="M158 0v1024h114l31 -125h8q49 66 132 108t198 42q84 0 147.5 -19.5t105.5 -69t63.5 -132.5t21.5 -210v-618h-164v584q0 160 -46 240.5t-169 80.5q-109 0 -179.5 -58.5t-98.5 -146.5v-700h-164z" />
+<glyph unicode="o" horiz-adv-x="1097" d="M100 512q0 260 116 398.5t333 138.5q115 0 200 -38t140 -109t81.5 -170t26.5 -220q0 -260 -115.5 -398.5t-332.5 -138.5q-115 0 -200 38t-140 109t-82 170t-27 220zM270 512q0 -78 15.5 -149.5t48.5 -125t86 -86t129 -32.5h3q276 0 275 393q0 80 -15 151.5t-48 125 t-86 85t-129 31.5h-3q-276 0 -276 -393z" />
+<glyph unicode="p" horiz-adv-x="1107" d="M158 -410v1434h112l31 -123h8q47 72 122 110t171 38q205 0 305.5 -121t100.5 -396q0 -129 -34 -232t-95.5 -175t-148.5 -111t-193 -39q-76 0 -120 9.5t-95 31.5v-426h-164zM322 178q37 -29 84 -44t124 -15q141 0 224.5 105.5t83.5 310.5q0 84 -14.5 152.5t-46.5 116.5 t-82 74.5t-124 26.5q-104 0 -164.5 -54t-84.5 -165v-508z" />
+<glyph unicode="q" horiz-adv-x="1099" d="M100 508q0 264 127 399t371 135q109 0 204 -20.5t140 -42.5v-1389h-164v512h-8q-41 -61 -103.5 -94t-164.5 -33q-205 0 -303.5 130.5t-98.5 402.5zM270 510q0 -86 14.5 -158.5t45 -124t80 -80t120.5 -28.5q104 0 164 53t84 164v524q-76 39 -209 39q-141 0 -220 -95 t-79 -294z" />
+<glyph unicode="r" horiz-adv-x="696" d="M158 0v1024h114l31 -125h8q39 70 93.5 107.5t138.5 37.5q59 0 133 -20l-35 -158q-61 20 -117 21q-88 0 -139 -48t-63 -122v-717h-164z" />
+<glyph unicode="s" horiz-adv-x="862" d="M80 51l49 139q47 -27 123 -49t154 -22q88 0 145 34.5t57 125.5q0 61 -36.5 96t-91 58.5t-119 45t-119 55t-91 87t-36.5 143.5q0 147 84 216t233 69q111 0 185.5 -19.5t130.5 -46.5l-39 -135q-47 23 -114 40t-142 17q-90 0 -132 -30.5t-42 -106.5q0 -53 36.5 -83t91 -53.5 t119 -46t118.5 -59.5t91 -93t37 -148q0 -66 -21.5 -123.5t-66.5 -98t-111.5 -64.5t-156.5 -24q-117 0 -199 22.5t-137 53.5z" />
+<glyph unicode="t" horiz-adv-x="694" d="M23 881v143h159v203l164 47v-250h279v-143h-279v-568q0 -106 26.5 -150t90.5 -44q53 0 90 11t82 30l37 -125q-55 -27 -121 -43.5t-141 -16.5q-125 0 -176.5 71t-51.5 237v598h-159z" />
+<glyph unicode="u" horiz-adv-x="1103" d="M141 406v618h164v-584q0 -80 9.5 -140t32 -100t61 -60.5t98.5 -20.5q55 0 98 17.5t77 48t59.5 70.5t41.5 85v684h164v-733q0 -74 5 -153t18 -138h-113l-41 162h-10q-47 -80 -127 -133.5t-203 -53.5q-82 0 -144.5 19.5t-104.5 69t-63.5 132.5t-21.5 210z" />
+<glyph unicode="v" horiz-adv-x="987" d="M18 1024h189l246 -600l57 -195h2l51 199l230 596h176l-437 -1047h-69z" />
+<glyph unicode="w" horiz-adv-x="1505" d="M16 1024h179l202 -596l35 -199h2l49 203l219 592h119l236 -598l51 -197h4l39 201l182 594h156l-344 -1047h-80l-268 676l-39 168h-6l-41 -170l-258 -674h-80z" />
+<glyph unicode="x" horiz-adv-x="1054" d="M57 0l369 524l-344 500h201l194 -283l58 -116l59 116l199 283h184l-346 -492l366 -532h-194l-217 311l-62 123l-63 -123l-221 -311h-183z" />
+<glyph unicode="y" horiz-adv-x="954" d="M25 1024h188l246 -664l57 -196h10l45 198l199 662h166l-303 -920l-69 -194q-34 -94 -74.5 -168t-92 -118t-118.5 -44q-74 0 -121 21l28 141q27 -10 52 -10q57 0 110 60.5t88 207.5z" />
+<glyph unicode="z" horiz-adv-x="915" d="M86 0v143l473 652l86 86h-559v143h729v-143l-477 -658l-84 -80h561v-143h-729z" />
+<glyph unicode="{" horiz-adv-x="708" d="M117 410v143q78 0 121 41t43 131v496q0 96 48 155.5t146 59.5h174v-144h-102q-55 0 -81 -27.5t-26 -93.5v-485q0 -90 -43 -137t-100 -57v-13q55 -8 99 -62.5t44 -140.5v-483q0 -63 24.5 -92t84.5 -29h100v-143h-174q-92 0 -143 54.5t-51 158.5v487q0 104 -43 142.5 t-121 38.5z" />
+<glyph unicode="|" horiz-adv-x="487" d="M174 -266v1700h139v-1700h-139z" />
+<glyph unicode="}" horiz-adv-x="708" d="M113 -328h102q55 0 81 28t26 93v486q0 90 42 137t99 57v12q-55 8 -98 62.5t-43 140.5v483q0 63 -25 92t-82 29h-102v144h176q90 0 141 -54.5t51 -158.5v-488q0 -104 43 -142t121 -38v-143q-78 0 -121 -41t-43 -131v-496q0 -96 -48 -155.5t-146 -59.5h-174v143z" />
+<glyph unicode="~" horiz-adv-x="1034" d="M63 739q88 68 160 94.5t131 26.5q57 0 106.5 -17.5t94.5 -39t88 -38.5t90 -17q39 0 80 16t88 57l70 -125q-78 -53 -140.5 -74.5t-113.5 -21.5q-55 0 -101.5 17.5t-88.5 39t-84 39t-91 17.5q-47 0 -100 -21.5t-119 -75.5z" />
+<glyph unicode="&#xa2;" d="M178 512q0 236 97.5 372t277.5 158v187h145v-182q72 -4 127.5 -19.5t100.5 -38.5l-47 -139q-41 20 -91.5 34.5t-103.5 18.5v-784q66 4 119 25.5t88 48.5l53 -125q-49 -35 -111.5 -56.5t-134.5 -29.5v-187h-145v185q-102 10 -173 52t-116 110.5t-65.5 162.5t-20.5 207z M348 512q0 -68 11.5 -130.5t38 -114.5t69.5 -89t106 -51v772q-225 -43 -225 -387z" />
+<glyph unicode="&#xa3;" d="M86 0v147q66 0 112 24t75.5 61.5t44 86t14.5 97.5q0 68 -13.5 122t-33.5 103h-199v143h135q-25 53 -41 117t-16 150q0 201 114.5 304t313.5 103q125 0 217 -18.5t152 -46.5l-54 -146q-47 23 -126 41.5t-191 18.5q-123 0 -189.5 -66.5t-66.5 -179.5q0 -86 20.5 -151.5 t48.5 -125.5h330v-143h-268q16 -47 26.5 -98t10.5 -113q0 -61 -18.5 -125.5t-55.5 -105.5l-80 -68v-8l127 29h524v-152h-913z" />
+<glyph unicode="&#xa5;" d="M4 1434h199l336 -627l34 -125h2l37 129l322 623h182l-416 -762h193v-123h-248v-129h248v-123h-248v-297h-170v297h-248v123h248v129h-248v123h193z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1650" d="M104 594q0 170 57.5 304t156 226.5t229.5 141.5t278 49t278.5 -49t230 -141.5t155.5 -226.5t57 -304t-57 -304t-155.5 -226.5t-229.5 -141.5t-279 -49q-164 0 -297 49t-227 141.5t-145.5 226.5t-51.5 304zM248 594q0 -141 45 -251t123 -183.5t183.5 -112.5t225.5 -39 q121 0 226.5 39t183.5 112.5t123 183.5t45 251t-45 250.5t-123 183.5t-183.5 113t-226.5 39t-226 -39t-183 -113t-123 -183.5t-45 -250.5zM481 594q0 186 93.5 287.5t246.5 101.5q37 0 67 -4t55.5 -11t49.5 -18l56 -22l-54 -125q-45 23 -86 31t-69 8q-86 0 -140.5 -53.5 t-54.5 -194.5q0 -119 53.5 -183.5t157.5 -66.5q96 0 164 37l43 -121q-47 -27 -105.5 -41t-136.5 -14q-166 0 -253 104.5t-87 284.5z" />
+<glyph unicode="&#xad;" horiz-adv-x="737" d="M121 514v152h495v-152h-495z" />
+<glyph unicode="&#xae;" horiz-adv-x="1433" d="M174 924q0 131 43 232t118 170t173 104.5t209 35.5q113 0 212 -35.5t173 -104.5t116 -170t42 -232t-43 -232.5t-118 -170t-173.5 -104.5t-208.5 -36q-115 0 -213 36t-172 104.5t-116 170t-42 232.5zM303 924q0 -106 33 -185.5t89 -131.5t132 -78.5t160 -26.5 q88 0 163.5 25.5t131 77.5t87 131t31.5 188q0 106 -32.5 185t-89 131t-131 79t-160.5 27q-90 0 -166 -27t-131 -79t-86 -131t-31 -185zM506 659v531q33 10 92 15t113 5q86 0 147.5 -35.5t61.5 -123.5q0 -66 -42 -101t-104 -39l57 -28l152 -224h-125l-147 213l-99 31v-244 h-106zM612 965h70q59 0 92 18t33 64q0 72 -119 71q-23 0 -43 -1t-33 -7v-145z" />
+<glyph unicode="&#xb4;" horiz-adv-x="548" d="M123 1169l121 306h182v-43l-207 -263h-96z" />
+<glyph unicode="&#xba;" horiz-adv-x="815" d="M90 1110q0 92 24.5 157.5t66.5 108.5t100.5 62.5t126.5 19.5t126 -18.5t100 -59.5t66.5 -107.5t24.5 -162.5t-24.5 -162.5t-66.5 -107.5t-100.5 -59.5t-125.5 -18.5q-68 0 -126.5 18.5t-100.5 59.5t-66.5 107.5t-24.5 162.5zM242 1110q0 -123 44 -176t122 -53 q39 0 69.5 11t52 36.5t32.5 69.5t11 112t-11 112t-32.5 69.5t-52.5 36.5t-69 11q-78 0 -122 -48t-44 -181z" />
+<glyph unicode="&#x2000;" horiz-adv-x="819" />
+<glyph unicode="&#x2001;" horiz-adv-x="1638" />
+<glyph unicode="&#x2002;" horiz-adv-x="819" />
+<glyph unicode="&#x2003;" horiz-adv-x="1638" />
+<glyph unicode="&#x2004;" horiz-adv-x="544" />
+<glyph unicode="&#x2005;" horiz-adv-x="409" />
+<glyph unicode="&#x2006;" horiz-adv-x="272" />
+<glyph unicode="&#x2007;" horiz-adv-x="272" />
+<glyph unicode="&#x2008;" horiz-adv-x="204" />
+<glyph unicode="&#x2009;" horiz-adv-x="327" />
+<glyph unicode="&#x200a;" horiz-adv-x="90" />
+<glyph unicode="&#x2010;" horiz-adv-x="737" d="M121 514v152h495v-152h-495z" />
+<glyph unicode="&#x2011;" horiz-adv-x="737" d="M121 514v152h495v-152h-495z" />
+<glyph unicode="&#x2012;" horiz-adv-x="737" d="M121 514v152h495v-152h-495z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1351" d="M242 514v152h868v-152h-868z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1679" d="M242 514v152h1196v-152h-1196z" />
+<glyph unicode="&#x2018;" horiz-adv-x="397" d="M82 1313q0 68 19.5 116t47 81.5t57.5 54t52 28.5l51 -71q-45 -23 -72.5 -61t-27.5 -95q8 2 22 2q41 0 63.5 -28.5t22.5 -69.5q0 -47 -30.5 -75t-77.5 -28q-55 0 -91 37t-36 109z" />
+<glyph unicode="&#x2019;" horiz-adv-x="397" d="M82 1350q0 47 29.5 73.5t76.5 26.5q57 0 93 -36t36 -107q0 -68 -19 -117t-47 -83t-58.5 -54.5t-53.5 -28.5l-51 70q47 25 73.5 61.5t26.5 95.5q-8 -2 -22 -2q-39 0 -61.5 28t-22.5 73z" />
+<glyph unicode="&#x201c;" horiz-adv-x="696" d="M381 1313q0 68 19.5 116t47 81.5t57.5 54t52 28.5l51 -71q-45 -23 -72.5 -61t-27.5 -95q8 2 22 2q41 0 63.5 -28.5t22.5 -69.5q0 -47 -30.5 -75t-77.5 -28q-55 0 -91 37t-36 109zM82 1313q0 68 19.5 116t47 81.5t57.5 54t52 28.5l51 -71q-45 -23 -72.5 -61t-27.5 -95 q8 2 22 2q41 0 63.5 -28.5t22.5 -69.5q0 -47 -30.5 -75t-77.5 -28q-55 0 -91 37t-36 109z" />
+<glyph unicode="&#x201d;" horiz-adv-x="696" d="M381 1350q0 47 29.5 73.5t76.5 26.5q57 0 93 -36t36 -107q0 -68 -19 -117t-47 -83t-58.5 -54.5t-53.5 -28.5l-51 70q47 25 73.5 61.5t26.5 95.5q-8 -2 -22 -2q-39 0 -61.5 28t-22.5 73zM82 1350q0 47 29.5 73.5t76.5 26.5q57 0 93 -36t36 -107q0 -68 -19 -117t-47 -83 t-58.5 -54.5t-53.5 -28.5l-51 70q47 25 73.5 61.5t26.5 95.5q-8 -2 -22 -2q-39 0 -61.5 28t-22.5 73z" />
+<glyph unicode="&#x2022;" horiz-adv-x="925" d="M178 637q0 63 22.5 115.5t60.5 90.5t90 58.5t112 20.5q59 0 111.5 -19.5t90 -56.5t60.5 -89t23 -120t-23 -120t-60.5 -89t-90 -56.5t-111.5 -19.5t-111.5 19.5t-90.5 56.5t-60.5 89t-22.5 120z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1554" d="M145 94q0 55 32 87t85 32q55 0 88 -31.5t33 -87.5q0 -53 -33 -86t-88 -33q-53 0 -85 33t-32 86zM666 94q0 55 31.5 87t84.5 32q55 0 88 -31.5t33 -87.5q0 -53 -32.5 -86t-88.5 -33q-53 0 -84.5 33t-31.5 86zM1186 94q0 55 31.5 87t85.5 32q55 0 87.5 -31.5t32.5 -87.5 q0 -53 -32.5 -86t-87.5 -33q-53 0 -85 33t-32 86z" />
+<glyph unicode="&#x202f;" horiz-adv-x="327" />
+<glyph unicode="&#x205f;" horiz-adv-x="409" />
+<glyph unicode="&#x20ac;" d="M20 514l37 135h111v68v39q0 18 2 39h-150l37 135h127q23 141 76 240.5t128 164t168 94t198 29.5q104 0 180 -13t131 -36l-45 -145q-47 23 -110.5 35t-153.5 12q-70 0 -133.5 -20.5t-115.5 -65.5t-90 -118t-59 -177h578l-35 -135h-557q-2 -18 -2 -38v-40v-35q0 -16 2 -33 h516l-35 -135h-467q35 -199 142.5 -295t283.5 -96q80 0 146.5 18.5t113.5 46.5l41 -129q-61 -47 -152 -65.5t-183 -18.5q-236 0 -382.5 130.5t-187.5 408.5h-160z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1812" d="M78 1294v140h717v-140h-279v-598h-160v598h-278zM877 696v738h159l215 -344l58 -119h2l61 123l199 340h162v-738h-156v342l20 211h-8l-80 -174l-178 -287h-67l-183 285l-73 176h-9l27 -209v-344h-149z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1025" d="M0 1025h1025v-1025h-1025v1025z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1105" d="M45 881v143h160v57q0 193 95 280t280 87q121 0 215 -23.5t147 -56.5l-55 -131q-55 35 -131 51.5t-162 16.5q-76 0 -120 -17.5t-67.5 -53.5t-30.5 -89t-7 -121h577v-1024h-164v881h-413v-881h-164v881h-160z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1193" d="M45 881v143h160v57q0 193 83 285t277 92q41 0 92.5 -3t103.5 -8t98 -11t75 -15v-1169q0 -72 25.5 -102.5t68.5 -30.5q29 0 59.5 4t69.5 18l17 -129q-16 -8 -40 -15t-50.5 -11t-53 -7.5t-47.5 -3.5q-92 0 -152.5 52.5t-60.5 177.5v1093q-31 6 -88 11.5t-113 5.5 q-70 0 -109.5 -19.5t-60 -57.5t-25.5 -92t-5 -122h211v-143h-211v-881h-164v881h-160z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1855" d="M1465 1335q0 47 31.5 81t80.5 34t84 -34t35 -81t-35 -77.5t-84 -30.5t-80.5 30.5t-31.5 77.5zM1500 0v1024h163v-1024h-163zM698 881v143h160v57q0 94 15.5 164t50 114t90 65.5t137.5 21.5q66 0 116 -8t105 -31l-37 -137q-47 20 -89 26.5t-79 6.5q-53 0 -83 -16.5 t-43 -48.5t-16 -78t-3 -107v-29h272v-143h-272v-881h-164v881h-160zM45 881v143h160v57q0 94 15.5 164t50 114t90 65.5t137.5 21.5q66 0 116 -8t105 -31l-37 -137q-47 20 -89 26.5t-79 6.5q-53 0 -83 -16.5t-43 -48.5t-16 -78t-3 -107v-29h272v-143h-272v-881h-164v881h-160 z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1904" d="M1483 205v1229h164v-1182q0 -72 24.5 -102.5t69.5 -30.5q27 0 57.5 4t69.5 18l19 -129q-33 -16 -91.5 -26.5t-101.5 -10.5q-92 0 -151.5 52.5t-59.5 177.5zM698 881v143h160v57q0 94 15.5 164t50 114t90 65.5t137.5 21.5q66 0 116 -8t105 -31l-37 -137q-47 20 -89 26.5 t-79 6.5q-53 0 -83 -16.5t-43 -48.5t-16 -78t-3 -107v-29h272v-143h-272v-881h-164v881h-160zM45 881v143h160v57q0 94 15.5 164t50 114t90 65.5t137.5 21.5q66 0 116 -8t105 -31l-37 -137q-47 20 -89 26.5t-79 6.5q-53 0 -83 -16.5t-43 -48.5t-16 -78t-3 -107v-29h272v-143 h-272v-881h-164v881h-160z" />
+<glyph horiz-adv-x="376" d="M664 1460l100 -78l-1051 -1407l-102 80z" />
+</font>
+</defs></svg> 

BIN
services/web/public/font/PTSans-webfont.ttf


BIN
services/web/public/font/PTSans-webfont.woff


BIN
services/web/public/font/cmunrb.otf


BIN
services/web/public/font/cmunrm.otf


BIN
services/web/public/font/cmuntt.otf


BIN
services/web/public/font/fontawesome-webfont.eot


Разница между файлами не показана из-за своего большого размера
+ 163 - 0
services/web/public/font/fontawesome-webfont.svg


BIN
services/web/public/font/fontawesome-webfont.ttf


BIN
services/web/public/font/fontawesome-webfont.woff


+ 0 - 15
services/web/webpack.config.js

@@ -113,21 +113,6 @@ module.exports = {
           { loader: 'less-loader' }
         ]
       },
-      {
-        // Load fonts
-        test: /\.(woff|woff2)$/,
-        use: [
-          {
-            loader: 'file-loader',
-            options: {
-              // Output to public/font
-              outputPath: 'fonts',
-              publicPath: '/fonts/',
-              name: '[name].[ext]'
-            }
-          }
-        ]
-      },
       {
         // These options are necessary for handlebars to have access to helper
         // methods

+ 1 - 23
services/web/webpack.config.prod.js

@@ -5,9 +5,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin')
 
 const base = require('./webpack.config')
 
-// Use "smart" merge: attempts to combine loaders targeting the same file type,
-// overriding the base config
-module.exports = merge.smart(base, {
+module.exports = merge(base, {
   mode: 'production',
 
   // Enable a full source map. Generates a comment linking to the source map
@@ -18,26 +16,6 @@ module.exports = merge.smart(base, {
     filename: 'js/[name]-[chunkhash].js'
   },
 
-  module: {
-    rules: [
-      {
-        // Override base font loading to add hash to filename so that we can
-        // use "immutable" caching
-        test: /\.(woff|woff2)$/,
-        use: [
-          {
-            loader: 'file-loader',
-            options: {
-              outputPath: 'fonts',
-              publicPath: '/fonts/',
-              name: '[name]-[hash].[ext]'
-            }
-          }
-        ]
-      }
-    ]
-  },
-
   optimization: {
     // Minify JS (with Terser) and CSS (with cssnano)
     minimizer: [new TerserPlugin(), new OptimizeCssAssetsPlugin()]

Некоторые файлы не были показаны из-за большого количества измененных файлов