Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eyad Hasan
weather
Commits
6e18cca9
Commit
6e18cca9
authored
Sep 03, 2016
by
Zach Knox
Browse files
Merge branch 'material'
parents
239cf5b8
2098e04f
Changes
14
Hide whitespace changes
Inline
Side-by-side
weather/.bowerrc
0 → 100644
View file @
6e18cca9
{
"directory": ".meteor/local/bower"
}
weather/.meteor/packages
View file @
6e18cca9
...
...
@@ -18,3 +18,5 @@ ecmascript # Enable ECMAScript2015+ syntax in app code
autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
zodiase:mdl
mquandalle:bower
weather/.meteor/versions
View file @
6e18cca9
...
...
@@ -23,6 +23,7 @@ ecmascript-runtime@0.2.6
ejson@1.0.7
es5-shim@4.1.14
fastclick@1.0.7
fourseven:scss@3.4.1
geojson-utils@1.0.4
hot-code-push@1.0.0
html-tools@1.0.5
...
...
@@ -42,6 +43,7 @@ mobile-experience@1.0.1
mobile-status-bar@1.0.6
mongo@1.1.3
mongo-id@1.0.1
mquandalle:bower@1.5.2_1
npm-mongo@1.4.39_1
observe-sequence@1.0.7
ordered-dict@1.0.4
...
...
@@ -64,3 +66,7 @@ underscore@1.0.4
url@1.0.5
webapp@1.2.3
webapp-hashing@1.0.5
zodiase:check@0.0.4
zodiase:material-design-icons-fonts@2.2.1
zodiase:mdl@1.1.2_2
zodiase:mdl-assets@1.1.2_1
weather/bower.json
0 → 100644
View file @
6e18cca9
{
"name"
:
"weather"
,
"version"
:
"1.0.0"
,
"authors"
:
[
"Nicholas Anderson <nanderson@nanderson.me>"
],
"description"
:
"Beautifully display live forcast data for the Mason community"
,
"keywords"
:
[
"weather"
,
"gmu"
,
"SRCT"
],
"license"
:
"Apache2"
,
"homepage"
:
"https://srct.gmu.edu"
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"bower_components"
,
".meteor/local/bower"
,
"test"
,
"tests"
],
"dependencies"
:
{
"weather-icons"
:
"~2.0.10"
}
}
weather/client/head.html
View file @
6e18cca9
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"SRCT Weather beautifully displays live weather and forecasts for Mason's campuses."
>
<title>
SRCT Weather
</title>
<title>
SRCT Weather - 76
°
F
</title>
<link
rel=
"stylesheet"
href=
"weather.css"
>
</head>
weather/client/weather-icons.min.css
deleted
100644 → 0
View file @
239cf5b8
/*!
* Weather Icons 2.0
* Updated August 1, 2015
* Weather themed icons for Bootstrap
* Author - Erik Flowers - erik@helloerik.com
* Email: erik@helloerik.com
* Twitter: http://twitter.com/Erik_UX
* ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
*
* License
* ------------------------------------------------------------------------------
* - Font licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - CSS, SCSS and LESS are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Inspired by and works great as a companion with Font Awesome
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*//*!
* Weather Icons 2.0
* Updated August 1, 2015
* Weather themed icons for Bootstrap
* Author - Erik Flowers - erik@helloerik.com
* Email: erik@helloerik.com
* Twitter: http://twitter.com/Erik_UX
* ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
*
* License
* ------------------------------------------------------------------------------
* - Font licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - CSS, SCSS and LESS are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Inspired by and works great as a companion with Font Awesome
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*/
@font-face
{
font-family
:
weathericons
;
src
:
url(/fonts/weathericons-regular-webfont.eot)
;
src
:
url(/fonts/weathericons-regular-webfont.eot?#iefix)
format
(
'embedded-opentype'
),
url(/fonts/weathericons-regular-webfont.woff2)
format
(
'woff2'
),
url(/fonts/weathericons-regular-webfont.woff)
format
(
'woff'
),
url(/fonts/weathericons-regular-webfont.ttf)
format
(
'truetype'
),
url(/fonts/weathericons-regular-webfont.svg#weather_iconsregular)
format
(
'svg'
);
font-weight
:
400
;
font-style
:
normal
}
.wi
{
display
:
inline-block
;
font-family
:
weathericons
;
font-style
:
normal
;
font-weight
:
400
;
line-height
:
1
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
}
.wi-fw
{
text-align
:
center
;
width
:
1.4em
}
.wi-rotate-90
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
1
);
-webkit-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
transform
:
rotate
(
90deg
)}
.wi-rotate-180
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
2
);
-webkit-transform
:
rotate
(
180deg
);
-ms-transform
:
rotate
(
180deg
);
transform
:
rotate
(
180deg
)}
.wi-rotate-270
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
-webkit-transform
:
rotate
(
270deg
);
-ms-transform
:
rotate
(
270deg
);
transform
:
rotate
(
270deg
)}
.wi-flip-horizontal
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
0
,
mirror
=
1
);
-webkit-transform
:
scale
(
-1
,
1
);
-ms-transform
:
scale
(
-1
,
1
);
transform
:
scale
(
-1
,
1
)}
.wi-flip-vertical
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
2
,
mirror
=
1
);
-webkit-transform
:
scale
(
1
,
-1
);
-ms-transform
:
scale
(
1
,
-1
);
transform
:
scale
(
1
,
-1
)}
.wi-day-sunny
:before
{
content
:
"\f00d"
}
.wi-day-cloudy
:before
{
content
:
"\f002"
}
.wi-day-cloudy-gusts
:before
{
content
:
"\f000"
}
.wi-day-cloudy-windy
:before
{
content
:
"\f001"
}
.wi-day-fog
:before
{
content
:
"\f003"
}
.wi-day-hail
:before
{
content
:
"\f004"
}
.wi-day-haze
:before
{
content
:
"\f0b6"
}
.wi-day-lightning
:before
{
content
:
"\f005"
}
.wi-day-rain
:before
{
content
:
"\f008"
}
.wi-day-rain-mix
:before
{
content
:
"\f006"
}
.wi-day-rain-wind
:before
{
content
:
"\f007"
}
.wi-day-showers
:before
{
content
:
"\f009"
}
.wi-day-sleet
:before
{
content
:
"\f0b2"
}
.wi-day-sleet-storm
:before
{
content
:
"\f068"
}
.wi-day-snow
:before
{
content
:
"\f00a"
}
.wi-day-snow-thunderstorm
:before
{
content
:
"\f06b"
}
.wi-day-snow-wind
:before
{
content
:
"\f065"
}
.wi-day-sprinkle
:before
{
content
:
"\f00b"
}
.wi-day-storm-showers
:before
{
content
:
"\f00e"
}
.wi-day-sunny-overcast
:before
{
content
:
"\f00c"
}
.wi-day-thunderstorm
:before
{
content
:
"\f010"
}
.wi-day-windy
:before
{
content
:
"\f085"
}
.wi-solar-eclipse
:before
{
content
:
"\f06e"
}
.wi-hot
:before
{
content
:
"\f072"
}
.wi-day-cloudy-high
:before
{
content
:
"\f07d"
}
.wi-day-light-wind
:before
{
content
:
"\f0c4"
}
.wi-night-clear
:before
{
content
:
"\f02e"
}
.wi-night-alt-cloudy
:before
{
content
:
"\f086"
}
.wi-night-alt-cloudy-gusts
:before
{
content
:
"\f022"
}
.wi-night-alt-cloudy-windy
:before
{
content
:
"\f023"
}
.wi-night-alt-hail
:before
{
content
:
"\f024"
}
.wi-night-alt-lightning
:before
{
content
:
"\f025"
}
.wi-night-alt-rain
:before
{
content
:
"\f028"
}
.wi-night-alt-rain-mix
:before
{
content
:
"\f026"
}
.wi-night-alt-rain-wind
:before
{
content
:
"\f027"
}
.wi-night-alt-showers
:before
{
content
:
"\f029"
}
.wi-night-alt-sleet
:before
{
content
:
"\f0b4"
}
.wi-night-alt-sleet-storm
:before
{
content
:
"\f06a"
}
.wi-night-alt-snow
:before
{
content
:
"\f02a"
}
.wi-night-alt-snow-thunderstorm
:before
{
content
:
"\f06d"
}
.wi-night-alt-snow-wind
:before
{
content
:
"\f067"
}
.wi-night-alt-sprinkle
:before
{
content
:
"\f02b"
}
.wi-night-alt-storm-showers
:before
{
content
:
"\f02c"
}
.wi-night-alt-thunderstorm
:before
{
content
:
"\f02d"
}
.wi-night-cloudy
:before
{
content
:
"\f031"
}
.wi-night-cloudy-gusts
:before
{
content
:
"\f02f"
}
.wi-night-cloudy-windy
:before
{
content
:
"\f030"
}
.wi-night-fog
:before
{
content
:
"\f04a"
}
.wi-night-hail
:before
{
content
:
"\f032"
}
.wi-night-lightning
:before
{
content
:
"\f033"
}
.wi-night-partly-cloudy
:before
{
content
:
"\f083"
}
.wi-night-rain
:before
{
content
:
"\f036"
}
.wi-night-rain-mix
:before
{
content
:
"\f034"
}
.wi-night-rain-wind
:before
{
content
:
"\f035"
}
.wi-night-showers
:before
{
content
:
"\f037"
}
.wi-night-sleet
:before
{
content
:
"\f0b3"
}
.wi-night-sleet-storm
:before
{
content
:
"\f069"
}
.wi-night-snow
:before
{
content
:
"\f038"
}
.wi-night-snow-thunderstorm
:before
{
content
:
"\f06c"
}
.wi-night-snow-wind
:before
{
content
:
"\f066"
}
.wi-night-sprinkle
:before
{
content
:
"\f039"
}
.wi-night-storm-showers
:before
{
content
:
"\f03a"
}
.wi-night-thunderstorm
:before
{
content
:
"\f03b"
}
.wi-lunar-eclipse
:before
{
content
:
"\f070"
}
.wi-stars
:before
{
content
:
"\f077"
}
.wi-storm-showers
:before
{
content
:
"\f01d"
}
.wi-thunderstorm
:before
{
content
:
"\f01e"
}
.wi-night-alt-cloudy-high
:before
{
content
:
"\f07e"
}
.wi-night-cloudy-high
:before
{
content
:
"\f080"
}
.wi-night-alt-partly-cloudy
:before
{
content
:
"\f081"
}
.wi-cloud
:before
{
content
:
"\f041"
}
.wi-cloudy
:before
{
content
:
"\f013"
}
.wi-cloudy-gusts
:before
{
content
:
"\f011"
}
.wi-cloudy-windy
:before
{
content
:
"\f012"
}
.wi-fog
:before
{
content
:
"\f014"
}
.wi-hail
:before
{
content
:
"\f015"
}
.wi-rain
:before
{
content
:
"\f019"
}
.wi-rain-mix
:before
{
content
:
"\f017"
}
.wi-rain-wind
:before
{
content
:
"\f018"
}
.wi-showers
:before
{
content
:
"\f01a"
}
.wi-sleet
:before
{
content
:
"\f0b5"
}
.wi-snow
:before
{
content
:
"\f01b"
}
.wi-sprinkle
:before
{
content
:
"\f01c"
}
.wi-storm-showers
:before
{
content
:
"\f01d"
}
.wi-thunderstorm
:before
{
content
:
"\f01e"
}
.wi-snow-wind
:before
{
content
:
"\f064"
}
.wi-snow
:before
{
content
:
"\f01b"
}
.wi-smog
:before
{
content
:
"\f074"
}
.wi-smoke
:before
{
content
:
"\f062"
}
.wi-lightning
:before
{
content
:
"\f016"
}
.wi-raindrops
:before
{
content
:
"\f04e"
}
.wi-raindrop
:before
{
content
:
"\f078"
}
.wi-dust
:before
{
content
:
"\f063"
}
.wi-snowflake-cold
:before
{
content
:
"\f076"
}
.wi-windy
:before
{
content
:
"\f021"
}
.wi-strong-wind
:before
{
content
:
"\f050"
}
.wi-sandstorm
:before
{
content
:
"\f082"
}
.wi-earthquake
:before
{
content
:
"\f0c6"
}
.wi-fire
:before
{
content
:
"\f0c7"
}
.wi-flood
:before
{
content
:
"\f07c"
}
.wi-meteor
:before
{
content
:
"\f071"
}
.wi-tsunami
:before
{
content
:
"\f0c5"
}
.wi-volcano
:before
{
content
:
"\f0c8"
}
.wi-hurricane
:before
{
content
:
"\f073"
}
.wi-tornado
:before
{
content
:
"\f056"
}
.wi-small-craft-advisory
:before
{
content
:
"\f0cc"
}
.wi-gale-warning
:before
{
content
:
"\f0cd"
}
.wi-storm-warning
:before
{
content
:
"\f0ce"
}
.wi-hurricane-warning
:before
{
content
:
"\f0cf"
}
.wi-wind-direction
:before
{
content
:
"\f0b1"
}
.wi-alien
:before
{
content
:
"\f075"
}
.wi-celsius
:before
{
content
:
"\f03c"
}
.wi-fahrenheit
:before
{
content
:
"\f045"
}
.wi-degrees
:before
{
content
:
"\f042"
}
.wi-thermometer
:before
{
content
:
"\f055"
}
.wi-thermometer-exterior
:before
{
content
:
"\f053"
}
.wi-thermometer-internal
:before
{
content
:
"\f054"
}
.wi-cloud-down
:before
{
content
:
"\f03d"
}
.wi-cloud-up
:before
{
content
:
"\f040"
}
.wi-cloud-refresh
:before
{
content
:
"\f03e"
}
.wi-horizon
:before
{
content
:
"\f047"
}
.wi-horizon-alt
:before
{
content
:
"\f046"
}
.wi-sunrise
:before
{
content
:
"\f051"
}
.wi-sunset
:before
{
content
:
"\f052"
}
.wi-moonrise
:before
{
content
:
"\f0c9"
}
.wi-moonset
:before
{
content
:
"\f0ca"
}
.wi-refresh
:before
{
content
:
"\f04c"
}
.wi-refresh-alt
:before
{
content
:
"\f04b"
}
.wi-umbrella
:before
{
content
:
"\f084"
}
.wi-barometer
:before
{
content
:
"\f079"
}
.wi-humidity
:before
{
content
:
"\f07a"
}
.wi-na
:before
{
content
:
"\f07b"
}
.wi-train
:before
{
content
:
"\f0cb"
}
.wi-moon-new
:before
{
content
:
"\f095"
}
.wi-moon-waxing-crescent-1
:before
{
content
:
"\f096"
}
.wi-moon-waxing-crescent-2
:before
{
content
:
"\f097"
}
.wi-moon-waxing-crescent-3
:before
{
content
:
"\f098"
}
.wi-moon-waxing-crescent-4
:before
{
content
:
"\f099"
}
.wi-moon-waxing-crescent-5
:before
{
content
:
"\f09a"
}
.wi-moon-waxing-crescent-6
:before
{
content
:
"\f09b"
}
.wi-moon-first-quarter
:before
{
content
:
"\f09c"
}
.wi-moon-waxing-gibbous-1
:before
{
content
:
"\f09d"
}
.wi-moon-waxing-gibbous-2
:before
{
content
:
"\f09e"
}
.wi-moon-waxing-gibbous-3
:before
{
content
:
"\f09f"
}
.wi-moon-waxing-gibbous-4
:before
{
content
:
"\f0a0"
}
.wi-moon-waxing-gibbous-5
:before
{
content
:
"\f0a1"
}
.wi-moon-waxing-gibbous-6
:before
{
content
:
"\f0a2"
}
.wi-moon-full
:before
{
content
:
"\f0a3"
}
.wi-moon-waning-gibbous-1
:before
{
content
:
"\f0a4"
}
.wi-moon-waning-gibbous-2
:before
{
content
:
"\f0a5"
}
.wi-moon-waning-gibbous-3
:before
{
content
:
"\f0a6"
}
.wi-moon-waning-gibbous-4
:before
{
content
:
"\f0a7"
}
.wi-moon-waning-gibbous-5
:before
{
content
:
"\f0a8"
}
.wi-moon-waning-gibbous-6
:before
{
content
:
"\f0a9"
}
.wi-moon-third-quarter
:before
{
content
:
"\f0aa"
}
.wi-moon-waning-crescent-1
:before
{
content
:
"\f0ab"
}
.wi-moon-waning-crescent-2
:before
{
content
:
"\f0ac"
}
.wi-moon-waning-crescent-3
:before
{
content
:
"\f0ad"
}
.wi-moon-waning-crescent-4
:before
{
content
:
"\f0ae"
}
.wi-moon-waning-crescent-5
:before
{
content
:
"\f0af"
}
.wi-moon-waning-crescent-6
:before
{
content
:
"\f0b0"
}
.wi-moon-alt-new
:before
{
content
:
"\f0eb"
}
.wi-moon-alt-waxing-crescent-1
:before
{
content
:
"\f0d0"
}
.wi-moon-alt-waxing-crescent-2
:before
{
content
:
"\f0d1"
}
.wi-moon-alt-waxing-crescent-3
:before
{
content
:
"\f0d2"
}
.wi-moon-alt-waxing-crescent-4
:before
{
content
:
"\f0d3"
}
.wi-moon-alt-waxing-crescent-5
:before
{
content
:
"\f0d4"
}
.wi-moon-alt-waxing-crescent-6
:before
{
content
:
"\f0d5"
}
.wi-moon-alt-first-quarter
:before
{
content
:
"\f0d6"
}
.wi-moon-alt-waxing-gibbous-1
:before
{
content
:
"\f0d7"
}
.wi-moon-alt-waxing-gibbous-2
:before
{
content
:
"\f0d8"
}
.wi-moon-alt-waxing-gibbous-3
:before
{
content
:
"\f0d9"
}
.wi-moon-alt-waxing-gibbous-4
:before
{
content
:
"\f0da"
}
.wi-moon-alt-waxing-gibbous-5
:before
{
content
:
"\f0db"
}
.wi-moon-alt-waxing-gibbous-6
:before
{
content
:
"\f0dc"
}
.wi-moon-alt-full
:before
{
content
:
"\f0dd"
}
.wi-moon-alt-waning-gibbous-1
:before
{
content
:
"\f0de"
}
.wi-moon-alt-waning-gibbous-2
:before
{
content
:
"\f0df"
}
.wi-moon-alt-waning-gibbous-3
:before
{
content
:
"\f0e0"
}
.wi-moon-alt-waning-gibbous-4
:before
{
content
:
"\f0e1"
}
.wi-moon-alt-waning-gibbous-5
:before
{
content
:
"\f0e2"
}
.wi-moon-alt-waning-gibbous-6
:before
{
content
:
"\f0e3"
}
.wi-moon-alt-third-quarter
:before
{
content
:
"\f0e4"
}
.wi-moon-alt-waning-crescent-1
:before
{
content
:
"\f0e5"
}
.wi-moon-alt-waning-crescent-2
:before
{
content
:
"\f0e6"
}
.wi-moon-alt-waning-crescent-3
:before
{
content
:
"\f0e7"
}
.wi-moon-alt-waning-crescent-4
:before
{
content
:
"\f0e8"
}
.wi-moon-alt-waning-crescent-5
:before
{
content
:
"\f0e9"
}
.wi-moon-alt-waning-crescent-6
:before
{
content
:
"\f0ea"
}
.wi-moon-0
:before
{
content
:
"\f095"
}
.wi-moon-1
:before
{
content
:
"\f096"
}
.wi-moon-2
:before
{
content
:
"\f097"
}
.wi-moon-3
:before
{
content
:
"\f098"
}
.wi-moon-4
:before
{
content
:
"\f099"
}
.wi-moon-5
:before
{
content
:
"\f09a"
}
.wi-moon-6
:before
{
content
:
"\f09b"
}
.wi-moon-7
:before
{
content
:
"\f09c"
}
.wi-moon-8
:before
{
content
:
"\f09d"
}
.wi-moon-9
:before
{
content
:
"\f09e"
}
.wi-moon-10
:before
{
content
:
"\f09f"
}
.wi-moon-11
:before
{
content
:
"\f0a0"
}
.wi-moon-12
:before
{
content
:
"\f0a1"
}
.wi-moon-13
:before
{
content
:
"\f0a2"
}
.wi-moon-14
:before
{
content
:
"\f0a3"
}
.wi-moon-15
:before
{
content
:
"\f0a4"
}
.wi-moon-16
:before
{
content
:
"\f0a5"
}
.wi-moon-17
:before
{
content
:
"\f0a6"
}
.wi-moon-18
:before
{
content
:
"\f0a7"
}
.wi-moon-19
:before
{
content
:
"\f0a8"
}
.wi-moon-20
:before
{
content
:
"\f0a9"
}
.wi-moon-21
:before
{
content
:
"\f0aa"
}
.wi-moon-22
:before
{
content
:
"\f0ab"
}
.wi-moon-23
:before
{
content
:
"\f0ac"
}
.wi-moon-24
:before
{
content
:
"\f0ad"
}
.wi-moon-25
:before
{
content
:
"\f0ae"
}
.wi-moon-26
:before
{
content
:
"\f0af"
}
.wi-moon-27
:before
{
content
:
"\f0b0"
}
.wi-time-1
:before
{
content
:
"\f08a"
}
.wi-time-2
:before
{
content
:
"\f08b"
}
.wi-time-3
:before
{
content
:
"\f08c"
}
.wi-time-4
:before
{
content
:
"\f08d"
}
.wi-time-5
:before
{
content
:
"\f08e"
}
.wi-time-6
:before
{
content
:
"\f08f"
}
.wi-time-7
:before
{
content
:
"\f090"
}
.wi-time-8
:before
{
content
:
"\f091"
}
.wi-time-9
:before
{
content
:
"\f092"
}
.wi-time-10
:before
{
content
:
"\f093"
}
.wi-time-11
:before
{
content
:
"\f094"
}
.wi-time-12
:before
{
content
:
"\f089"
}
.wi-direction-up
:before
{
content
:
"\f058"
}
.wi-direction-up-right
:before
{
content
:
"\f057"
}
.wi-direction-right
:before
{
content
:
"\f04d"
}
.wi-direction-down-right
:before
{
content
:
"\f088"
}
.wi-direction-down
:before
{
content
:
"\f044"
}
.wi-direction-down-left
:before
{
content
:
"\f043"
}
.wi-direction-left
:before
{
content
:
"\f048"
}
.wi-direction-up-left
:before
{
content
:
"\f087"
}
.wi-wind-beaufort-0
:before
{
content
:
"\f0b7"
}
.wi-wind-beaufort-1
:before
{
content
:
"\f0b8"
}
.wi-wind-beaufort-2
:before
{
content
:
"\f0b9"
}
.wi-wind-beaufort-3
:before
{
content
:
"\f0ba"
}
.wi-wind-beaufort-4
:before
{
content
:
"\f0bb"
}
.wi-wind-beaufort-5
:before
{
content
:
"\f0bc"
}
.wi-wind-beaufort-6
:before
{
content
:
"\f0bd"
}
.wi-wind-beaufort-7
:before
{
content
:
"\f0be"
}
.wi-wind-beaufort-8
:before
{
content
:
"\f0bf"
}
.wi-wind-beaufort-9
:before
{
content
:
"\f0c0"
}
.wi-wind-beaufort-10
:before
{
content
:
"\f0c1"
}
.wi-wind-beaufort-11
:before
{
content
:
"\f0c2"
}
.wi-wind-beaufort-12
:before
{
content
:
"\f0c3"
}
.wi-yahoo-0
:before
{
content
:
"\f056"
}
.wi-yahoo-1
:before
{
content
:
"\f00e"
}
.wi-yahoo-2
:before
{
content
:
"\f073"
}
.wi-yahoo-3
:before
{
content
:
"\f01e"
}
.wi-yahoo-4
:before
{
content
:
"\f01e"
}
.wi-yahoo-5
:before
{
content
:
"\f017"
}
.wi-yahoo-6
:before
{
content
:
"\f017"
}
.wi-yahoo-7
:before
{
content
:
"\f017"
}
.wi-yahoo-8
:before
{
content
:
"\f015"
}
.wi-yahoo-9
:before
{
content
:
"\f01a"
}
.wi-yahoo-10
:before
{
content
:
"\f015"
}
.wi-yahoo-11
:before
{
content
:
"\f01a"
}
.wi-yahoo-12
:before
{
content
:
"\f01a"
}
.wi-yahoo-13
:before
{
content
:
"\f01b"
}
.wi-yahoo-14
:before
{
content
:
"\f00a"
}
.wi-yahoo-15
:before
{
content
:
"\f064"
}
.wi-yahoo-16
:before
{
content
:
"\f01b"
}
.wi-yahoo-17
:before
{
content
:
"\f015"
}
.wi-yahoo-18
:before
{
content
:
"\f017"
}
.wi-yahoo-19
:before
{
content
:
"\f063"
}
.wi-yahoo-20
:before
{
content
:
"\f014"
}
.wi-yahoo-21
:before
{
content
:
"\f021"
}
.wi-yahoo-22
:before
{
content
:
"\f062"
}
.wi-yahoo-23
:before
{
content
:
"\f050"
}
.wi-yahoo-24
:before
{
content
:
"\f050"
}
.wi-yahoo-25
:before
{
content
:
"\f076"
}
.wi-yahoo-26
:before
{
content
:
"\f013"
}
.wi-yahoo-27
:before
{
content
:
"\f031"
}
.wi-yahoo-28
:before
{
content
:
"\f002"
}
.wi-yahoo-29
:before
{
content
:
"\f031"
}
.wi-yahoo-30
:before
{
content
:
"\f002"
}
.wi-yahoo-31
:before
{
content
:
"\f02e"
}
.wi-yahoo-32
:before
{
content
:
"\f00d"
}
.wi-yahoo-33
:before
{
content
:
"\f083"
}
.wi-yahoo-34
:before
{
content
:
"\f00c"
}
.wi-yahoo-35
:before
{
content
:
"\f017"
}
.wi-yahoo-36
:before
{
content
:
"\f072"
}
.wi-yahoo-37
:before
{
content
:
"\f00e"
}
.wi-yahoo-38
:before
{
content
:
"\f00e"
}
.wi-yahoo-39
:before
{
content
:
"\f00e"
}
.wi-yahoo-40
:before
{
content
:
"\f01a"
}
.wi-yahoo-41
:before
{
content
:
"\f064"
}
.wi-yahoo-42
:before
{
content
:
"\f01b"
}
.wi-yahoo-43
:before
{
content
:
"\f064"
}
.wi-yahoo-44
:before
{
content
:
"\f00c"
}
.wi-yahoo-45
:before
{
content
:
"\f00e"
}
.wi-yahoo-46
:before
{
content
:
"\f01b"
}
.wi-yahoo-47
:before
{
content
:
"\f00e"
}
.wi-yahoo-3200
:before
{
content
:
"\f077"
}
.wi-forecast-io-clear-day
:before
{
content
:
"\f00d"
}
.wi-forecast-io-clear-night
:before
{
content
:
"\f02e"
}
.wi-forecast-io-rain
:before
{
content
:
"\f019"
}
.wi-forecast-io-snow
:before
{
content
:
"\f01b"
}
.wi-forecast-io-sleet
:before
{
content
:
"\f0b5"
}
.wi-forecast-io-wind
:before
{
content
:
"\f050"
}
.wi-forecast-io-fog
:before
{
content
:
"\f014"
}
.wi-forecast-io-cloudy
:before
{
content
:
"\f013"
}
.wi-forecast-io-partly-cloudy-day
:before
{
content
:
"\f002"
}
.wi-forecast-io-partly-cloudy-night
:before
{
content
:
"\f031"
}
.wi-forecast-io-hail
:before
{
content
:
"\f015"
}
.wi-forecast-io-thunderstorm
:before
{
content
:
"\f01e"
}
.wi-forecast-io-tornado
:before
{
content
:
"\f056"
}
.wi-wmo4680-00
:before
,
.wi-wmo4680-0
:before
{
content
:
"\f055"
}
.wi-wmo4680-01
:before
,
.wi-wmo4680-1
:before
{
content
:
"\f013"
}
.wi-wmo4680-02
:before
,
.wi-wmo4680-2
:before
{
content
:
"\f055"
}
.wi-wmo4680-03
:before
,
.wi-wmo4680-3
:before
{
content
:
"\f013"
}
.wi-wmo4680-04
:before
,
.wi-wmo4680-4
:before
{
content
:
"\f014"
}
.wi-wmo4680-05
:before
,
.wi-wmo4680-5
:before
{
content
:
"\f014"
}
.wi-wmo4680-10
:before
{
content
:
"\f014"
}
.wi-wmo4680-11
:before
{
content
:
"\f014"
}
.wi-wmo4680-12
:before
{
content
:
"\f016"
}
.wi-wmo4680-18
:before
{
content
:
"\f050"
}
.wi-wmo4680-20
:before
{
content
:
"\f014"
}
.wi-wmo4680-21
:before
{
content
:
"\f017"
}
.wi-wmo4680-22
:before
{
content
:
"\f017"
}
.wi-wmo4680-23
:before
{
content
:
"\f019"
}
.wi-wmo4680-24
:before
{
content
:
"\f01b"
}
.wi-wmo4680-25
:before
{
content
:
"\f015"
}
.wi-wmo4680-26
:before
{
content
:
"\f01e"
}
.wi-wmo4680-27
:before
{
content
:
"\f063"
}
.wi-wmo4680-28
:before
{
content
:
"\f063"
}
.wi-wmo4680-29
:before
{
content
:
"\f063"
}
.wi-wmo4680-30
:before
{
content
:
"\f014"
}
.wi-wmo4680-31
:before
{
content
:
"\f014"
}
.wi-wmo4680-32
:before
{
content
:
"\f014"
}
.wi-wmo4680-33
:before
{
content
:
"\f014"
}
.wi-wmo4680-34
:before
{
content
:
"\f014"
}
.wi-wmo4680-35
:before
{
content
:
"\f014"
}
.wi-wmo4680-40
:before
{
content
:
"\f017"
}
.wi-wmo4680-41
:before
{
content
:
"\f01c"
}
.wi-wmo4680-42
:before
{
content
:
"\f019"
}
.wi-wmo4680-43
:before
{
content
:
"\f01c"
}
.wi-wmo4680-44
:before
{
content
:
"\f019"
}
.wi-wmo4680-45
:before
{
content
:
"\f015"
}
.wi-wmo4680-46
:before
{
content
:
"\f015"
}
.wi-wmo4680-47
:before
{
content
:
"\f01b"
}
.wi-wmo4680-48
:before
{
content
:
"\f01b"
}
.wi-wmo4680-50
:before
{
content
:
"\f01c"
}
.wi-wmo4680-51
:before
{
content
:
"\f01c"
}
.wi-wmo4680-52
:before
{
content
:
"\f019"
}
.wi-wmo4680-53
:before
{
content
:
"\f019"
}
.wi-wmo4680-54
:before
{
content
:
"\f076"
}
.wi-wmo4680-55
:before
{
content
:
"\f076"
}
.wi-wmo4680-56
:before
{
content
:
"\f076"
}
.wi-wmo4680-57
:before
{
content
:
"\f01c"
}
.wi-wmo4680-58
:before
{
content
:
"\f019"
}
.wi-wmo4680-60
:before
{
content
:
"\f01c"
}
.wi-wmo4680-61
:before
{
content
:
"\f01c"
}
.wi-wmo4680-62
:before
{
content
:
"\f019"
}
.wi-wmo4680-63
:before
{
content
:
"\f019"
}
.wi-wmo4680-64
:before
{
content
:
"\f015"
}
.wi-wmo4680-65
:before
{
content
:
"\f015"
}
.wi-wmo4680-66
:before
{
content
:
"\f015"
}
.wi-wmo4680-67
:before
{
content
:
"\f017"
}
.wi-wmo4680-68
:before
{
content
:
"\f017"
}
.wi-wmo4680-70
:before
{
content
:
"\f01b"
}
.wi-wmo4680-71
:before
{
content
:
"\f01b"
}
.wi-wmo4680-72
:before
{
content
:
"\f01b"
}
.wi-wmo4680-73
:before
{
content
:
"\f01b"
}
.wi-wmo4680-74
:before
{
content
:
"\f076"
}
.wi-wmo4680-75
:before
{
content
:
"\f076"
}
.wi-wmo4680-76
:before
{
content
:
"\f076"
}
.wi-wmo4680-77
:before
{
content
:
"\f01b"
}
.wi-wmo4680-78
:before
{
content
:
"\f076"
}
.wi-wmo4680-80
:before
{
content
:
"\f019"
}
.wi-wmo4680-81
:before
{
content
:
"\f01c"
}
.wi-wmo4680-82
:before
{
content
:
"\f019"
}
.wi-wmo4680-83
:before
{
content
:
"\f019"
}
.wi-wmo4680-84
:before
{
content
:
"\f01d"
}
.wi-wmo4680-85
:before
{
content
:
"\f017"
}
.wi-wmo4680-86
:before
{
content
:
"\f017"
}
.wi-wmo4680-87
:before
{
content
:
"\f017"
}
.wi-wmo4680-89
:before
{
content
:
"\f015"
}
.wi-wmo4680-90
:before
{
content
:
"\f016"
}
.wi-wmo4680-91
:before
{
content
:
"\f01d"
}
.wi-wmo4680-92
:before
{
content
:
"\f01e"
}
.wi-wmo4680-93
:before
{
content
:
"\f01e"
}
.wi-wmo4680-94
:before
{
content
:
"\f016"
}
.wi-wmo4680-95
:before
{
content
:
"\f01e"
}
.wi-wmo4680-96
:before
{
content
:
"\f01e"
}
.wi-wmo4680-99
:before
{
content
:
"\f056"
}
.wi-owm-200
:before
{
content
:
"\f01e"
}
.wi-owm-201
:before
{
content
:
"\f01e"
}
.wi-owm-202
:before
{
content
:
"\f01e"
}
.wi-owm-210
:before
{
content
:
"\f016"
}
.wi-owm-211
:before
{
content
:
"\f016"
}
.wi-owm-212
:before
{
content
:
"\f016"
}
.wi-owm-221
:before
{
content
:
"\f016"
}
.wi-owm-230
:before
{
content
:
"\f01e"
}
.wi-owm-231
:before
{
content
:
"\f01e"
}
.wi-owm-232
:before
{
content
:
"\f01e"
}
.wi-owm-300
:before
{
content
:
"\f01c"
}
.wi-owm-301
:before
{
content
:
"\f01c"
}
.wi-owm-302
:before
{
content
:
"\f019"
}
.wi-owm-310
:before
{
content
:
"\f017"
}
.wi-owm-311
:before
{
content
:
"\f019"
}
.wi-owm-312
:before
{
content
:
"\f019"
}
.wi-owm-313
:before
{
content
:
"\f01a"
}
.wi-owm-314
:before
{
content
:
"\f019"
}
.wi-owm-321
:before
{
content
:
"\f01c"
}
.wi-owm-500
:before
{
content
:
"\f01c"
}
.wi-owm-501
:before
{
content
:
"\f019"
}
.wi-owm-502
:before
{
content
:
"\f019"
}
.wi-owm-503
:before
{
content
:
"\f019"
}
.wi-owm-504
:before
{
content
:
"\f019"
}
.wi-owm-511
:before
{
content
:
"\f017"
}
.wi-owm-520
:before
{
content
:
"\f01a"
}
.wi-owm-521
:before
{
content
:
"\f01a"
}
.wi-owm-522
:before
{
content
:
"\f01a"
}
.wi-owm-531
:before
{
content
:
"\f01d"
}
.wi-owm-600
:before
{
content
:
"\f01b"
}
.wi-owm-601
:before
{
content
:
"\f01b"
}
.wi-owm-602
:before
{
content
:
"\f0b5"
}
.wi-owm-611
:before
{
content
:
"\f017"
}
.wi-owm-612
:before
{
content
:
"\f017"
}
.wi-owm-615
:before
{
content
:
"\f017"
}
.wi-owm-616
:before
{
content
:
"\f017"
}
.wi-owm-620
:before
{
content
:
"\f017"
}
.wi-owm-621
:before
{
content
:
"\f01b"
}
.wi-owm-622
:before
{
content
:
"\f01b"
}
.wi-owm-701
:before
{
content
:
"\f01a"
}
.wi-owm-711
:before
{
content
:
"\f062"
}
.wi-owm-721
:before
{
content
:
"\f0b6"
}
.wi-owm-731
:before
{
content
:
"\f063"
}
.wi-owm-741
:before
{
content
:
"\f014"
}
.wi-owm-761
:before
{
content
:
"\f063"
}
.wi-owm-762
:before
{
content
:
"\f063"
}
.wi-owm-771
:before
{
content
:
"\f011"
}
.wi-owm-781
:before
{
content
:
"\f056"
}
.wi-owm-800
:before
{
content
:
"\f00d"
}
.wi-owm-801
:before
{
content
:
"\f011"
}
.wi-owm-802
:before
{
content
:
"\f011"
}
.wi-owm-803
:before
{
content
:
"\f012"
}
.wi-owm-804
:before
{
content
:
"\f013"
}
.wi-owm-900
:before
{
content
:
"\f056"
}
.wi-owm-901
:before
{
content
:
"\f01d"
}
.wi-owm-902
:before
{
content
:
"\f073"
}
.wi-owm-903
:before
{
content
:
"\f076"
}
.wi-owm-904
:before
{
content
:
"\f072"
}
.wi-owm-905
:before
{
content
:
"\f021"
}
.wi-owm-906
:before
{
content
:
"\f015"
}
.wi-owm-957
:before
{
content
:
"\f050"
}
.wi-owm-day-200
:before
{
content
:
"\f010"
}
.wi-owm-day-201
:before
{
content
:
"\f010"
}
.wi-owm-day-202
:before
{
content
:
"\f010"
}
.wi-owm-day-210
:before
{
content
:
"\f005"
}
.wi-owm-day-211
:before
{
content
:
"\f005"
}
.wi-owm-day-212
:before
{
content
:
"\f005"
}
.wi-owm-day-221
:before
{
content
:
"\f005"
}
.wi-owm-day-230
:before
{
content
:
"\f010"
}
.wi-owm-day-231
:before
{
content
:
"\f010"
}
.wi-owm-day-232
:before
{
content
:
"\f010"
}
.wi-owm-day-300
:before
{
content
:
"\f00b"
}
.wi-owm-day-301
:before
{
content
:
"\f00b"
}
.wi-owm-day-302
:before
{
content
:
"\f008"
}
.wi-owm-day-310
:before
{
content
:
"\f008"
}
.wi-owm-day-311
:before
{
content
:
"\f008"
}
.wi-owm-day-312
:before
{
content
:
"\f008"
}
.wi-owm-day-313
:before
{
content
:
"\f008"
}
.wi-owm-day-314
:before
{
content
:
"\f008"
}
.wi-owm-day-321
:before
{
content
:
"\f00b"
}
.wi-owm-day-500
:before
{
content
:
"\f00b"
}
.wi-owm-day-501
:before
{
content
:
"\f008"
}
.wi-owm-day-502
:before
{
content
:
"\f008"
}
.wi-owm-day-503
:before
{
content
:
"\f008"
}
.wi-owm-day-504
:before
{
content
:
"\f008"
}
.wi-owm-day-511
:before
{
content
:
"\f006"
}
.wi-owm-day-520
:before
{
content
:
"\f009"
}
.wi-owm-day-521
:before
{
content
:
"\f009"
}
.wi-owm-day-522
:before
{
content
:
"\f009"
}
.wi-owm-day-531
:before
{
content
:
"\f00e"
}
.wi-owm-day-600
:before
{
content
:
"\f00a"
}
.wi-owm-day-601
:before
{
content
:
"\f0b2"
}
.wi-owm-day-602
:before
{
content
:
"\f00a"
}
.wi-owm-day-611
:before
{
content
:
"\f006"
}
.wi-owm-day-612
:before
{
content
:
"\f006"
}
.wi-owm-day-615
:before
{
content
:
"\f006"
}
.wi-owm-day-616
:before
{
content
:
"\f006"
}
.wi-owm-day-620
:before
{
content
:
"\f006"
}
.wi-owm-day-621
:before
{
content
:
"\f00a"
}
.wi-owm-day-622
:before
{
content
:
"\f00a"
}
.wi-owm-day-701
:before
{
content
:
"\f009"
}
.wi-owm-day-711
:before
{
content
:
"\f062"
}
.wi-owm-day-721
:before
{
content
:
"\f0b6"
}
.wi-owm-day-731
:before
{
content
:
"\f063"
}
.wi-owm-day-741
:before
{
content
:
"\f003"
}
.wi-owm-day-761
:before
{
content
:
"\f063"
}
.wi-owm-day-762
:before
{
content
:
"\f063"
}
.wi-owm-day-781
:before
{
content
:
"\f056"
}
.wi-owm-day-800
:before
{
content
:
"\f00d"
}
.wi-owm-day-801
:before
{
content
:
"\f000"
}
.wi-owm-day-802
:before
{
content
:
"\f000"
}
.wi-owm-day-803
:before
{
content
:
"\f000"
}
.wi-owm-day-804
:before
{
content
:
"\f00c"
}
.wi-owm-day-900
:before
{
content
:
"\f056"
}
.wi-owm-day-902
:before
{
content
:
"\f073"
}
.wi-owm-day-903
:before
{
content
:
"\f076"
}
.wi-owm-day-904
:before
{
content
:
"\f072"
}
.wi-owm-day-906
:before
{
content
:
"\f004"
}
.wi-owm-day-957
:before
{
content
:
"\f050"
}
.wi-owm-night-200
:before
{
content
:
"\f02d"
}
.wi-owm-night-201
:before
{
content
:
"\f02d"
}
.wi-owm-night-202
:before
{
content
:
"\f02d"
}
.wi-owm-night-210
:before
{
content
:
"\f025"
}
.wi-owm-night-211
:before
{
content
:
"\f025"
}
.wi-owm-night-212
:before
{
content
:
"\f025"
}
.wi-owm-night-221
:before
{
content
:
"\f025"
}
.wi-owm-night-230
:before
{
content
:
"\f02d"
}
.wi-owm-night-231
:before
{
content
:
"\f02d"
}
.wi-owm-night-232
:before
{
content
:
"\f02d"
}
.wi-owm-night-300
:before
{
content
:
"\f02b"
}
.wi-owm-night-301
:before
{
content
:
"\f02b"
}
.wi-owm-night-302
:before
{
content
:
"\f028"
}
.wi-owm-night-310
:before
{
content
:
"\f028"
}
.wi-owm-night-311
:before
{
content
:
"\f028"
}
.wi-owm-night-312
:before
{
content
:
"\f028"
}
.wi-owm-night-313
:before
{
content
:
"\f028"
}
.wi-owm-night-314
:before
{
content
:
"\f028"
}
.wi-owm-night-321
:before
{
content
:
"\f02b"
}
.wi-owm-night-500
:before
{
content
:
"\f02b"
}
.wi-owm-night-501
:before
{
content
:
"\f028"
}
.wi-owm-night-502
:before
{
content
:
"\f028"
}
.wi-owm-night-503
:before
{
content
:
"\f028"
}
.wi-owm-night-504
:before
{
content
:
"\f028"
}
.wi-owm-night-511
:before
{
content
:
"\f026"
}
.wi-owm-night-520
:before
{
content
:
"\f029"
}
.wi-owm-night-521
:before
{
content
:
"\f029"
}
.wi-owm-night-522
:before
{
content
:
"\f029"
}
.wi-owm-night-531
:before
{
content
:
"\f02c"
}
.wi-owm-night-600
:before
{
content
:
"\f02a"
}
.wi-owm-night-601
:before
{
content
:
"\f0b4"
}
.wi-owm-night-602
:before
{
content
:
"\f02a"
}
.wi-owm-night-611
:before
{
content
:
"\f026"
}
.wi-owm-night-612
:before
{
content
:
"\f026"
}
.wi-owm-night-615
:before
{
content
:
"\f026"
}
.wi-owm-night-616
:before
{
content
:
"\f026"
}
.wi-owm-night-620
:before
{
content
:
"\f026"
}
.wi-owm-night-621
:before
{
content
:
"\f02a"
}
.wi-owm-night-622
:before
{
content
:
"\f02a"
}
.wi-owm-night-701
:before
{
content
:
"\f029"
}
.wi-owm-night-711
:before
{
content
:
"\f062"
}
.wi-owm-night-721
:before
{
content
:
"\f0b6"
}
.wi-owm-night-731
:before
{
content
:
"\f063"
}
.wi-owm-night-741
:before
{
content
:
"\f04a"
}
.wi-owm-night-761
:before
{
content
:
"\f063"
}
.wi-owm-night-762
:before
{
content
:
"\f063"
}
.wi-owm-night-781
:before
{
content
:
"\f056"
}
.wi-owm-night-800
:before
{
content
:
"\f02e"
}
.wi-owm-night-801
:before
{
content
:
"\f022"
}
.wi-owm-night-802
:before
{
content
:
"\f022"
}
.wi-owm-night-803
:before
{
content
:
"\f022"
}
.wi-owm-night-804
:before
{
content
:
"\f086"
}
.wi-owm-night-900
:before
{
content
:
"\f056"
}
.wi-owm-night-902
:before
{
content
:
"\f073"
}
.wi-owm-night-903
:before
{
content
:
"\f076"
}
.wi-owm-night-904
:before
{
content
:
"\f072"
}
.wi-owm-night-906
:before
{
content
:
"\f024"
}
.wi-owm-night-957
:before
{
content
:
"\f050"
}
.wi-wu-chanceflurries
:before
{
content
:
"\f064"
}
.wi-wu-chancerain
:before
{
content
:
"\f019"
}
.wi-wu-chancesleat
:before
{
content
:
"\f0b5"
}
.wi-wu-chancesnow
:before
{
content
:
"\f01b"
}
.wi-wu-chancetstorms
:before
{
content
:
"\f01e"
}
.wi-wu-clear
:before
{
content
:
"\f00d"
}
.wi-wu-cloudy
:before
{
content
:
"\f002"
}
.wi-wu-flurries
:before
{
content
:
"\f064"
}
.wi-wu-hazy
:before
{
content
:
"\f0b6"
}
.wi-wu-mostlycloudy
:before
{
content
:
"\f002"
}
.wi-wu-mostlysunny
:before
{
content
:
"\f00d"
}
.wi-wu-partlycloudy
:before
{
content
:
"\f002"
}
.wi-wu-partlysunny
:before
{
content
:
"\f00d"
}
.wi-wu-rain
:before
{
content
:
"\f01a"
}
.wi-wu-sleat
:before
{
content
:
"\f0b5"
}
.wi-wu-snow
:before
{
content
:
"\f01b"
}
.wi-wu-sunny
:before
{
content
:
"\f00d"
}
.wi-wu-tstorms
:before
{
content
:
"\f01e"
}
.wi-wu-unknown
:before
{
content
:
"\f00d"
}
weather/client/weather.css
View file @
6e18cca9
/* CSS declarations go here */
.bg
{
background-color
:
#dedede
;
}
.header-bg
>
.mdl-layout__header
,
.header-bg
>
.mdl-layout__header-row
,
.header-bg
>
.mdl-layout__drawer
,
.header-bg
>
.mdl-layout__tab-bar
{
background-color
:
#006633
;
}
.temp-size
{
font-size
:
32pt
;
}
.detail-size
{
font-size
:
16pt
;
}
.oof-size
{
font-size
:
24pt
;
}
.weather-card.mdl-card
{
margin
:
auto
;
width
:
auto
;
background
:
#425195
;
}
.weather-card
>
.mdl-card__title
,
.weather-card
>
.mdl-card__supporting-text
{
color
:
#fff
;
}
.forecast-grid.mdl-grid
{
}
.out-of-focus-card.mdl-card
{
margin
:
auto
;
width
:
auto
;
height
:
30px
;
}
.hourly-table.mdl-data-table
{
width
:
auto
;
margin
:
auto
;
}
.table-full-width
{
width
:
100%
;
}
weather/client/weather.html
View file @
6e18cca9
<body>
{{> weather}}
<div
class=
"mdl-layout mdl-js-layout mdl-layout--fixed-header"
>
<header
class=
"mdl-layout__header"
>
<div
class=
"mdl-layout__header-row"
>
<!-- Title -->
<span
class=
"mdl-layout-title"
>
Weather
</span>
</div>
<!-- Tabs -->
<div
class=
"mdl-layout__tab-bar mdl-js-ripple-effect"
>
<a
href=
"#fairfax"
class=
"mdl-layout__tab is-active"
>
Fairfax
</a>
<a
href=
"#arlington"
class=
"mdl-layout__tab"
>
Arlington
</a>
<a
href=
"#scitech"
class=
"mdl-layout__tab"
>
SciTech
</a>
<a
href=
"#korea"
class=
"mdl-layout__tab"
>
Mason Korea
</a>
<a
href=
"#saudi"
class=
"mdl-layout__tab"
>
Ras-Al-Khaimah
</a>
</div>
</header>
<main
class=
"mdl-layout__content"
>
<div
class=
"bg"
>
<section
class=
"mdl-layout__tab-panel is-active"
id=
"fairfax"
>
<div
class=
"page-content"
>
{{> weather}}
</div>
</section>
<section
class=
"mdl-layout__tab-panel"
id=
"arlington"
>
<div
class=
"page-content"
>
{{> weather}}
</div>
</section>
<section
class=
"mdl-layout__tab-panel"
id=
"scitech"
>
<div
class=
"page-content"
>
{{> weather}}
</div>
</section>
<section
class=
"mdl-layout__tab-panel"
id=
"korea"
>
<div
class=
"page-content"
>
{{> weather}}
</div>
</section>
<section
class=
"mdl-layout__tab-panel"
id=
"saudi"
>
<div
class=
"page-content"
>
{{> weather}}
</div>
</section>
</div>
{{> footer}}
</main>
</div>
</body>
<template
name=
"weather"
>
<h1><strong>
Fairfax Campus
</strong></h1>
<h1><i
class=
"wi wi-day-cloudy wi-fw"
></i>
76
<i
class=
"wi wi-fahrenheit"
></i></h1>
<h2>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i></h2>
<hr>
<h3><strong>
Arlington Campus
</strong>
<i
class=
"wi wi-day-sunny"
></i>
82
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Science and Technology Campus
</strong>
<i
class=
"wi wi-day-sunny-overcast"
></i>
74
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Smithsonian Conservation Biology Institute
</strong>
<i
class=
"wi wi-day-storm-showers"
></i>
68
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Mason Korea
</strong>
<i
class=
"wi wi-rain-mix"
></i>
64
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<h3><strong>
Mason Ras-Al-Khaimah
</strong>
<i
class=
"wi wi-hot"
></i>
102
<i
class=
"wi wi-fahrenheit"
></i></h3>
<hr>
<div
class=
"mdl-grid"
>
<div
class=
"mdl-cell mdl-cell--6-col"
>
<div
class=
"weather-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Current Conditions
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h4>
Partly Cloudy
</h4>
<div
class=
"temp-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
76
<i
class=
"wi wi-fahrenheit"
></i>
</div>
<div
class=
"detail-size"
>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i>
<br
/><br
/><i
class=
"wi wi-cloud"
></i>
No Rain today.
<i
class=
"wi wi-wind wi-towards-nne"
></i>
5mph NNE
<br
/><br
/><i
class=
"wi wi-sunset"
></i>
7:22 PM EDT
</div>
</div>
</div>
</div>
<div
class=
"hourly-table mdl-cell mdl-cell--6-col mdl-shadow--4dp table-full-width"
>
<table
class=
"mdl-data-table mdl-js-data-table"
>
<thead>
<tr>
<th
class=
"mdl-data-table__cell--non-numeric table-full-width"
>
Hourly Forcast
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Condition
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-fahrenheit"
></i></th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Precipitation
</th>
<th
class=
"mdl-data-table__cell--non-numeric"
>
Wind
</th>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
4 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-day-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
74
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
3mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
5 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-day-sunny wi-fw"
></i>
Sunny
</td>
<td>
72
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
4mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
6 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-clear wi-fw"
></i>
Clear
</td>
<td>
70
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
6mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
7 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
69
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
11mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
8 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
69
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
10mph
</td>
</tr>
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
>
9 PM
</td>
<td
class=
"mdl-data-table__cell--non-numeric"
><i
class=
"wi wi-night-cloudy wi-fw"
></i>
Partly Cloudy
</td>
<td>
68
<i
class=
"wi wi-fahrenheit"
></i></td>
<td>
0%
</td>
<td>
7mph
</td>
</tr>
</tbody>
</table>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Tomorrow
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
81
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Saturday
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
83
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Sunday
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
78
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Monday
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
75
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Tuesday
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
72
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
<div
class=
"mdl-cell mdl-cell--4-col"
>
<div
class=
"out-of-focus-card mdl-card mdl-shadow--4dp"
>
<div
class=
"mdl-card__title"
>
<h1
class=
"mdl-card__title-text"
>
Wednesday
<br
/></h1>
</div>
<div
class=
"mdl-card__supporting-text"
>
<h5>
Partly Cloudy
</h5>
<div
class=
"oof-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
67
<i
class=
"wi wi-fahrenheit"
></i>
/ 48
<i
class=
"wi wi-fahrenheit"
></i>
</div>
</div>
</div>
</div>
</div>
</template>
<template
name=
"footer"
>
<footer
class=
"mdl-mini-footer"
>
<div
class=
"mdl-mini-footer__left-section"
>
<div
class=
"mdl-logo"
>
SRCT Weather
</div>
</div>
<div
class=
"mdl-mini-footer__right-section"
style=
"align: right"
>
A project of Mason
<a
href=
"http://srct.gmu.edu/"
><strong>
SRCT
</strong></a>
, a registered student org.
<br
/>
Read and
<a
href=
"https://git.gmu.edu//srct/weather/milestones/"
>
contribute
</a>
to our
<a
href=
"https://www.gnu.org/licenses/quick-guide-gplv3.html"
>
freely-licensed
</a>
<a
href=
"http://git.gmu.edu/srct/weather/"
target=
"_blank"
>
source code
</a>
.
</div>
</footer>
</template>
weather/public/fonts/weathericons-regular-webfont.eot
deleted
100755 → 0
View file @
239cf5b8
File deleted
weather/public/fonts/weathericons-regular-webfont.svg
deleted
100755 → 0
View file @
239cf5b8
<?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></metadata>
<defs>
<font
id=
"weather_iconsregular"
horiz-adv-x=
"1537"
>
<font-face
units-per-em=
"2048"
ascent=
"1755"
descent=
"-293"
/>
<missing-glyph
horiz-adv-x=
"685"
/>
<glyph
horiz-adv-x=
"0"
/>
<glyph
horiz-adv-x=
"682"
/>
<glyph
unicode=
" "
horiz-adv-x=
"685"
/>
<glyph
unicode=
"	"
horiz-adv-x=
"685"
/>
<glyph
unicode=
" "
horiz-adv-x=
"685"
/>
<glyph
unicode=
" "
horiz-adv-x=
"1122"
/>
<glyph
unicode=
" "
horiz-adv-x=
"2245"
/>
<glyph
unicode=
" "
horiz-adv-x=
"1122"
/>
<glyph
unicode=
" "
horiz-adv-x=
"2245"
/>
<glyph
unicode=
" "
horiz-adv-x=
"748"
/>
<glyph
unicode=
" "
horiz-adv-x=
"561"
/>
<glyph
unicode=
" "
horiz-adv-x=
"374"
/>
<glyph
unicode=
" "
horiz-adv-x=
"374"
/>
<glyph
unicode=
" "
horiz-adv-x=
"280"
/>
<glyph
unicode=
" "
horiz-adv-x=
"449"
/>
<glyph
unicode=
" "
horiz-adv-x=
"124"
/>
<glyph
unicode=
" "
horiz-adv-x=
"449"
/>
<glyph
unicode=
" "
horiz-adv-x=
"561"
/>
<glyph
unicode=
"◼"
horiz-adv-x=
"571"
d=
"M0 0z"
/>
<glyph
unicode=
""
horiz-adv-x=
"3126"
d=
"M0 90q0 -38 29 -64q27 -27 65 -27h627q41 0 72.5 -30t31.5 -73t-31.5 -74t-72.5 -31t-73 32q-29 26 -65 26q-38 0 -64 -25.5t-26 -63.5t26 -64q85 -85 202 -85q118 0 201 83.5t83 201.5t-83 202t-201 84h-627q-38 0 -66 -27.5t-28 -64.5zM0 411q0 -35 29 -61 q27 -27 65 -27h1170q118 0 201.5 83.5t83.5 201.5t-83 200t-202 82q-121 0 -201 -81q-25 -26 -25 -65t24.5 -63.5t63.5 -24.5q38 0 66 25q30 30 72 30t72.5 -30t30.5 -73t-30.5 -74t-72.5 -31h-1170q-38 0 -66 -27.5t-28 -64.5zM283 662q0 -13 18 -13h153q11 0 21 15 q36 87 111.5 143.5t170.5 63.5l56 8q20 0 20 18l7 55q17 173 146 289t304 116q176 0 305.5 -115.5t147.5 -289.5l7 -62q0 -19 19 -19h174q144 0 245.5 -100.5t101.5 -242.5q0 -143 -101.5 -244.5t-245.5 -101.5h-736q-20 0 -20 -19v-146q0 -18 20 -18h736q143 0 264.5 71 t192 193t70.5 265q0 118 -45 216q121 159 121 353q0 150 -75.5 279t-204.5 204.5t-279 75.5q-247 0 -412 -185q-128 65 -285 65q-225 0 -398 -139.5t-220 -356.5q-136 -32 -240.5 -131t-145.5 -234v-4q-3 -5 -3 -9zM1155 1838q0 -37 29 -64l65 -69q26 -26 65 -26 q40 0 65.5 24.5t25.5 64.5q0 38 -24 64l-70 69q-25 28 -63 28t-65.5 -27t-27.5 -64zM1723 1368q115 109 264 109q155 0 267.5 -112t112.5 -268q0 -104 -55 -195q-153 153 -369 153h-36q-38 173 -184 313zM1896 1927q0 -37 26.5 -62.5t64.5 -25.5t65 25.5t27 62.5v218 q0 38 -27 65t-65 27t-64.5 -27t-26.5 -65v-218zM2488 1685q0 -39 24 -64q27 -27 65 -27.5t61 27.5l156 153q27 27 27 65q0 37 -27 64t-65 27t-64 -26l-153 -157q-24 -25 -24 -62zM2570 423q0 -37 27 -64l68 -69q32 -26 66 -26q31 0 63 26q27 27 27 64q0 35 -27 65l-68 69 q-26 26 -62 26q-40 0 -67 -26.5t-27 -64.5zM2731 1097q0 -38 27 -63q24 -28 61 -28h216q38 0 65 27t27 64t-27.5 64.5t-64.5 27.5h-216q-38 0 -63 -27t-25 -65z"
/>
<glyph
unicode=
""
horiz-adv-x=
"3105"
d=
"M0 94q0 -39 26 -65q70 -29 94 -29h840q38 0 64.5 27.5t26.5 65.5q0 37 -26.5 62.5t-64.5 25.5h-840q-42 0 -81 -25.5t-39 -61.5zM149 414q0 -38 27 -63q24 -28 62 -28h1003q38 0 65 26.5t27 64.5t-27 65t-65 27h-1003q-37 0 -63 -27t-26 -65zM261 667q0 -14 18 -14h148 q19 0 23 14q41 85 116 140.5t169 66.5h58q17 0 17 20l8 60q11 114 74 207.5t163.5 146.5t215.5 53q174 0 304 -117t148 -290l8 -60q0 -20 19 -20h171q142 0 245.5 -102t103.5 -242q0 -144 -103 -246.5t-246 -102.5h-735q-18 0 -18 -20v-142q0 -19 18 -19h735q144 0 266 71 t193 193t71 266q0 116 -46 214q124 154 124 350q0 150 -75.5 279t-205 204.5t-280.5 75.5q-117 0 -223.5 -47.5t-185.5 -133.5q-132 69 -288 69q-226 0 -401 -140t-223 -358q-136 -34 -239.5 -133.5t-144.5 -235.5q-2 -2 -2 -7zM337 -246q0 -38 28 -63q25 -27 62 -27h1005 q37 0 63 26.5t26 63.5q0 40 -25.5 66.5t-63.5 26.5h-1005q-38 0 -64 -26.5t-26 -66.5zM1135 1835q0 -40 26 -64l68 -70q26 -26 64 -26q41 0 66.5 25.5t25.5 65.5q0 37 -26 63l-69 69q-27 27 -61 27q-40 0 -67 -26.5t-27 -63.5zM1707 1368q106 101 261 101 q156 0 265.5 -109.5t109.5 -265.5q0 -107 -49 -193q-151 152 -373 152h-32q-46 184 -182 315zM1878 1925q0 -38 26.5 -63t63.5 -25q40 0 64.5 24.5t24.5 63.5v218q0 39 -25 65.5t-64 26.5q-37 0 -63.5 -27t-26.5 -65v-218zM2467 1681q0 -39 27 -64q20 -26 64 -26q43 0 63 26 l156 154q26 24 26 66q0 37 -26.5 63.5t-64.5 26.5t-65 -25l-153 -158q-27 -26 -27 -63zM2552 416q0 -39 25 -64l70 -67q39 -29 65 -29t65 29q26 26 26 64q0 37 -26 65l-68 65q-30 28 -69 28q-38 0 -63 -26t-25 -65zM2706 1090q0 -39 29 -65q29 -27 64 -27h217q36 0 62.5 27 t26.5 65q0 36 -26 60.5t-63 24.5h-217q-39 0 -66 -24.5t-27 -60.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2867"
d=
"M0 528q0 -144 70.5 -266t191.5 -192.5t264 -70.5h1155q143 0 265 70.5t193 192.5t71 266q0 106 -45 213q122 149 122 353q0 114 -44 217.5t-119 178.5t-178.5 119t-217.5 44q-237 0 -414 -186q-124 70 -288 70q-225 0 -398 -139.5t-222 -357.5q-179 -41 -292.5 -184 t-113.5 -328zM182 528q0 134 89.5 231t224.5 113l53 3q20 0 20 19l7 58q22 173 150 289.5t300 116.5q176 0 306.5 -117t146.5 -289l8 -62q4 -18 22 -18h172q141 0 243 -102t102 -242q0 -145 -101.5 -247.5t-243.5 -102.5h-1155q-140 0 -242 103.5t-102 246.5zM897 1837 q0 -39 26 -67l70 -68q40 -30 68 -27q33 0 59 27.5t26 66.5t-28 63l-63 70q-29 26 -65 26q-39 0 -66 -26.5t-27 -64.5zM1467 1365q111 107 261 107q158 0 268.5 -110t110.5 -268q0 -100 -54 -196q-155 153 -372 153h-34q-40 174 -180 314zM1640 1928q0 -41 25 -66t63 -25 q41 0 66 25t25 66v218q0 38 -25.5 63t-65.5 25q-38 0 -63 -25t-25 -63v-218zM2229 1683q0 -41 24 -66q34 -26 66 -26q29 0 63 26l153 153q26 29 26 68q0 38 -26 64t-63 26q-38 0 -62 -26l-157 -153q-24 -29 -24 -66zM2314 421q0 -38 27 -67l69 -67q24 -26 62 -26t63.5 26.5 t25.5 66.5q0 36 -26 62l-69 69q-26 26 -61 26q-38 0 -64.5 -26t-26.5 -64zM2470 1094q0 -37 28 -62q26 -26 65 -26h218q37 0 61.5 25t24.5 63t-24.5 64.5t-61.5 26.5h-218q-38 0 -65.5 -27t-27.5 -64z"
/>
<glyph
unicode=
""
horiz-adv-x=
"3132"
d=
"M0 85q0 -37 27 -62.5t67 -25.5h1996q38 0 65 25.5t27 62.5q0 38 -27 64.5t-65 26.5h-1996q-40 0 -67 -26.5t-27 -64.5zM280 419q0 -37 27 -62q27 -29 64 -29h1997q37 0 62.5 26.5t25.5 64.5q0 37 -25 62.5t-63 25.5h-1997q-38 0 -64.5 -25.5t-26.5 -62.5zM293 675 q0 -14 17 -14h153q11 0 22 17q38 83 113.5 136t166.5 60l58 8q18 0 18 19l7 54q17 173 146.5 289t304.5 116q173 0 302.5 -115t147.5 -286l8 -62q0 -18 20 -18h172q103 0 187.5 -55t125.5 -146q11 -17 21 -17h154q21 0 14 24l-21 59q121 150 121 353q0 113 -44 216t-118 178 t-178 119t-218 44q-247 0 -408 -179q-135 67 -286 67q-224 0 -398.5 -140.5t-223.5 -359.5q-285 -75 -382 -357q-2 -3 -2 -10zM466 -243q0 -38 29 -64q25 -28 63 -28h1999q37 0 64 27t27 65q0 37 -26.5 61.5t-64.5 24.5h-1999q-38 0 -65 -24.5t-27 -61.5zM1167 1834 q0 -38 25 -63l69 -68q27 -29 62 -29q36 0 63.5 26.5t27.5 65.5q0 38 -27 67l-68 65q-26 28 -64 28q-39 0 -63.5 -26.5t-24.5 -65.5zM1734 1367q108 108 259 108q157 0 267.5 -111t110.5 -267q0 -104 -52 -192q-152 152 -370 152h-36q-45 188 -179 310zM1905 1925 q0 -37 25.5 -62.5t62.5 -25.5q40 0 67 25.5t27 62.5v218q0 37 -28 64t-66 27q-37 0 -62.5 -26.5t-25.5 -64.5v-218zM2491 1682q0 -36 26 -64q59 -57 131 0l152 153q26 28 26 68q0 37 -26 63t-63 26q-38 0 -64 -26l-156 -157q-26 -28 -26 -63zM2577 424q0 -38 28 -64l68 -69 q26 -26 62 -26q33 0 65 26q26 28 26 68q0 36 -26 60l-69 70q-28 26 -64 26q-38 0 -64 -26.5t-26 -64.5zM2735 1097q0 -39 28 -64q24 -27 63 -27h219q37 0 62.5 26.5t25.5 64.5t-25.5 64t-62.5 26h-219q-38 0 -64.5 -26.5t-26.5 -63.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2884"
d=
"M0 530q0 -214 149 -367.5t363 -163.5q19 0 19 18v143q0 19 -19 19q-137 7 -233.5 109.5t-96.5 241.5q0 133 90.5 231t224.5 114l57 4q21 0 21 19l7 59q17 173 146.5 289.5t305.5 116.5q174 0 305.5 -116.5t149.5 -289.5l8 -62q0 -20 18 -20h173q143 0 247.5 -102.5 t104.5 -242.5q0 -139 -97 -241.5t-234 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q214 7 362 161.5t148 369.5q0 119 -44 214q126 154 126 355q0 151 -76 280.5t-205.5 205.5t-280.5 76q-250 0 -416 -187q-128 70 -289 70q-226 0 -401.5 -140t-225.5 -359q-177 -42 -292 -186 t-115 -329zM569 -223q16 -35 49 -48q32 -16 67.5 -2.5t47.5 47.5q16 35 2.5 69t-47.5 47q-32 17 -66.5 3t-50.5 -50q-15 -27 -2 -66zM638 80q0 -22 10 -41q31 -49 95 -49q51 0 74 69l111 343q13 39 -7.5 71.5t-58.5 39.5q-35 11 -67.5 -6.5t-43.5 -53.5l-110 -344 q-3 -15 -3 -29zM837 -519q0 -21 5 -31q14 -35 48 -48q15 -8 37 -8q10 0 32 6q35 13 50.5 48.5t-0.5 70.5t-48 48.5t-66 -0.5q-31 -12 -44.5 -37.5t-13.5 -48.5zM902 1843q0 -40 26 -64l69 -69q26 -26 58 -29q33 -5 65.5 24.5t32.5 68.5q0 38 -26 64l-68 68q-30 27 -66 27 q-39 0 -65 -26t-26 -64zM915 -232q0 -26 17 -51t51 -35q18 -4 26 -4q24 0 41 8q32 13 46 61l192 655q11 38 -6 69.5t-53 41.5q-38 11 -70.5 -6t-43.5 -54l-196 -660q-4 -20 -4 -25zM1283 -191q0 -20 7 -33q14 -33 48 -47q17 -8 37 -8q10 0 32 6q36 14 49 47q13 35 0 67.5 t-45 48.5q-36 17 -70 3t-51 -50q-7 -13 -7 -34zM1360 83q0 -25 16.5 -48.5t49.5 -33.5q14 -3 27 -3q62 0 84 65l110 339q12 37 -7 69t-55 42q-38 11 -68.5 -6t-42.5 -54l-109 -341q-5 -22 -5 -29zM1474 1371q107 103 265 103q156 0 267 -109.5t111 -265.5q0 -100 -55 -197 q-153 154 -374 154h-33q-47 185 -181 315zM1647 1933q0 -38 27 -65t65 -27q37 0 62.5 27t25.5 65v220q0 38 -25.5 65t-62.5 27q-38 0 -65 -27t-27 -65v-220zM2239 1689q0 -39 27 -64q24 -28 61.5 -27.5t64.5 27.5l154 154q29 24 29 64q0 38 -27.5 65t-65.5 27q-35 0 -61 -29 l-155 -153q-27 -25 -27 -64zM2325 419q0 -36 26 -64l70 -67q23 -29 64 -29q38 0 61 29q29 26 29 64t-29 65l-69 66q-25 28 -62 28t-63.5 -27t-26.5 -65zM2481 1099q0 -38 28 -64q28 -28 66 -28h217q38 0 65.5 27t27.5 65q0 37 -27 62.5t-66 25.5h-217q-40 0 -67 -25.5 t-27 -62.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2868"
d=
"M0 528q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l6 54q17 173 146.5 289.5t305.5 116.5q174 0 303.5 -116t148.5 -290l7 -62q0 -18 20 -18h171q145 0 247.5 -101t102.5 -243 q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 108 -50 221q127 151 127 349q0 114 -44.5 217.5t-119.5 178.5t-178.5 119t-216.5 44q-247 0 -414 -185q-137 66 -283 66q-227 0 -401.5 -139t-223.5 -359 q-176 -41 -291 -184.5t-115 -327.5zM800 -674h32l567 837q6 7 2.5 14.5t-14.5 7.5h-233l245 449q12 23 -15 23h-314q-13 0 -23 -15l-230 -610q-4 -22 15 -22h231zM894 1841q0 -40 26 -66l70 -69q67 -51 129 0q26 29 26 68q0 37 -26 63l-68 69q-30 27 -66 27q-37 0 -64 -27 t-27 -65zM1464 1369q109 109 264 109q156 0 266 -111t110 -269q0 -97 -54 -193q-156 150 -369 150h-33q-43 182 -184 314zM1637 1933q0 -40 25.5 -66t65.5 -26q38 0 63 25.5t25 66.5v218q0 38 -25 63t-63 25t-64.5 -25t-26.5 -63v-218zM2225 1686q0 -37 29 -64t59 -27 q26 0 66 27l154 153q27 29 27 67q0 39 -26.5 65t-64.5 26q-35 0 -62 -27l-153 -153q-29 -31 -29 -67zM2312 425q0 -37 26 -65l69 -70q26 -26 62 -26q38 0 64.5 27t26.5 67q0 36 -27 61l-66 70q-30 25 -66 25q-37 0 -63 -26t-26 -63zM2467 1098q0 -35 28 -61q27 -27 64 -27 h218q38 0 65 25.5t27 62.5q0 38 -27.5 65t-64.5 27h-218q-37 0 -64.5 -27t-27.5 -65z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2885"
d=
"M0 523q0 -212 146 -363t360 -161q19 0 19 18v142q0 19 -19 19q-137 7 -231 106.5t-94 238.5q0 135 90 234t224 110l56 8q17 0 17 15l8 59q20 175 147.5 290t302.5 115t305.5 -115t147.5 -287l7 -62q4 -18 23 -18h171q142 0 244 -102.5t102 -246.5q0 -139 -94 -238.5 t-231 -106.5q-21 0 -21 -19v-142q0 -18 21 -18q213 7 359 159t146 365q0 108 -41 214q124 154 124 357q0 113 -44 216.5t-119 178.5t-178.5 119.5t-217.5 44.5q-246 0 -412 -186q-143 70 -292 70q-226 0 -398.5 -140t-221.5 -360q-180 -41 -293 -184.5t-113 -329.5z M571 -227q0 -27 17.5 -54t50.5 -37q37 -11 68.5 4t42.5 60l15 65q8 36 -10.5 67.5t-55.5 42.5q-36 11 -68 -8t-42 -57l-15 -63q-3 -9 -3 -20zM653 82q0 -35 26 -61q25 -27 60 -27q38 0 64.5 25.5t26.5 62.5t-26.5 62.5t-64.5 25.5q-37 0 -61.5 -25t-24.5 -63zM718 325 q-2 -25 14 -48.5t51 -34.5q33 -10 66.5 7.5t44.5 54.5l29 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q-3 -27 -3 -28zM841 -560q0 -27 17 -52.5t52 -35.5q14 -3 26 -3q69 0 85 65l14 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-14 -63 q-4 -18 -4 -24zM901 1834q0 -38 26 -64l70 -68q22 -25 57.5 -27.5t66.5 27.5q26 26 26 63q0 38 -26 64l-67 69q-25 25 -63 28q-37 0 -63.5 -27t-26.5 -65zM925 -250q0 -36 26 -62t62 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM991 -8q-2 -24 14.5 -50 t48.5 -32q37 -10 68 6t44 60l28 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1286 -237q0 -27 16 -51.5t49 -34.5q5 0 15 -2t15 -2q65 0 81 70l15 64q11 34 -7.5 67t-54.5 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -2 -1.5 -12 t-1.5 -15zM1365 78q0 -37 26 -61q24 -26 62 -26t63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1430 325q0 -27 17 -51.5t52 -34.5q3 0 13 -2t15 -2q17 0 39 10q33 17 43 56l26 96q10 36 -7.5 67.5t-53.5 42.5q-37 11 -68.5 -6t-42.5 -54l-30 -97q0 -3 -1.5 -11.5 t-1.5 -13.5zM1467 1361q106 106 263 106q158 0 269 -108.5t111 -264.5q0 -106 -57 -200q-157 157 -373 157h-33q-45 175 -180 310zM1643 1923q0 -37 24.5 -61.5t62.5 -24.5q39 0 66 24.5t27 61.5v220q0 37 -27.5 64t-65.5 27q-37 0 -62 -26.5t-25 -64.5v-220zM2232 1681 q0 -40 24 -64q57 -57 129 0l153 153q27 27 27 67q0 38 -26.5 64.5t-64.5 26.5q-37 0 -65 -26l-153 -158q-24 -23 -24 -63zM2315 417q0 -37 29 -63l65 -67q32 -26 65 -26q32 0 64 26q27 25 27 63q0 36 -27 66l-69 65q-24 27 -61 27t-64 -27q-29 -27 -29 -64zM2473 1094 q0 -38 28 -63q29 -29 66 -29h216q37 0 62.5 27t25.5 65t-25.5 64.5t-62.5 26.5h-216q-38 0 -66 -27t-28 -64z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2885"
d=
"M0 527q0 -180 107 -321.5t275 -188.5q15 -2 26 8l125 150q-143 0 -245 103.5t-102 248.5q0 133 90.5 231t225.5 114l52 3q21 0 21 20l8 58q17 173 147 290t305 117q176 0 307 -117t148 -290l7 -63q7 -18 23 -18h175q141 0 243 -101.5t102 -243.5q0 -135 -90.5 -236 t-220.5 -112q-78 -9 -96 -30l-234 -301q-22 -30 -17 -67t33 -60q24 -27 63.5 -22t63.5 38l205 262q131 13 239.5 87t171.5 191t63 250q0 115 -45 214q126 153 126 355q0 113 -45 217t-120.5 179t-179.5 120t-218 45q-240 0 -414 -186q-127 70 -290 70q-226 0 -400 -140.5 t-221 -359.5q-181 -41 -297.5 -185t-116.5 -329zM416 -352q12 -35 49 -51q35 -16 71 -1t49 50q15 33 0.5 66.5t-47.5 49.5q-35 16 -70.5 2t-48.5 -49q-13 -41 -3 -67zM609 -59v-12q3 -35 32 -59q28 -24 67 -21t61 31l233 301q23 29 20 67.5t-31 60.5q-29 24 -67.5 20 t-64.5 -33l-229 -299q-21 -26 -21 -56zM664 -578q0 -10 6 -32q14 -35 49 -49q18 -7 38 -7q15 0 33 5q34 13 47 47q16 35 2.5 71t-47.5 49q-35 16 -71.5 1.5t-48.5 -48.5q-8 -17 -8 -37zM842 -325v-11q3 -36 35 -62q24 -26 64 -21.5t64 36.5l442 558q22 32 18 68.5t-33 62.5 q-29 23 -66 18.5t-60 -33.5l-444 -561q-20 -24 -20 -55zM904 1839q0 -39 29 -63l65 -70q25 -25 58 -28q33 -5 65.5 24t32.5 68q0 36 -26 64l-69 69q-24 26 -62 26q-39 0 -66 -26t-27 -64zM1218 -447q0 -19 7 -33q14 -35 48 -49q17 -8 37 -8q10 0 32 6q36 14 49 49 q16 35 2.5 70.5t-47.5 48.5q-35 16 -71.5 2t-49.5 -48q-7 -18 -7 -38zM1475 1368q113 103 264 103q158 0 270 -109.5t112 -265.5q0 -106 -55 -198q-155 155 -371 155h-36q-44 184 -184 315zM1648 1929q0 -37 26.5 -62.5t64.5 -25.5q39 0 66 25.5t27 62.5v221q0 37 -27.5 64 t-65.5 27q-37 0 -64 -26.5t-27 -64.5v-221zM2243 1686q0 -38 24 -64q28 -27 65.5 -27.5t60.5 27.5l159 154q26 26 26 65q0 38 -27.5 65.5t-64.5 27.5q-35 0 -64 -27l-155 -157q-24 -26 -24 -64zM2326 416q0 -38 26 -64l70 -67q26 -26 58 -29h6q28 0 66 29q26 26 26 62 q0 38 -26 67l-70 66q-26 27 -63 27q-39 0 -66 -26.5t-27 -64.5zM2486 1096q0 -38 26 -64q26 -29 64 -29h218q38 0 65 27.5t27 65.5q0 37 -27 62.5t-65 25.5h-218q-38 0 -64 -25.5t-26 -62.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2877"
d=
"M0 529q0 -213 148.5 -366.5t363.5 -163.5q18 0 18 18v143q0 18 -18 18q-137 7 -233.5 109.5t-96.5 241.5q0 132 90.5 230t224.5 114l56 5q21 0 21 18l7 58q17 173 146.5 290t304.5 117q174 0 305 -117t149 -290l8 -61q0 -20 18 -20h173q142 0 245.5 -102t103.5 -242 q0 -139 -96 -241.5t-233 -109.5q-20 0 -20 -18v-143q0 -18 20 -18q213 7 361.5 161.5t148.5 368.5q0 115 -45 214q125 155 125 353q0 152 -75.5 281.5t-204.5 204.5t-280 75q-249 0 -414 -186q-131 70 -289 70q-226 0 -401 -140.5t-224 -358.5q-177 -42 -292 -185.5 t-115 -327.5zM576 -202q0 -27 17.5 -52.5t52.5 -35.5q18 -4 29 -4q63 0 82 68l169 627q11 38 -8.5 71t-56.5 40q-35 11 -67.5 -7t-43.5 -54l-169 -630q-5 -20 -5 -23zM854 -531q0 -30 16 -55.5t55 -31.5q18 -4 28 -4q25 0 48 18.5t29 51.5l256 953q10 37 -7.5 68.5 t-53.5 42.5q-37 11 -69.5 -7t-42.5 -54l-256 -953q-3 -27 -3 -29zM899 1840q0 -38 27 -65l69 -70q31 -24 66 -24q34 0 62 25t28 63q0 39 -26 68l-68 69q-29 27 -64 27q-39 0 -66.5 -27.5t-27.5 -65.5zM1297 -205q0 -26 16.5 -50.5t49.5 -34.5q18 -4 27 -4q28 0 52.5 15.5 t31.5 52.5l169 627q10 37 -7.5 68.5t-53.5 42.5q-38 11 -69.5 -7t-41.5 -54l-169 -630q-5 -23 -5 -26zM1471 1368q113 107 264 107q157 0 267 -110.5t110 -268.5q0 -100 -55 -197q-155 155 -372 155h-35q-45 186 -179 314zM1643 1928q0 -37 27 -62.5t65 -25.5q37 0 62.5 25 t25.5 63v219q0 41 -25 67t-63 26q-40 0 -66 -26.5t-26 -66.5v-219zM2233 1685q0 -39 29 -63q22 -25 58.5 -27.5t66.5 27.5l154 153q28 27 28 67q0 39 -26.5 65t-65.5 26q-33 0 -62 -27l-153 -154q-29 -27 -29 -67zM2320 421q0 -38 26 -67l69 -67q28 -22 64 -22l2 -2 q36 0 62 26t26 65q0 38 -28 62l-66 70q-29 26 -66 26t-63 -26.5t-26 -64.5zM2475 1096q0 -38 28 -63q28 -28 66 -28h217q38 0 65 27t27 64q0 38 -27 65.5t-65 27.5h-217q-38 0 -66 -27.5t-28 -65.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2868"
d=
"M0 530q0 -213 148.5 -365.5t362.5 -163.5q18 0 18 18v143q0 19 -18 19q-136 7 -231 108.5t-95 240.5q0 134 89.5 231t224.5 113l53 4q21 0 21 19l6 57q17 173 146.5 289.5t305.5 116.5q175 0 305 -116.5t146 -289.5l8 -61q0 -19 19 -19h178q140 0 242 -102t102 -242 q0 -136 -95.5 -237t-230.5 -112q-18 0 -18 -19v-143q0 -18 18 -18q140 4 256 76.5t182.5 192t66.5 260.5q0 114 -44 209q121 150 121 350q0 114 -44 217.5t-119 178.5t-178.5 119t-217.5 44q-241 0 -406 -177q-127 68 -291 68q-226 0 -399.5 -139.5t-220.5 -357.5 q-180 -41 -295.5 -184t-115.5 -328zM578 -184q0 -29 17 -57t48 -38q31 -11 65.5 6.5t46.5 58.5l27 112q11 33 -7.5 66.5t-54.5 44.5q-40 10 -72 -9t-39 -57l-30 -106q-1 -7 -1 -21zM717 319q0 -61 68 -84q35 -12 68 5.5t44 56.5l26 110q11 33 -7 66t-54 45q-39 10 -71 -8.5 t-39 -55.5l-32 -109q-3 -13 -3 -26zM847 -522q0 -26 18 -53t52 -38q1 0 10.5 -1.5t15.5 -1.5q22 0 39 8q30 13 44 62l29 106q11 37 -7.5 69.5t-54.5 42.5q-37 11 -69.5 -7.5t-42.5 -54.5l-30 -109q-4 -16 -4 -23zM896 1832q0 -40 27 -66l70 -69q54 -54 125 0q26 28 26 65 t-26 65l-67 70q-26 26 -64 26q-37 0 -64 -26.5t-27 -64.5zM991 -11q0 -27 17 -54t50 -37q37 -11 68 5t43 60l26 108q11 37 -6.5 69.5t-53.5 43.5q-40 11 -72.5 -8.5t-39.5 -56.5l-30 -110q-2 -6 -2 -20zM1288 -195q4 -60 67 -88l27 -4q26 0 50.5 17t34.5 53l31 108 q10 38 -9.5 70.5t-56.5 39.5q-33 11 -66 -7.5t-44 -54.5l-29 -109q-1 -4 -2 -9t-2 -8.5t-1 -7.5zM1437 313q0 -26 16.5 -51.5t48.5 -34.5l27 -3q31 0 55 19t30 50l29 106q11 38 -7 69.5t-54 41.5q-37 11 -68.5 -6.5t-41.5 -53.5l-32 -113q-3 -13 -3 -24zM1472 1365 q106 102 256 102q157 0 268 -110.5t111 -267.5q0 -90 -50 -188q-153 153 -370 153h-36q-43 181 -179 311zM1637 1923q0 -40 25.5 -65.5t65.5 -25.5t65.5 25.5t25.5 65.5v215q0 40 -25.5 66t-65.5 26t-65.5 -26t-25.5 -66v-215zM2229 1678q0 -40 24 -65q33 -27 66 -27 q30 0 63 27l153 153q26 29 26 67t-26 64t-63 26t-65 -26l-154 -153q-24 -28 -24 -66zM2313 416q0 -37 28 -67l66 -68q33 -33 66 -33q31 0 62 33q29 29 28 65.5t-28 63.5l-69 70q-26 26 -61 26q-38 0 -65 -26.5t-27 -63.5zM2470 1089q0 -36 26 -62t62 -26h218q41 0 67 25 t26 63q0 40 -26.5 66t-66.5 26h-218q-37 0 -62.5 -27t-25.5 -65z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2864"
d=
"M0 525q0 -138 68 -257t185.5 -191t256.5 -76q18 0 18 18v142q0 20 -18 20q-136 7 -232.5 108.5t-96.5 235.5q0 132 90.5 230t223.5 114l56 6q19 0 19 20l8 54q17 175 145.5 291.5t303.5 116.5q174 0 304.5 -116.5t147.5 -288.5l8 -62q0 -18 18 -18h172q144 0 246 -102.5 t102 -244.5q0 -134 -96.5 -235.5t-231.5 -108.5q-20 0 -20 -20v-142q0 -18 20 -18q212 7 360 160t148 364q0 121 -46 217q126 151 126 352q0 150 -75 278.5t-204 203.5t-279 75q-246 0 -413 -185q-130 70 -287 70q-225 0 -399 -139.5t-223 -356.5q-179 -44 -292 -187 t-113 -328zM677 93q0 -38 25.5 -65t62.5 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-62.5 -26t-25.5 -62zM677 -294q0 -33 26 -61q28 -26 62 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25t-62.5 -25t-25.5 -63zM895 1832q0 -39 26 -63l70 -70q26 -26 57 -27 q33 -5 65 23.5t32 67.5t-26 68l-68 65q-24 27 -62 27q-40 0 -67 -26.5t-27 -64.5zM1016 -112q0 -36 26 -64q26 -26 62 -26q38 0 64.5 26t26.5 64q0 37 -26.5 63.5t-64.5 26.5q-36 0 -62 -26.5t-26 -63.5zM1016 272q0 -36 26 -62t62 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63 t-64.5 26q-36 0 -62 -26t-26 -63zM1016 -502q0 -35 26 -61q27 -27 62 -27q38 0 64.5 25t26.5 63t-26.5 64.5t-64.5 26.5q-35 0 -61.5 -27t-26.5 -64zM1360 93q0 -38 26 -65t63 -27t62.5 27t25.5 65q0 36 -25.5 62t-62.5 26t-63 -26t-26 -62zM1360 -294q0 -34 25 -61 q28 -26 64 -26q38 0 63 25t25 62q0 38 -25.5 63t-62.5 25q-38 0 -63.5 -25.5t-25.5 -62.5zM1464 1365q110 106 263 106q155 0 265 -111t110 -266q0 -100 -54 -196q-153 153 -371 153h-34q-47 187 -179 314zM1635 1921q0 -37 27 -62t65 -25t63 25t25 62v218q0 38 -25.5 65 t-62.5 27t-64.5 -27.5t-27.5 -64.5v-218zM2223 1679q0 -37 27 -63q24 -25 59.5 -27.5t66.5 27.5l153 153q28 28 28 65q0 38 -27.5 65t-64.5 27q-35 0 -62 -27l-153 -156q-27 -25 -27 -64zM2309 421q0 -40 26 -66l68 -67q39 -26 68 -26q33 0 59.5 27.5t26.5 65.5q0 36 -28 62 l-66 69q-28 26 -65 26t-63 -26.5t-26 -64.5zM2463 1094q0 -38 28 -63q27 -29 66 -29h216q37 0 64 27t27 65t-27 64.5t-64 26.5h-216q-38 0 -66 -27t-28 -64z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2864"
d=
"M0 529q0 -139 68 -258.5t185 -191.5t256 -78q19 0 19 18v142q0 20 -19 20q-136 7 -232 108.5t-96 239.5q0 132 90 229.5t223 113.5l56 3q20 0 20 19l8 58q17 173 145.5 289t303.5 116q172 0 302.5 -116.5t149.5 -288.5l7 -62q0 -18 18 -18h173q141 0 244.5 -102 t103.5 -241q0 -138 -96 -239.5t-233 -108.5q-19 0 -19 -20v-142q0 -18 19 -18q139 4 256 76.5t184 192.5t67 259q0 118 -44 213q124 152 124 352q0 151 -75 279.5t-203 203t-278 74.5q-248 0 -413 -185q-131 70 -287 70q-225 0 -399 -139.5t-223 -356.5 q-176 -42 -290.5 -185t-114.5 -326zM630 435q0 -61 45 -104t108 -43q64 0 107 42.5t43 104.5q0 39 -37.5 107t-69.5 106q-34 36 -43 45l-38 -43q-43 -46 -79 -110t-36 -105zM895 1834q0 -41 26 -65l69 -70q67 -50 129 0q26 31 26 68t-26 63l-68 69q-30 27 -65 27 q-39 0 -65 -27t-26 -65zM947 13q0 -105 72.5 -176.5t175.5 -71.5q104 0 177 73t73 175q0 86 -86 210q-74 97 -136 159q-13 9 -28 24l-25 -24q-57 -52 -136 -157q-87 -121 -87 -212zM1104 719q0 -40 30.5 -69t73.5 -29q41 0 70 29t29 69q0 66 -99 171l-26 -27 q-29 -32 -53.5 -74.5t-24.5 -69.5zM1464 1365q106 106 263 106q156 0 265.5 -110t109.5 -267q0 -94 -55 -196q-155 153 -370 153h-35q-46 186 -178 314zM1635 1926q0 -38 27.5 -65t64.5 -27t62 27t25 65v217q0 38 -24.5 63t-62.5 25t-65 -25t-27 -63v-217zM2223 1679 q0 -39 27 -63q28 -26 60 -26q28 0 65 26l153 153q29 29 29 66q0 39 -27 65t-65 26q-35 0 -62 -27l-153 -153q-27 -27 -27 -67zM2309 423q0 -40 25 -68l69 -62q23 -29 63 -29q39 0 62 29q29 26 29 62q0 35 -29 62l-65 69q-28 26 -65 26q-38 0 -63.5 -26t-25.5 -63zM2463 1094 q0 -36 27 -62q28 -26 67 -26h216q38 0 64.5 25.5t26.5 62.5q0 38 -27 64.5t-64 26.5h-216q-38 0 -66 -27t-28 -64z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2541"
d=
"M0 899q0 -43 30 -71t77 -28h180q43 0 73.5 28.5t30.5 70.5q0 46 -30 76t-74 30h-180q-47 0 -77 -29.5t-30 -76.5zM189 239q0 -155 113 -268.5t268 -113.5h732q155 0 265.5 112t110.5 270q0 77 -22 131q133 85 210.5 226.5t77.5 302.5q0 130 -51 248.5t-136.5 204 t-204 136.5t-247.5 51q-175 0 -322.5 -86t-232 -233t-84.5 -321v-36q-160 -91 -211 -266q-121 -38 -193.5 -135t-72.5 -223zM355 1750q0 -45 28 -72l172 -180q75 -57 150 0q30 30 30 75q0 43 -30 75l-176 175q-34 31 -74 31q-45 0 -72.5 -30t-27.5 -74zM400 239q0 67 43 115 t109 54l66 9q21 0 21 24l10 60q11 92 78 154t158 62q93 0 161.5 -62t79.5 -154l9 -69q10 -24 26 -24h141q69 0 119.5 -50t50.5 -119q0 -72 -50.5 -123t-119.5 -51h-732q-72 0 -121 51t-49 123zM872 921q11 175 135 294t298 119q178 0 303 -127t125 -308q0 -112 -54.5 -207.5 t-147.5 -154.5q-94 78 -217 78q-47 140 -164 223t-265 83h-13zM1201 1854q0 -44 30.5 -74.5t73.5 -30.5q44 0 74.5 30.5t30.5 74.5v250q0 42 -30.5 70.5t-74.5 28.5q-43 0 -73.5 -28.5t-30.5 -70.5v-250zM1875 230q0 -43 29 -75l175 -173q67 -68 150 0q28 27 28 72 q0 43 -28 71l-180 179q-29 27 -73 27t-72.5 -29t-28.5 -72zM1875 1575q0 -45 29 -77q29 -29 72 -29q44 0 73 29l180 180q28 27 28 72q0 44 -30.5 74t-74.5 30q-42 0 -73 -31l-175 -175q-29 -29 -29 -73zM2151 899q0 -43 30 -71t77 -28h180q43 0 73.5 28.5t30.5 70.5 q0 46 -30 76t-74 30h-180q-47 0 -77 -29.5t-30 -76.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2267"
d=
"M0 771q0 39 27 66q28 26 64 26h218q37 0 61.5 -27t24.5 -65t-24.5 -64.5t-61.5 -26.5h-218q-37 0 -64 27t-27 64zM305 32q0 37 25 65l157 152q24 25 63 25q38 0 63.5 -24t25.5 -61q0 -39 -26 -68l-152 -152q-65 -51 -131 0q-25 27 -25 63zM305 1509q0 37 25 65 q31 26 68 26q35 0 63 -26l152 -157q26 -24 26 -63q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-157 152q-25 27 -25 66zM577 771q0 149 75 277.5t203.5 203.5t277.5 75q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74.5 -278t-202.5 -202.5t-278 -74.5 t-278 74.5t-203 202.5t-75 278zM758 771q0 -156 109.5 -266.5t265.5 -110.5t266.5 110.5t110.5 266.5q0 154 -110.5 263t-266.5 109q-155 0 -265 -109t-110 -263zM1042 -58q0 38 26.5 64t64.5 26q39 0 65 -26t26 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64.5 27t-26.5 66v212z M1042 1595v218q0 37 27 64t64 27t64 -27t27 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64.5 24.5t-26.5 61.5zM1631 189q0 37 24 60q24 25 60 25q39 0 64 -25l156 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152q-24 27 -24 68zM1631 1354q0 40 24 63l152 157 q28 26 63 26q38 0 64.5 -27t26.5 -64q0 -40 -26 -66l-156 -152q-29 -26 -64 -26q-36 0 -60 25.5t-24 63.5zM1872 771q0 38 26 66q26 26 61 26h216q37 0 64.5 -27.5t27.5 -64.5t-27.5 -64t-64.5 -27h-216q-37 0 -62 26.5t-25 64.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2883"
d=
"M0 530q0 -179 106.5 -320t275.5 -188l-70 -181q-8 -23 15 -23h227l-152 -449h31l465 604q6 7 2 14.5t-15 7.5h-234l266 496q12 23 -15 23h-316q-15 0 -25 -16l-114 -307q-115 29 -190 123.5t-75 215.5q0 135 90 233t225 114l54 3q19 0 24 15l8 63q17 173 146.5 290.5 t305.5 117.5q174 0 305.5 -117.5t149.5 -290.5l8 -63q0 -18 19 -18h172q143 0 246 -102.5t103 -244.5q0 -139 -95.5 -241.5t-232.5 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185.5 193t68 261.5q0 117 -46 215q122 154 122 351q0 152 -75.5 281.5t-205 205 t-281.5 75.5q-115 0 -223.5 -48t-187.5 -133q-129 69 -290 69q-227 0 -402.5 -140.5t-224.5 -359.5q-177 -41 -292.5 -186t-115.5 -330zM873 -528q0 -24 17 -50t49 -36q18 -4 27 -4q24 0 41 8q34 13 46 61l29 110q10 40 -9 71.5t-57 39.5q-33 11 -66 -8t-45 -55l-27 -111 q-5 -22 -5 -26zM898 1841q0 -37 27 -64l69 -70q25 -25 59 -28q33 -5 65 24t32 68q0 37 -27 64l-67 70q-26 26 -64 26q-40 0 -67 -26t-27 -64zM1016 -16q-1 -26 15 -50.5t51 -34.5q34 -11 66.5 6.5t44.5 59.5l32 110q11 35 -8.5 67.5t-57.5 43.5q-36 11 -68.5 -7.5 t-43.5 -56.5l-26 -112q-5 -22 -5 -26zM1318 -195q0 -23 11 -42q21 -34 58 -46q18 -6 30 -6q20 0 33 8q32 12 48 64l27 108q11 38 -7 69.5t-54 41.5q-37 11 -69.5 -7t-43.5 -54l-30 -111q-3 -14 -3 -25zM1464 319q0 -28 17.5 -53.5t52.5 -35.5q27 -9 65 5q32 14 46 61l29 107 q10 40 -8.5 71.5t-56.5 39.5q-36 11 -68 -6.5t-43 -53.5l-31 -113q-3 -21 -3 -22zM1475 1369q107 103 261 103q157 0 267.5 -109.5t110.5 -266.5q0 -105 -50 -193q-154 154 -375 154h-33q-47 190 -181 312zM1645 1931q0 -38 26.5 -65t64.5 -27t63.5 26.5t25.5 65.5v220 q0 39 -25.5 65.5t-63.5 26.5t-64.5 -27t-26.5 -65v-220zM2240 1687q0 -39 25 -64q22 -25 58.5 -27.5t67.5 27.5l154 154q28 26 28 64t-28 64q-26 28 -64 28q-37 0 -62 -28l-154 -154q-25 -25 -25 -64zM2323 416q0 -37 27 -64l69 -67q29 -27 66 -27l2 -2q35 0 58 29 q28 26 28 64q0 37 -28 65l-66 66q-29 29 -65 29q-38 0 -64.5 -27.5t-26.5 -65.5zM2479 1096q0 -39 28 -63q25 -28 64 -28h220q38 0 65 26.5t27 64.5t-26.5 63.5t-65.5 25.5h-220q-39 0 -65.5 -25.5t-26.5 -63.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2875"
d=
"M0 528q0 -177 105 -316t274 -190l-68 -181q-7 -22 15 -22h226l-133 -421h31l445 575q6 7 1.5 14.5t-15.5 7.5h-232l264 494q11 23 -15 23h-314q-15 0 -25 -15l-114 -307q-114 29 -189 124t-75 214q0 133 90.5 231t224.5 114l56 7q21 0 21 19l6 54q17 173 147 290t305 117 q174 0 304.5 -117t149.5 -290l6 -62q0 -18 19 -18h172q145 0 247.5 -101t102.5 -244q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 361.5 161t148.5 368q0 118 -46 214q126 153 126 354q0 150 -75.5 279t-204.5 204.5t-280 75.5q-247 0 -414 -185 q-129 69 -288 69q-226 0 -401 -140t-224 -358q-177 -41 -291.5 -184.5t-114.5 -328.5zM863 -494q-2 -24 14.5 -47t49.5 -35q11 -3 22 -3q27 0 54 16t36 50l244 914q10 37 -7 68.5t-52 42.5q-37 11 -69.5 -7t-42.5 -54l-246 -917q-3 -13 -3 -28zM898 1837q0 -38 27 -63 l68 -70q27 -27 65 -27.5t61 27.5q30 24 30 64q0 38 -27 63l-67 70q-28 26 -65 26q-40 0 -66 -26t-26 -64zM1306 -168q0 -19 12 -40q20 -32 53 -46q11 -5 32 -5q24 0 35 6q32 13 44 62l159 592q10 38 -8 69t-54 42q-37 11 -68.5 -7t-41.5 -54l-159 -595q0 -4 -2 -12t-2 -12z M1469 1367q107 103 264 103q156 0 266.5 -109t110.5 -265q0 -100 -55 -197q-159 157 -373 157h-33q-49 188 -180 311zM1641 1927q0 -37 27.5 -64.5t64.5 -27.5q38 0 63 27t25 65v219q0 38 -25 65t-63 27q-37 0 -64.5 -27t-27.5 -65v-219zM2231 1683q0 -39 28 -64 q23 -27 60.5 -27t64.5 27l154 155q28 25 28 63t-27 65t-65 27q-35 0 -61 -28l-154 -154q-28 -25 -28 -64zM2317 418q0 -36 26 -64l70 -67q20 -23 58 -26l1 -1q2 0 5 -0.5t5 -0.5q30 0 56 28q28 26 28 64q0 37 -28 65l-69 65q-26 29 -62 29q-37 0 -63.5 -27t-26.5 -65z M2472 1096q0 -37 29 -64q29 -29 65 -29h217q37 0 64.5 27.5t27.5 65.5q0 37 -27 62.5t-65 25.5h-217q-40 0 -67 -25.5t-27 -62.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2428"
d=
"M0 90q0 40 27 67q28 26 64 26h578q118 0 201.5 -84.5t83.5 -202.5q0 -119 -83 -202.5t-202 -83.5t-203 84q-25 25 -25 64t24.5 64.5t64.5 25.5q37 0 65 -26q32 -31 74 -31t73 30.5t31 74.5q0 42 -31 72.5t-73 30.5h-578q-37 0 -64 26.5t-27 64.5zM0 414q0 39 27 66 q28 26 64 26h1125q42 0 73 31t31 74t-31 73.5t-73 30.5q-44 0 -73 -30q-29 -24 -68 -24t-63.5 24.5t-24.5 63.5q0 40 24 65q81 81 205 81q119 0 202.5 -83t83.5 -201t-83.5 -201.5t-202.5 -83.5h-1125q-38 0 -64.5 25.5t-26.5 62.5zM229 666q0 -13 17 -13h154q13 0 23 16 q36 87 112 144t170 64l56 8q21 0 21 18l8 55q17 173 146.5 290.5t305.5 117.5q177 0 307 -116.5t148 -291.5l8 -63q0 -18 18 -18h173q145 0 248.5 -102t103.5 -245t-103.5 -245t-248.5 -102h-737q-20 0 -20 -18v-148q0 -18 20 -18h737q145 0 267.5 71t194 193.5t71.5 266.5 q0 145 -71.5 267t-194 193t-267.5 71h-33q-50 213 -223.5 349t-397.5 136q-226 0 -400 -140.5t-221 -359.5q-137 -32 -243 -131.5t-147 -235.5v-4q-2 -5 -2 -9z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2539"
d=
"M0 87q0 39 27 65t67 26h957q38 0 63 -25.5t25 -65.5q0 -38 -25.5 -63.5t-62.5 -25.5h-957q-40 0 -67 25.5t-27 63.5zM281 413q0 38 29 64q23 24 63 24h960q37 0 61.5 -25t24.5 -63t-24.5 -65t-61.5 -27h-960q-37 0 -64.5 27.5t-27.5 64.5zM347 662q0 -15 18 -15h152 q15 0 25 15q36 87 111 144t168 64l58 7q18 0 18 19l7 55q18 174 148.5 290t306.5 116q174 0 302 -114.5t150 -288.5l8 -63q0 -17 19 -17h171q145 0 247.5 -102t102.5 -247q0 -140 -104 -243.5t-246 -103.5h-735q-19 0 -19 -18v-143q0 -19 19 -19h735q108 0 206.5 41.5 t169 112.5t112.5 168.5t42 204.5q0 144 -70.5 265.5t-192.5 192t-267 70.5h-33q-52 215 -224.5 351.5t-392.5 136.5q-227 0 -401.5 -141.5t-221.5 -361.5q-138 -31 -242 -129.5t-145 -236.5v-2q-2 -4 -2 -8zM469 -243q0 39 28 64q24 25 63 25h959q39 0 65.5 -25.5 t26.5 -63.5t-27 -65t-65 -27h-959q-37 0 -64 27t-27 65z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2370"
d=
"M0 454q0 159 99 282.5t254 158.5q41 188 190 307.5t343 119.5q189 0 337.5 -116.5t192.5 -298.5h29q188 0 321 -132.5t133 -320.5t-133 -321.5t-321 -133.5h-990q-92 0 -176.5 36t-145.5 97t-97 145.5t-36 176.5zM155 454q0 -122 88 -209.5t212 -87.5h990q124 0 212 87.5 t88 209.5t-88 209t-212 87h-148q-16 0 -16 16l-7 52q-16 151 -126.5 250.5t-261.5 99.5t-262.5 -100t-125.5 -250l-7 -45q0 -16 -17 -16l-48 -7q-115 -10 -193 -95t-78 -201zM1099 1384q-16 -15 8 -22q69 -30 115 -59q18 -5 24 3q97 92 226 92t223.5 -86.5t105.5 -213.5 l10 -68h151q104 0 179 -74.5t75 -177.5q0 -96 -66 -167t-163 -82q-16 0 -16 -17v-121q0 -17 16 -17q161 10 272 127t111 277q0 169 -119.5 288.5t-288.5 119.5h-16q-42 160 -175.5 263.5t-298.5 103.5q-226 0 -373 -169z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2641"
d=
"M0 86q0 39 27 65t67 26h1991q40 0 65.5 -25.5t25.5 -65.5q0 -37 -26.5 -62t-64.5 -25h-1991q-40 0 -67 25t-27 62zM279 421q0 39 28 64q24 24 63 24h1992q37 0 62 -25.5t25 -62.5q0 -38 -25 -64.5t-62 -26.5h-1992q-38 0 -64.5 27t-26.5 64zM293 675q0 -14 16 -14h153 q10 0 21 17q38 83 113.5 136t165.5 60l59 8q18 0 18 19l7 53q17 173 146.5 288.5t303.5 115.5q173 0 301.5 -114t146.5 -286l8 -61q0 -18 21 -18h170q103 0 187.5 -55t125.5 -146q11 -17 22 -17h153q19 0 15 24q-47 164 -186 268t-317 104h-34q-53 213 -223.5 348.5 t-389.5 135.5q-224 0 -398 -140.5t-223 -358.5q-136 -32 -238.5 -129t-142.5 -232v4q-1 -3 -1 -10zM465 -241q0 38 28 63q24 24 64 24h1993q38 0 64.5 -25t26.5 -62q0 -38 -27 -65t-64 -27h-1993q-37 0 -64.5 27.5t-27.5 64.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2210"
d=
"M0 528q0 -213 148.5 -366t362.5 -163q18 0 18 18v143q0 18 -18 18q-137 7 -233 109t-96 241q0 132 90 230t223 114l57 3q21 0 21 20l6 57q17 173 146.5 289.5t304.5 116.5q174 0 304 -116.5t148 -289.5l8 -62q0 -18 19 -18h172q142 0 246 -102t104 -242 q0 -139 -96.5 -241t-232.5 -109q-21 0 -21 -18v-143q0 -18 21 -18q139 4 256 76t184.5 192.5t67.5 260.5q0 143 -71 263.5t-193 190t-265 69.5h-34q-52 214 -224.5 350t-392.5 136q-225 0 -400 -139.5t-224 -357.5q-177 -41 -291.5 -184.5t-114.5 -327.5zM581 -240 q15 -34 49 -49q32 -16 66.5 -2t47.5 48q16 35 2.5 68.5t-48.5 46.5q-32 17 -65.5 3t-49.5 -50q-15 -26 -2 -65zM648 61q0 -25 16.5 -48.5t49.5 -34.5q31 -18 66 -1.5t47 63.5l96 361q10 40 -8.5 71.5t-56.5 38.5q-13 3 -26 3q-26 0 -50.5 -16t-34.5 -47l-94 -362 q-5 -23 -5 -28zM847 -535q0 -19 6 -31q14 -35 48 -48q15 -8 35 -8q10 0 32 6q35 13 50.5 48t-0.5 70t-47.5 49t-66.5 0q-30 -13 -43.5 -38t-13.5 -48zM925 -257q0 -59 67 -78q18 -4 26 -4q24 0 41 8q33 13 45 61l178 671q10 38 -6.5 69t-52.5 41q-13 3 -29 3 q-26 0 -51.5 -16t-31.5 -47l-182 -676q-4 -22 -4 -32zM1291 -208q0 -19 8 -34q13 -31 47 -47q18 -7 37 -7q10 0 32 6q34 13 49 47q12 35 -1 67t-45 48q-36 17 -69.5 3t-49.5 -50q-8 -15 -8 -33zM1368 66q0 -23 17 -48t48 -35q25 -5 29 -5q15 0 39 11q32 15 43 56l96 356 q3 27 3 28q0 25 -16.5 49t-48.5 33q-14 3 -28 3q-26 0 -50 -15.5t-33 -47.5l-96 -358z"
/>
<glyph
unicode=
""
horiz-adv-x=
"1502"
d=
"M0 -283h42l734 1086q15 29 -16 29h-303l319 581q14 29 -21 29h-406q-17 0 -31 -19l-296 -789q-4 -29 20 -29h293zM907 392h29l557 818q8 13 4 21t-18 8h-224l233 430q19 32 -19 32h-292q-21 0 -32 -20l-222 -585q-5 -14 1 -22t20 -8h218z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2209"
d=
"M0 522q0 -211 149 -364t361 -160q19 0 19 18v142q0 19 -19 19q-135 7 -232 108.5t-97 236.5q0 134 90.5 233.5t223.5 110.5l56 8q20 0 20 19l8 53q16 175 145.5 293t305.5 118q173 0 303 -117t149 -289l7 -62q0 -19 20 -19h171q144 0 247 -103t103 -245 q0 -135 -96.5 -236.5t-232.5 -108.5q-21 0 -21 -19v-142q0 -18 21 -18q213 7 360.5 159.5t147.5 364.5q0 143 -71 264.5t-193 192t-265 70.5h-33q-53 214 -225 350.5t-392 136.5q-225 0 -400 -140t-224 -357q-180 -46 -293 -188.5t-113 -328.5zM577 -227q0 -27 17.5 -54 t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8t-42.5 -57l-15 -63q-2 -6 -2 -20zM658 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63zM723 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5 t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q0 -3 -2 -12.5t-2 -15.5zM847 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-15 -63q-3 -14 -3 -24zM930 -250q0 -35 27 -62 q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM997 -8q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1291 -237q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2 q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -4 -2 -13t-2 -14zM1370 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1435 325q0 -27 17.5 -51.5t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10 q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97q0 -4 -2 -12.5t-2 -12.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2213"
d=
"M0 525q0 -179 104.5 -318.5t272.5 -190.5q14 -3 26 8l124 153q-142 0 -243 102t-101 246q0 135 90 234.5t224 110.5l56 7q17 0 17 14l8 59q20 176 148.5 291.5t303.5 115.5q176 0 306.5 -116.5t146.5 -290.5l8 -62q4 -18 23 -18h173q144 0 245 -101t101 -244 q0 -133 -90 -232.5t-221 -115.5q-19 0 -52 -6q-31 -3 -44 -24l-252 -298q-23 -29 -17.5 -67t33.5 -61q17 -20 60 -20q42 0 65 37l226 260q199 20 336 172t137 355q0 108 -41.5 206t-112 168.5t-168 112.5t-205.5 42h-34q-53 212 -226.5 347.5t-396.5 135.5 q-149 0 -280.5 -63.5t-221.5 -177t-121 -258.5q-180 -40 -293.5 -183.5t-113.5 -329.5zM361 -330q0 -10 6 -32q14 -34 47 -47q35 -16 71 -2t49 48q16 35 2 69t-49 46q-36 17 -69 3t-49 -50q-8 -17 -8 -35zM558 -70v-11q3 -36 32 -60q36 -20 66 -20q36 0 65 35l248 295 q23 28 21 70q-4 34 -29.5 57t-55.5 23q-9 0 -15 -1q-37 -7 -60 -35l-252 -296q-20 -23 -20 -57zM640 -573q0 -19 8 -34q13 -34 47 -50q17 -8 35 -8q20 0 33 8q37 15 50 44q16 35 2.5 71t-47.5 49q-35 16 -71.5 2t-48.5 -48q-8 -15 -8 -34zM818 -323v-12q4 -35 33 -58.5 t59 -23.5q36 0 67 35l464 559q18 20 18 55v13q-4 36 -29 57t-56 21h-14q-37 -2 -59 -33l-464 -555q-19 -28 -19 -58zM1193 -446q0 -14 6 -32q14 -35 49 -50q22 -6 33 -6q23 0 36 8q36 14 49 45q16 27 2 71q-13 33 -47 47l-38 10q-14 -3 -34 -8q-35 -13 -48 -47 q-8 -19 -8 -38z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2211"
d=
"M0 527q0 184 115 327.5t291 184.5q50 218 225 358t400 140q220 0 392.5 -136.5t224.5 -350.5h34q143 0 265 -69.5t193 -190t71 -263.5q0 -140 -67.5 -260.5t-184.5 -192.5t-256 -76q-21 0 -21 18v142q0 19 21 19q136 7 232.5 109t96.5 241t-104 241.5t-246 102.5h-172 q-19 0 -19 18l-8 62q-18 173 -148.5 289.5t-303.5 116.5q-175 0 -304.5 -116.5t-145.5 -289.5l-8 -57q0 -20 -21 -20l-56 -3q-133 -16 -223.5 -114t-90.5 -230q0 -139 96 -241t233 -109q18 0 18 -19v-142q0 -18 -18 -18q-214 10 -362.5 163t-148.5 366zM571 -186q0 7 4 21 l174 615q10 31 34.5 47t49.5 16q11 0 26 -3q38 -7 57.5 -39t8.5 -71l-174 -611q-20 -68 -88 -68q-6 0 -12 2q-9 3 -11 3q-35 10 -52 35.5t-17 52.5zM851 -486l260 936q7 31 32 47t52 16q14 0 29 -3q35 -10 52 -41.5t7 -68.5l-259 -937q-6 -27 -31 -46t-54 -19q-15 0 -27 5 q-32 8 -55 42q-18 28 -6 69zM1291 -189q0 6 4 24l174 615q9 31 32.5 47t49.5 16q13 0 28 -3q33 -9 49.5 -33t16.5 -50q0 -5 -2 -14.5t-2 -12.5l-174 -611q-6 -31 -30 -49.5t-54 -18.5l-26 5q-32 9 -49 34.5t-17 50.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2218"
d=
"M0 525q0 185 116 329t297 185q47 220 221 361.5t400 141.5q223 0 396.5 -136t226.5 -352h36q144 0 265 -70.5t190.5 -192.5t69.5 -266q0 -214 -146.5 -367t-359.5 -160q-19 0 -19 18v143q0 18 19 18q135 11 231 111.5t96 236.5q0 143 -102 246t-244 103h-174 q-19 0 -23 19l-8 61q-11 114 -74.5 206.5t-163.5 145t-216 52.5q-176 0 -305.5 -116.5t-146.5 -290.5l-7 -58q0 -15 -17 -15l-56 -8q-135 -11 -225.5 -110t-90.5 -235q0 -139 94.5 -239.5t231.5 -108.5q19 0 19 -18v-143q0 -18 -19 -18q-105 5 -200 48t-163.5 113 t-108.5 165.5t-40 200.5zM578 -197q0 5 2 14t2 12l29 110q11 36 42.5 54.5t68.5 7.5q36 -11 55 -42.5t8 -68.5l-26 -108q-21 -70 -81 -70q-4 0 -9.5 0.5t-12 1.5t-10.5 1q-34 10 -51 36.5t-17 51.5zM719 317q0 4 1.5 12t1.5 10l32 112q10 31 34 47.5t50 16.5q4 0 8.5 -0.5 t10 -1.5t8.5 -1q36 -11 54.5 -42.5t7.5 -68.5l-26 -107q-11 -44 -43 -62.5t-69 -2.5q-35 10 -52.5 36t-17.5 52zM850 -531q0 5 2 13.5t2 12.5l31 106q10 38 42.5 57.5t69.5 8.5q36 -11 54 -43.5t7 -69.5l-27 -111q-17 -65 -85 -65q-8 0 -26 4q-35 6 -52.5 32.5t-17.5 54.5z M993 -22q0 9 4 27l29 110q11 36 43.5 54.5t69.5 7.5q36 -10 54 -41.5t6 -69.5l-26 -106q-20 -72 -77 -72q-7 0 -33 6q-35 7 -52.5 31.5t-17.5 52.5zM1294 -201q0 11 3 26l30 106q11 38 43.5 57.5t67.5 9.5q37 -11 56.5 -43.5t9.5 -67.5l-31 -113q-16 -65 -84 -65 q-15 0 -28 3q-32 6 -49 32.5t-18 54.5zM1441 307q0 5 5 28l32 110q6 34 31 50.5t52 14.5q7 1 26 -3q35 -8 55 -41q19 -27 8 -69l-26 -110q-21 -69 -81 -69q-10 0 -36 6q-33 10 -49.5 33.5t-16.5 49.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2211"
d=
"M0 523q0 185 113.5 328.5t292.5 187.5q50 218 224.5 358t400.5 140q220 0 392.5 -136.5t224.5 -350.5h34q143 0 265 -70.5t193 -192t71 -264.5q0 -212 -148 -365t-360 -160q-21 0 -21 18v142q0 19 21 19q136 7 232.5 108.5t96.5 237.5q0 142 -103 245t-247 103h-172 q-19 0 -19 18l-8 62q-18 173 -148.5 290t-303.5 117q-176 0 -305.5 -118t-146.5 -293l-6 -53q0 -20 -21 -20l-56 -7q-133 -11 -223.5 -110.5t-90.5 -233.5q0 -136 96.5 -237.5t232.5 -108.5q18 0 18 -19v-142q0 -18 -18 -18q-214 7 -362.5 160t-148.5 365zM679 89 q0 36 25.5 62t62.5 26t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5t-62.5 26.5t-25.5 64.5zM679 -298q0 38 26 64q25 24 62 24t62.5 -25t25.5 -63t-25.5 -63t-62.5 -25t-62.5 25t-25.5 63zM1019 -117q0 37 27 66q26 26 61 26q37 0 64.5 -27.5t27.5 -64.5t-27 -63.5 t-65 -26.5q-36 0 -62 26.5t-26 63.5zM1019 269q0 37 27 64q28 26 61 26q38 0 65 -26.5t27 -63.5t-27 -62.5t-65 -25.5q-36 0 -62 25.5t-26 62.5zM1019 -507q0 36 27 65q26 26 61 26q38 0 65 -27t27 -64t-27 -62.5t-65 -25.5q-36 0 -62 25.5t-26 62.5zM1363 89q0 35 27 61.5 t64 26.5t62.5 -26t25.5 -62q0 -38 -25.5 -64.5t-62.5 -26.5q-38 0 -64.5 27t-26.5 64zM1363 -298q0 35 27 64q26 24 64 24t63 -25t25 -63t-25 -63t-63 -25t-64.5 25.5t-26.5 62.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2210"
d=
"M0 527q0 184 115 327.5t291 184.5q49 218 224 357.5t401 139.5q220 0 392 -136t225 -350h33q143 0 265 -69.5t193 -190t71 -263.5q0 -214 -147.5 -368t-360.5 -161q-21 0 -21 18v142q0 19 21 19q137 7 233 109t96 241t-104 241.5t-246 102.5h-171q-20 0 -20 18l-7 62 q-17 172 -147.5 289t-304.5 117q-175 0 -305 -116.5t-147 -289.5l-6 -58q0 -19 -21 -19l-56 -3q-131 -6 -222.5 -107t-91.5 -237q0 -139 96 -241t233 -109q18 0 18 -19v-142q0 -18 -18 -18q-214 10 -362.5 163t-148.5 366zM632 433q0 39 39 105.5t73 107.5q34 38 41 45 l38 -43q41 -44 76.5 -108.5t35.5 -106.5q0 -63 -43 -105t-107 -42q-63 0 -108 43t-45 104zM950 8q0 44 25.5 102t62.5 109q29 41 71 89.5t64 69.5q11 10 26 25l26 -25q60 -53 136 -156q38 -53 63 -111t25 -103q0 -103 -72.5 -175.5t-177.5 -72.5q-103 0 -176 72t-73 176z M1107 718q0 67 104 171l26 -27q28 -34 51 -75.5t23 -68.5q0 -41 -29.5 -70.5t-70.5 -29.5q-43 0 -73.5 29.5t-30.5 70.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2212"
d=
"M0 527q0 -177 105.5 -317t273.5 -191l-69 -179q-5 -23 15 -23h227l-111 -403h30l423 557q6 7 2 14.5t-15 7.5h-232l264 495q10 22 -15 22h-314q-15 0 -24 -15l-115 -306q-114 29 -188.5 124t-74.5 214q0 133 90 230.5t224 113.5l56 8q21 0 21 18l8 55q16 173 145.5 290 t304.5 117q174 0 304.5 -117t149.5 -290l6 -62q0 -19 20 -19h172q145 0 247.5 -101t102.5 -243q0 -136 -95 -235.5t-234 -109.5q-21 0 -21 -20v-146q0 -18 21 -18q104 3 198.5 47t162.5 114.5t108 167t40 200.5q0 144 -71.5 265.5t-193.5 192t-265 70.5h-34 q-53 213 -225 348t-393 135q-226 0 -401 -140t-224 -358q-176 -41 -291 -184.5t-115 -328.5zM870 -525q0 -25 16.5 -49.5t49.5 -34.5q22 -5 27 -5q14 0 40 11q34 15 45 56l30 112q10 35 -8.5 67t-56.5 43q-35 10 -67.5 -8.5t-43.5 -56.5l-29 -107q-3 -27 -3 -28zM1013 -16 q0 -23 16.5 -46.5t48.5 -35.5q36 -12 68 5t43 56l32 111q10 35 -9 67.5t-57 43.5q-36 10 -69 -8.5t-44 -55.5l-26 -108q-3 -27 -3 -29zM1314 -192q0 -27 17.5 -54t50.5 -37q4 0 12.5 -2t12.5 -2q21 0 40 8q30 11 44 61l27 108q11 37 -6.5 70.5t-53.5 44.5q-40 10 -72.5 -9 t-39.5 -57l-29 -110q-3 -9 -3 -21zM1459 319q-1 -25 16 -50t52 -40q12 -6 28 -6q17 0 36 9q33 16 47 61l31 110q3 21 3 23q0 27 -17.5 52.5t-52.5 35.5q-4 0 -12 2t-12 2q-27 0 -52 -16.5t-35 -51.5l-29 -108q-3 -12 -3 -23z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2213"
d=
"M0 527q0 -177 106 -317t275 -191l-70 -179q-5 -23 15 -23h227l-105 -459h30l418 613q6 7 1.5 14.5t-15.5 7.5h-232l264 495q11 23 -15 23h-314q-15 0 -25 -16l-114 -306q-114 29 -189 124t-75 214q0 133 90.5 231t224.5 114l56 7q21 0 21 19l7 54q17 173 146.5 290 t304.5 117q174 0 304.5 -117t149.5 -290l7 -62q0 -18 19 -18h171q145 0 248 -101.5t103 -243.5q0 -136 -95 -235.5t-235 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 361.5 161t148.5 368q0 144 -71 265.5t-193.5 192t-266.5 70.5h-33q-53 213 -225.5 348t-392.5 135 q-226 0 -401 -140t-224 -358q-177 -41 -292 -184.5t-115 -328.5zM869 -509q0 -63 62 -82q2 0 12 -1.5t15 -1.5q27 0 52.5 15.5t34.5 51.5l240 927q10 38 -7 69t-53 42q-27 3 -28 3q-26 0 -50.5 -16t-33.5 -48l-241 -930q-3 -14 -3 -29zM1312 -182q0 -21 11 -40 q22 -35 54 -47q17 -5 32 -5t34 8q33 14 45 61l154 605q5 23 5 29q0 24 -17 48t-49 34q-27 3 -28 3q-27 0 -50 -15.5t-32 -48.5l-156 -608q0 -3 -1.5 -11.5t-1.5 -12.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2209"
d=
"M0 678q0 36 25 60t61 24h1289q35 0 58 -23.5t23 -60.5q0 -35 -23 -58t-58 -23h-1289q-36 0 -61 23t-25 58zM258 987q0 35 25 59q24 24 60 24h1290q34 0 57.5 -24t23.5 -59t-23.5 -59.5t-57.5 -24.5h-1290q-35 0 -60 24.5t-25 59.5zM430 375q0 34 26 58q23 23 58 23h1291 q36 0 60 -23t24 -58t-24.5 -60t-59.5 -25h-1291q-35 0 -59.5 25t-24.5 60zM1559 678q0 37 23.5 60.5t60.5 23.5h482q37 0 60.5 -24t23.5 -60q0 -35 -24 -58t-60 -23h-482q-37 0 -60.5 23t-23.5 58z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2564"
d=
"M0 89q0 -37 29 -64q27 -27 65 -27h612q42 0 73.5 -30.5t31.5 -72.5q0 -43 -31.5 -74t-73.5 -31q-41 0 -73 32q-29 26 -65 26q-38 0 -64 -26t-26 -64q0 -36 26 -64q84 -84 202 -84t201.5 83t83.5 202q0 118 -83.5 202t-201.5 84h-612q-38 0 -66 -27.5t-28 -64.5zM0 411 q0 -35 29 -62q28 -26 65 -26h1157q118 0 201.5 83t83.5 201t-83.5 200.5t-201.5 82.5q-122 0 -202 -81q-24 -25 -24 -65t24.5 -64t62.5 -24t66 24q30 30 73 30q41 0 72 -30t31 -73q0 -42 -31 -73t-72 -31h-1157q-38 0 -66 -27.5t-28 -64.5zM269 662q0 -14 17 -14h153 q13 0 23 16q36 87 111.5 143.5t168.5 63.5l56 8q20 0 20 18l8 55q17 173 147 289.5t305 116.5t304.5 -116t147.5 -290l7 -62q0 -19 20 -19h173q145 0 247 -101t102 -243t-102.5 -244t-246.5 -102h-737q-18 0 -18 -19v-146q0 -18 18 -18h737q143 0 264.5 71t192.5 193t71 265 q0 141 -73 264q117 113 161 275l16 72q3 3 3 8q0 7 -15 17l-64 22q-134 41 -204.5 145t-70.5 215q0 39 10 84l14 66q4 16 -14 24l-85 26q-70 17 -133 17q-59 0 -120 -14t-125.5 -43.5t-125.5 -85t-107 -130.5q-113 48 -247 48q-226 0 -399.5 -140t-220.5 -357 q-137 -32 -242 -131t-145 -235v-3q-2 -3 -2 -9zM1680 1397q50 88 138 134.5t182 46.5q22 0 33 -1q-2 -14 -2 -38q0 -151 84 -289t232 -207q-25 -60 -80 -110q-142 122 -337 122h-35q-43 201 -215 342z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2699"
d=
"M0 86q0 -38 27 -63t67 -25h1003q38 0 63 25t25 63q0 40 -25 65.5t-63 25.5h-1003q-40 0 -67 -26t-27 -65zM281 411q0 -38 28 -64q26 -27 64 -27h1005q37 0 62.5 26.5t25.5 64.5q0 37 -25 62.5t-63 25.5h-1005q-38 0 -65 -25.5t-27 -62.5zM392 661q0 -15 19 -15h152 q14 0 24 15q36 87 111 144t168 64l59 8q19 0 19 18l7 55q17 174 147.5 290.5t306.5 116.5q175 0 303 -115t150 -289l8 -62q0 -18 19 -18h172q145 0 247 -102t102 -246q0 -141 -103.5 -244.5t-245.5 -103.5h-737q-18 0 -18 -18v-143q0 -18 18 -18h737q144 0 266 70t193 191.5 t71 265.5t-69 264q115 103 161 275l19 73q1 2 1 7q0 13 -16 17l-66 23q-70 21 -124 61t-85.5 89.5t-47 100.5t-15.5 101q0 38 12 93l14 65q7 15 -14 24l-88 26q-70 17 -133 17q-60 0 -121 -14t-126 -43.5t-125.5 -85t-105.5 -130.5q-124 51 -253 51q-226 0 -400.5 -140.5 t-221.5 -360.5q-139 -32 -243.5 -130.5t-145.5 -235.5v-3q-2 -2 -2 -8zM469 -245q0 -39 27 -64q26 -27 64 -27h1006q38 0 65 27t27 64t-27 62.5t-65 25.5h-1006q-38 0 -64.5 -25.5t-26.5 -62.5zM1811 1394q55 88 143.5 136.5t181.5 46.5q18 0 27 -1v-26q0 -156 84.5 -297.5 t231.5 -211.5q-28 -64 -81 -114q-141 126 -341 126h-34q-40 193 -212 341z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2325"
d=
"M0 527q0 -213 148.5 -366t362.5 -163q19 0 19 18v143q0 18 -19 18q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 3q21 0 21 19l8 58q17 173 146.5 290t304.5 117q173 0 304 -117t149 -290l8 -62q0 -18 18 -18h172q142 0 246 -102.5t104 -242.5q0 -139 -96 -241 t-233 -109q-21 0 -21 -18v-143q0 -18 21 -18q213 7 361 161t148 368q0 137 -69 257q126 119 165 279l14 73q3 2 3 7q0 12 -17 17l-60 18q-91 27 -155.5 90.5t-91.5 133t-27 140.5q-1 39 8 84l15 62q5 14 -15 23l-85 27q-67 20 -140 20q-56 0 -115.5 -13.5t-124.5 -43 t-126.5 -85t-106.5 -130.5q-120 52 -253 52q-226 0 -401 -140t-224 -358q-177 -41 -292 -184.5t-115 -328.5zM584 -223q14 -34 49 -48q31 -16 66 -2.5t48 47.5q16 35 2.5 69t-47.5 47q-32 16 -66 2t-50 -49q-16 -25 -2 -66zM651 79q0 -24 17 -48t49 -34q41 -16 71.5 0.5 t42.5 60.5l94 342q11 40 -8.5 71.5t-57.5 39.5q-35 11 -67 -7t-43 -54l-94 -343q0 -3 -2 -13t-2 -15zM850 -518q0 -20 6 -31q14 -35 48 -48q15 -8 35 -8q10 0 32 6q36 13 51.5 48t-0.5 70t-47.5 49t-65.5 0q-31 -13 -45 -38t-14 -48zM929 -235q0 -61 68 -83q15 -5 25 -5 q18 0 37 9q37 13 50 61l176 653q10 38 -7.5 69t-53.5 42q-37 11 -69.5 -7t-42.5 -54l-179 -658q-4 -18 -4 -27zM1296 -191q0 -20 7 -33q13 -32 47 -47q19 -8 37 -8q10 0 32 6q35 14 48 47q13 35 0.5 67.5t-44.5 48.5q-35 16 -69.5 2.5t-50.5 -49.5q-7 -13 -7 -34zM1373 82 q0 -26 16.5 -49t48.5 -33q27 -3 29 -3q65 0 82 65l93 338q10 38 -7.5 69t-53.5 42q-37 11 -68.5 -7t-42.5 -54l-94 -339q-3 -14 -3 -29zM1442 1389q50 92 138.5 140t187.5 47q18 0 27 -2v-33q0 -156 83.5 -293.5t231.5 -207.5q-31 -70 -80 -114q-141 125 -347 125h-34 q-41 200 -207 338z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2320"
d=
"M0 527q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l8 55q17 173 146 289.5t304 116.5q174 0 304 -116t148 -290l8 -62q0 -19 19 -19h172q145 0 247.5 -101t102.5 -243 q0 -136 -95 -235.5t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 143 -73 264q128 116 165 275l16 77q1 1 1 7q0 12 -17 17l-62 18q-91 26 -155 88t-91 131.5t-27 140.5q0 39 10 84l15 66q5 15 -15 24l-84 26q-70 17 -133 17q-58 0 -119 -14 t-127 -43.5t-128 -85t-107 -130.5q-113 48 -249 48q-226 0 -400.5 -139.5t-224.5 -357.5q-176 -42 -291 -185.5t-115 -327.5zM818 31q-8 -23 15 -23h230l-140 -442h32l445 596q6 7 3 14.5t-14 7.5h-235l246 449q11 23 -15 23h-314q-13 0 -23 -15zM1437 1391q53 91 141.5 139 t183.5 48q20 0 29 -2v-33q0 -154 83 -291t231 -209q-25 -59 -80 -114q-147 126 -343 126h-34q-45 200 -211 336z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2332"
d=
"M0 525q0 -212 149 -366t363 -161q19 0 19 18v143q0 18 -19 18q-136 7 -233 110t-97 238q0 136 90.5 235.5t224.5 110.5l57 7q21 0 21 19l7 54q17 176 146.5 293.5t305.5 117.5q174 0 305.5 -117t149.5 -290l8 -61q0 -20 18 -20h173q145 0 248.5 -103t103.5 -246 q0 -88 -44 -166.5t-120.5 -127.5t-166.5 -54q-21 0 -21 -18v-143q0 -18 21 -18q141 4 258 76t184.5 191.5t67.5 259.5q0 141 -73 268q133 119 169 280l15 73q3 3 3 8q0 9 -18 17l-59 19q-92 27 -157 90.5t-92.5 133t-27.5 137.5q-3 34 10 88l14 62q7 16 -14 25l-85 26 q-65 18 -138 18q-58 0 -119.5 -14t-127 -44t-127.5 -86.5t-107 -131.5q-130 49 -251 49q-226 0 -401.5 -140.5t-225.5 -359.5q-180 -46 -293.5 -189t-113.5 -329zM577 -227q0 -27 17.5 -54t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8 t-42.5 -57l-15 -63q-2 -6 -2 -20zM658 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63zM723 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98 q0 -3 -2 -12.5t-2 -15.5zM847 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5l-15 -63q-3 -14 -3 -24zM930 -250q0 -35 27 -62q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM997 -8 q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1291 -237q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63 q0 -4 -2 -13t-2 -14zM1370 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1435 325q0 -27 17.5 -51.5t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97 q0 -4 -2 -12.5t-2 -12.5zM1442 1397q51 92 140 142.5t184 49.5q15 0 32 -3v-34q-2 -157 82.5 -294.5t236.5 -206.5q-31 -65 -85 -118q-148 122 -344 122h-33q-50 208 -213 342z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2333"
d=
"M0 525q0 -179 106.5 -320.5t274.5 -188.5q14 -3 26 8l120 150q-140 0 -242.5 104t-102.5 247q0 134 90 231.5t225 109.5l53 7q20 0 20 20l8 57q20 174 150 291t305 117q174 0 305 -117.5t150 -290.5l7 -62q0 -18 19 -18h173q141 0 243.5 -102t102.5 -243 q0 -136 -90 -236.5t-221 -111.5q-72 -9 -92 -30l-249 -310q-25 -28 -20 -67q4 -38 33.5 -63t60.5 -25q36 0 68 40l218 276q99 10 187.5 55.5t151.5 115.5t100 163t37 193q0 139 -73 260q130 118 169 280v10l21 82l-81 28q-92 27 -156.5 89t-92 131t-27.5 140q0 41 9 85 l20 83l-89 25q-1 0 -3 1.5t-4 2.5t-4.5 2t-3.5 1q-70 17 -133 17q-61 -1 -122.5 -15t-128 -44t-128.5 -86t-107 -132q-120 52 -250 52q-226 0 -401 -140t-225 -358q-181 -44 -294 -186.5t-113 -327.5zM395 -327q0 -21 7 -33q14 -35 46 -49q35 -16 71 -3t49 47 q16 35 1.5 71.5t-48.5 48.5q-35 16 -70.5 2.5t-48.5 -48.5q-7 -15 -7 -36zM592 -66v-12q3 -36 35 -59q21 -24 58 -23t70 34l248 311q22 28 18 66.5t-32 61.5t-67 19t-61 -36l-248 -305q-21 -24 -21 -57zM653 -622q14 -34 49 -48q17 -8 35 -8q10 0 32 6q34 14 47 47 q13 35 1 69t-47 51q-35 13 -67 -0.5t-48 -46.5q-17 -30 -2 -70zM823 -338v-9q4 -36 34 -61.5t60 -25.5q35 0 64 36l460 572q23 27 20 66t-31 62q-32 23 -70.5 19.5t-60.5 -31.5l-456 -572q-20 -25 -20 -56zM1197 -456q0 -18 8 -35q13 -36 50 -50q36 -14 65 -2q35 14 49 49 q16 35 3.5 68.5t-47.5 49.5q-35 13 -69.5 0t-50.5 -45q-8 -19 -8 -35zM1441 1391q50 92 138.5 140.5t187.5 46.5q19 0 28 -1v-32q0 -155 85.5 -293.5t233.5 -209.5q-40 -75 -84 -119q-142 126 -343 126h-34q-48 205 -212 342z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2331"
d=
"M0 528q0 -213 149 -366.5t363 -163.5q19 0 19 18v143q0 18 -19 18q-137 8 -233.5 110t-96.5 241q0 133 90.5 231.5t224.5 114.5l57 4q21 0 21 18l7 58q17 173 147 290.5t305 117.5q174 0 305 -117.5t149 -290.5l8 -61q0 -19 18 -19h173q143 0 247.5 -102.5t104.5 -243.5 q0 -139 -96.5 -241t-233.5 -110q-22 0 -22 -18v-143q0 -18 22 -18q213 7 361 161.5t148 368.5q0 141 -73 262q129 117 169 279l15 77q2 1 2 7q0 12 -17 17l-60 19q-91 26 -156 88.5t-92.5 131.5t-27.5 137q-3 36 9 88l15 65q7 16 -15 26l-84 26q-72 16 -135 16 q-60 0 -122 -14t-128 -43.5t-128 -85t-107 -130.5q-132 48 -249 48q-226 0 -401.5 -140.5t-225.5 -359.5q-177 -41 -292 -185t-115 -329zM593 -201q0 -27 17.5 -52.5t52.5 -35.5q37 -11 68.5 4.5t42.5 59.5l153 626q10 40 -9 72t-56 39q-35 11 -67.5 -7t-43.5 -54l-154 -629 q0 -2 -2 -10t-2 -13zM871 -529q0 -25 16.5 -49t47.5 -33q18 -4 26 -4q70 0 87 63l240 953q10 39 -7.5 69.5t-53.5 41.5q-37 11 -70.5 -7.5t-41.5 -53.5l-241 -952q0 -2 -1.5 -12.5t-1.5 -15.5zM1315 -210q0 -57 67 -79q22 -6 32 -6q18 0 37 8q33 13 42 62l153 626 q10 38 -8 69t-54 42q-37 11 -70 -7t-41 -54l-153 -629q-5 -28 -5 -32zM1441 1395q51 93 139.5 141.5t187.5 46.5q19 0 29 -1v-32q-2 -155 82 -293t236 -210q-36 -73 -84 -114q-147 121 -344 121h-33q-44 203 -213 341z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2331"
d=
"M0 527q0 -213 148.5 -366t362.5 -163q18 0 18 18v146q0 19 -18 19q-139 11 -234 110.5t-95 235.5q0 132 90 230t224 114l56 8q21 0 21 18l8 55q17 173 146 289.5t304 116.5q174 0 304 -116t148 -290l8 -62q0 -19 19 -19h172q144 0 247 -101t103 -243q0 -136 -95 -235.5 t-234 -110.5q-21 0 -21 -19v-146q0 -18 21 -18q213 7 360.5 161t147.5 368q0 139 -69 259q130 117 169 279v14l20 84l-81 22q-130 39 -202 144.5t-72 216.5q0 42 9 83l21 85l-91 27l-14 4q-75 15 -133 15q-60 0 -122 -14t-128.5 -44t-128 -85.5t-106.5 -131.5 q-119 52 -252 52q-226 0 -399.5 -140t-220.5 -358q-180 -41 -295.5 -184t-115.5 -328zM576 -195q0 -24 16 -47.5t48 -35.5q35 -12 68 5.5t44 54.5l30 113q11 33 -7.5 66t-54.5 44q-37 10 -69.5 -9t-44.5 -57l-25 -106q-5 -25 -5 -28zM714 310q0 -18 11 -38q12 -28 57 -41 q39 -10 70 6.5t43 55.5l30 110q11 37 -7.5 68.5t-54.5 41.5q-39 10 -71 -7.5t-43 -55.5l-29 -108q-6 -22 -6 -32zM848 -528q0 -27 16.5 -52.5t48.5 -35.5q17 -5 24 -5q14 0 40 11q32 13 46 59l32 112q11 34 -7.5 67t-54.5 44q-39 10 -71.5 -8.5t-43.5 -56.5l-27 -108 q-3 -13 -3 -27zM990 -19q0 -24 16 -47.5t49 -35.5q36 -11 68 6t43 56l29 111q11 34 -6.5 66.5t-52.5 43.5q-39 10 -72.5 -9t-44.5 -57l-26 -107zM1289 -207q0 -60 68 -80q14 -3 26 -3q24 0 39 7q34 13 47 61l29 109q10 40 -8.5 71.5t-56.5 39.5q-37 11 -68.5 -7.5 t-42.5 -54.5l-29 -111q0 -4 -2 -15.5t-2 -16.5zM1437 307q0 -25 16.5 -49t49.5 -34q23 -5 25 -5q14 0 40 11q33 13 47 59l30 111q10 35 -9 67t-57 43q-35 11 -67 -7.5t-43 -55.5l-28 -113q-4 -18 -4 -27zM1441 1391q51 90 141.5 140t193.5 50h22q-1 -14 -1 -40 q0 -152 83.5 -289t231.5 -209q-35 -69 -83 -117q-149 129 -347 129h-34q-40 189 -207 336z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2331"
d=
"M0 525q0 -212 149 -366t363 -161q19 0 19 18v143q0 18 -19 18q-136 7 -233 109.5t-97 238.5t90.5 235t224.5 110l57 8q21 0 21 18l7 55q17 175 146.5 293t305.5 118q174 0 305 -117.5t149 -290.5l8 -61q0 -19 18 -19h173q145 0 248.5 -103t103.5 -246q0 -136 -97 -238.5 t-233 -109.5q-22 0 -22 -18v-143q0 -18 22 -18q140 4 257 76t184.5 192t67.5 259q0 146 -69 265q118 106 162 275l18 77q2 2 2 8q0 12 -17 17l-65 18q-70 21 -124.5 61t-86 89.5t-47 101t-15.5 101.5q0 43 11 92l12 66q4 15 -15 24l-85 26q-70 17 -133 17q-59 0 -120 -14 t-126 -44t-126 -85.5t-106 -130.5q-129 53 -254 53q-226 0 -401.5 -140.5t-225.5 -359.5q-180 -45 -293.5 -188t-113.5 -329zM681 89q0 -38 25.5 -64.5t62.5 -26.5q38 0 63.5 26.5t25.5 64.5q0 36 -25.5 62t-63.5 26q-37 0 -62.5 -26t-25.5 -62zM681 -299q0 -36 26 -62 t62 -26q38 0 63.5 25t25.5 63t-25.5 63t-63.5 25t-63 -25t-25 -63zM1023 -118q0 -39 26 -63q26 -26 62 -26q38 0 65 26t27 63q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1023 270q0 -38 26 -62q26 -26 62 -26q39 0 65.5 25t26.5 63q0 37 -27 63.5t-65 26.5 q-36 0 -62 -26.5t-26 -63.5zM1023 -510q0 -35 26 -61q27 -27 62 -27q38 0 65 25.5t27 62.5q0 38 -27 65.5t-65 27.5q-35 0 -61.5 -27.5t-26.5 -65.5zM1368 89q0 -38 26.5 -64.5t63.5 -26.5t62.5 26.5t25.5 64.5q0 36 -25.5 62t-62.5 26t-63.5 -26t-26.5 -62zM1368 -299 q0 -36 26 -62t64 -26t63 25.5t25 62.5q0 38 -25 63t-63 25t-64 -25t-26 -63zM1441 1395q50 87 138.5 134.5t182.5 49.5q24 0 35 -2v-33q0 -155 83.5 -292.5t231.5 -209.5q-25 -58 -81 -114q-142 126 -344 126h-33q-44 197 -213 341z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2323"
d=
"M0 529q0 -213 148.5 -366t362.5 -164q19 0 19 19v142q0 19 -19 19q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 4q21 0 21 19l8 58q17 173 146.5 289.5t304.5 116.5q174 0 305 -117t149 -289l7 -61q0 -20 19 -20h173q142 0 245.5 -102.5t103.5 -242.5 q0 -139 -96 -241t-233 -109q-20 0 -20 -19v-142q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 260.5q0 139 -73 261q125 119 164 275l15 78q2 1 2 7q0 12 -17 17l-61 18q-91 26 -156 87.5t-92.5 129.5t-27.5 137q0 46 12 91l14 65q4 16 -14 25l-85 26q-72 16 -135 16 q-58 0 -119 -14t-126.5 -43t-127.5 -84t-107 -128q-130 49 -249 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -291.5 -185.5t-114.5 -328.5zM633 435q0 -61 44.5 -104t108.5 -43t107 42.5t43 104.5q0 41 -37 109t-69 105q-17 19 -44 46l-37 -44q-43 -47 -79.5 -110.5 t-36.5 -105.5zM952 10q0 -105 73 -177t176 -72q105 0 177.5 73t72.5 176q0 88 -85 213q-71 93 -137 159q-13 9 -28 24l-25 -24q-63 -58 -136 -158q-38 -53 -63 -111t-25 -103zM1109 721q0 -41 30.5 -70t74.5 -29q41 0 70 29t29 70q0 68 -99 173l-27 -29q-29 -32 -53.5 -74.5 t-24.5 -69.5zM1435 1395q56 91 143 137.5t183 46.5q19 0 29 -2v-32q0 -154 84 -292t233 -210q-25 -60 -80 -110q-148 122 -342 122h-35q-49 210 -215 340z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2328"
d=
"M0 529q0 -177 106 -316.5t275 -190.5l-69 -181q-7 -22 15 -22h226l-138 -446h30l451 600q6 7 2 14.5t-15 7.5h-232l264 495q11 23 -14 23h-316q-14 0 -24 -16l-114 -307q-114 29 -189.5 124.5t-75.5 214.5q0 133 90.5 231t224.5 114l56 8q21 0 21 19l8 54 q17 173 146.5 290t304.5 117q174 0 305 -117.5t149 -289.5l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5q0 -136 -96 -236t-235 -110q-20 0 -20 -20v-145q0 -19 20 -19q213 7 361.5 161.5t148.5 368.5q0 139 -70 261q122 118 161 280l20 73q1 1 1 7q0 13 -16 17 l-66 18q-92 27 -156 89.5t-90.5 130t-25.5 134.5q0 44 11 91l12 65q4 16 -15 25l-85 26q-75 15 -132 15q-59 1 -120.5 -12.5t-126.5 -43t-125.5 -84t-105.5 -128.5q-136 49 -254 49q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5t-115 -328.5zM872 -523 q0 -25 16.5 -50t48.5 -35q25 -5 29 -5q15 0 39 11q33 16 45 56l30 112q10 35 -8.5 67.5t-56.5 43.5q-35 10 -67.5 -9t-43.5 -57l-29 -107zM1015 -16q0 -69 65 -80q22 -5 29 -5q60 0 82 67l32 109q10 35 -9 67.5t-57 43.5q-36 11 -68.5 -7.5t-43.5 -56.5l-27 -108 q-3 -14 -3 -30zM1314 -194q2 -27 19 -51.5t51 -36.5q26 -6 35 -6q55 0 76 72l26 109q11 37 -6.5 70t-53.5 44q-40 10 -72.5 -9t-39.5 -57l-31 -110q0 -4 -2 -12.5t-2 -12.5zM1440 1395q53 89 143 137.5t188 48.5h23v-34q0 -102 36 -198t108.5 -177t171.5 -129 q-27 -60 -81 -110q-146 125 -343 125h-35q-45 201 -211 337zM1461 318q0 -69 69 -88q22 -4 32 -4q58 0 79 69l30 111q1 8 1 23q2 27 -15 52.5t-52 35.5q-2 0 -10.5 1.5t-13.5 1.5q-26 0 -51 -16.5t-35 -50.5l-31 -109q0 -1 -1.5 -11t-1.5 -15z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2330"
d=
"M0 531q0 -178 106 -317.5t275 -190.5l-70 -180q-4 -22 16 -22h226l-104 -374h31l417 527q6 8 1.5 15.5t-15.5 7.5h-232l264 494q11 23 -14 23h-316q-14 0 -24 -15l-114 -307q-115 29 -190 124.5t-75 214.5q0 133 90.5 231.5t224.5 114.5l56 8q21 0 21 18l8 55 q17 173 146.5 290t304.5 117q173 0 304.5 -117.5t150.5 -289.5l7 -63q0 -18 19 -18h173q145 0 248 -101.5t103 -244.5q0 -136 -96 -236t-235 -111q-20 0 -20 -18v-147q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 261.5q0 139 -70 261q127 121 166 280l15 77q2 2 2 8 q0 11 -17 16l-60 19q-91 26 -156 87.5t-92.5 131.5t-27.5 141q0 42 9 85l15 65q7 16 -15 25q-34 14 -96.5 28t-122.5 14q-58 0 -119 -14t-126.5 -43.5t-127.5 -85t-107 -130.5q-132 48 -254 48q-226 0 -401 -140t-225 -358q-177 -42 -292 -186t-115 -329zM864 -517 q0 -26 15.5 -49.5t47.5 -32.5q17 -3 32 -3q65 0 81 67l247 938q10 38 -7.5 69.5t-53.5 41.5q-37 11 -69.5 -6.5t-42.5 -52.5l-247 -943q-3 -14 -3 -29zM1309 -195q0 -26 15.5 -49t49.5 -33q5 0 16.5 -1.5t17.5 -1.5q61 0 77 67l160 616q10 39 -8 70t-54 41q-37 11 -69 -6 t-42 -53l-160 -621q-3 -16 -3 -29zM1441 1398q53 91 141.5 139t187.5 48q20 0 29 -1v-34q0 -154 83.5 -291t231.5 -210q-29 -67 -84 -114q-147 126 -343 126h-34q-45 199 -212 337z"
/>
<glyph
unicode=
""
horiz-adv-x=
"1512"
d=
"M0 786q0 153 60 293t161.5 241.5t242 162t293.5 60.5h122q25 -7 25 -30l5 -94q6 -203 146 -346t340 -151l88 -7q26 0 26 -25v-104q1 -205 -99.5 -379.5t-274 -276t-378.5 -101.5q-156 0 -296.5 60t-241 161.5t-160 241.5t-59.5 294zM195 786q0 -122 48.5 -230t127 -181 t180 -115.5t206.5 -42.5q93 0 187.5 36.5t175.5 102t139.5 167.5t75.5 223q-261 54 -418.5 223.5t-181.5 398.5q-151 -8 -276.5 -93t-194.5 -215.5t-69 -273.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2548"
d=
"M0 93q0 -38 29 -64q29 -29 65 -29h627q42 0 73.5 -30t31.5 -73q0 -41 -32 -72.5t-73 -31.5q-40 0 -72 32q-30 28 -66 28q-37 0 -63 -27t-26 -65t26 -64q83 -83 201 -83q119 0 202 82.5t83 200.5q0 119 -83.5 203t-201.5 84h-627q-38 0 -66 -27t-28 -64zM0 414 q0 -36 29 -62q24 -26 65 -26h1172q118 0 201.5 83t83.5 201t-83.5 200.5t-201.5 82.5q-122 0 -202 -80q-24 -27 -24 -67q0 -38 24 -62.5t64 -24.5t65 24q30 30 73 30q41 0 72 -30t31 -73t-31 -74t-72 -31h-1172q-38 0 -66 -27t-28 -64zM283 664q0 -13 18 -13h153q13 0 23 15 q36 87 111.5 144t169.5 64l56 7q20 0 20 20l7 53q17 173 147 289.5t305 116.5t304 -115.5t148 -290.5l7 -61q0 -19 19 -19h174q144 0 246 -101t102 -243q0 -143 -102 -244.5t-246 -101.5h-737q-18 0 -18 -19v-146q0 -19 18 -19h737q143 0 264.5 71t192 193t70.5 266 q0 119 -45 216q122 160 122 355q0 114 -44.5 217.5t-119.5 178t-178.5 118.5t-216.5 44q-247 0 -414 -185q-125 65 -283 65q-226 0 -399.5 -139.5t-220.5 -357.5q-136 -32 -241 -131t-146 -233v-4q-3 -8 -3 -10zM1726 1371q115 109 264 109q156 0 267.5 -112t111.5 -267 q0 -97 -54 -197q-153 153 -370 153h-35q-37 171 -184 314z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2681"
d=
"M0 91q0 -40 29 -64q27 -28 65 -28h1018q37 0 62.5 27t25.5 65t-25.5 65t-62.5 27h-1018q-38 0 -66 -27.5t-28 -64.5zM281 414q0 -36 29 -62q26 -26 64 -26h1019q38 0 63 25t25 63t-25.5 64.5t-62.5 26.5h-1019q-38 0 -65.5 -27t-27.5 -64zM403 663q0 -12 21 -12h152 q14 0 24 15q36 87 112 144t169 64l58 8q19 0 19 19l8 54q17 173 147 290t306 117t306 -116t148 -291l8 -61q0 -20 18 -20h173q146 0 248.5 -101t102.5 -244q0 -142 -102.5 -244t-248.5 -102h-737q-18 0 -18 -18v-147q0 -19 18 -19h737q145 0 267.5 71t194 193t71.5 266 q0 113 -47 214q123 161 123 351q0 152 -75.5 281.5t-204.5 204.5t-282 75q-244 0 -410 -178q-136 65 -290 65q-149 0 -280.5 -63t-221 -177t-120.5 -259q-140 -32 -244.5 -128.5t-145.5 -231.5zM469 -239q0 -37 28 -62q26 -26 64 -26h1020q38 0 64.5 25t26.5 63t-27 65 t-64 27h-1020q-37 0 -64.5 -27.5t-27.5 -64.5zM1856 1369q108 104 263 104q158 0 269 -110.5t111 -268.5q0 -101 -52 -189q-157 153 -375 153h-34q-39 175 -182 311z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2282"
d=
"M0 529q0 -143 70 -264.5t191 -192.5t264 -71h1153q143 0 264.5 71t192.5 192.5t71 264.5q0 102 -45 213q121 148 121 352q0 152 -74 280.5t-202.5 203.5t-280.5 75q-239 0 -413 -186q-122 69 -287 69q-225 0 -397.5 -139t-221.5 -357q-179 -40 -292.5 -183t-113.5 -328z M182 529q0 133 89 230t224 113l73 3l7 77q22 173 150 289.5t300 116.5q175 0 305 -117t147 -289l11 -80h190q141 0 243 -101.5t102 -241.5q0 -144 -101.5 -247t-243.5 -103h-1153q-139 0 -241 104t-102 246zM1465 1365q110 106 260 106q158 0 268.5 -109.5t110.5 -267.5 q0 -99 -55 -196q-153 153 -371 153h-33q-44 178 -180 314z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2294"
d=
"M0 529q0 -213 148.5 -366t362.5 -164q19 0 19 19v142q0 19 -19 19q-137 7 -233 109t-96 241q0 133 90 231t224 114l56 8q21 0 21 19l8 54q17 173 146.5 289.5t304.5 116.5q174 0 305 -117t149 -289l7 -62q0 -19 19 -19h173q145 0 247 -101t102 -244q0 -139 -96 -241 t-233 -109q-20 0 -20 -19v-142q0 -19 20 -19q140 5 257.5 77t185 192.5t67.5 260.5q0 118 -46 214q126 153 126 354q0 151 -75.5 280t-204.5 204.5t-280 75.5q-249 0 -414 -185q-131 70 -289 70q-226 0 -401 -140.5t-225 -358.5q-176 -42 -291 -185.5t-115 -328.5zM573 -215 q14 -35 49 -49q32 -16 66.5 -2.5t47.5 47.5q14 35 1 69.5t-47 50.5q-32 13 -65.5 -1t-49.5 -46q-16 -27 -2 -69zM640 87q0 -25 16.5 -49t49.5 -33q36 -11 69 6t46 59l105 332q12 39 -8 71t-59 40q-35 11 -66.5 -6.5t-42.5 -53.5l-107 -339zM839 -511q0 -11 6 -31 q15 -36 49 -48q13 -8 35 -8q10 0 32 6q35 13 50.5 48.5t-0.5 70.5t-48 49t-66 1q-31 -13 -44.5 -38.5t-13.5 -49.5zM918 -226q0 -28 16 -51t51 -30q3 0 12 -2t14 -2q69 5 86 66l188 647q11 39 -6.5 69.5t-53.5 41.5q-37 11 -69 -6.5t-43 -53.5l-192 -647q0 -4 -1 -10.5 t-1.5 -12t-0.5 -9.5zM1285 -183q0 -16 5 -34q13 -34 49 -47q15 -7 38 -7q19 0 31 6q36 14 49 46q13 35 0.5 69t-44.5 51q-35 13 -69.5 -1t-50.5 -46q-8 -17 -8 -37zM1361 88q0 -57 66 -80q22 -6 32 -6q19 0 36 9q28 14 43 59l105 332q12 37 -6.5 68.5t-54.5 42.5 q-37 11 -68 -6.5t-43 -53.5l-105 -334q-5 -28 -5 -31zM1471 1369q110 106 264 106q156 0 266.5 -111t110.5 -267q0 -99 -55 -196q-157 157 -372 157h-35q-49 185 -179 311z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2285"
d=
"M0 525q0 -105 40 -200.5t108.5 -165t162.5 -112.5t199 -48q19 0 19 18v143q0 18 -19 18q-139 10 -234 110t-95 237q0 134 90.5 233t223.5 111l56 6q20 0 20 19l8 55q11 114 74 207t162 145.5t215 52.5q174 0 303.5 -115t148.5 -287l7 -62q0 -18 20 -18h171 q144 0 247 -102.5t103 -244.5q0 -137 -95 -237t-234 -110q-21 0 -21 -18v-143q0 -18 21 -18q214 10 361 161.5t147 364.5q0 102 -50 220q127 159 127 349q0 152 -75.5 281t-204 204t-279.5 75q-254 0 -413 -185q-130 68 -284 68q-225 0 -400 -140.5t-224 -359.5 q-179 -41 -292.5 -184t-113.5 -328zM816 32q-4 -22 15 -22h231l-141 -445h31l446 595q6 7 2.5 14.5t-14.5 7.5h-233l245 452q12 23 -15 23h-314q-12 0 -22 -15zM1463 1366q107 106 264 106t266.5 -110t109.5 -268q0 -95 -55 -192q-155 149 -368 149h-33q-47 190 -184 315z "
/>
<glyph
unicode=
""
horiz-adv-x=
"2307"
d=
"M0 527q0 -139 68 -259t186 -192.5t259 -76.5q20 0 20 18v143q0 19 -20 19q-137 7 -234 109.5t-97 238.5t91 235.5t225 110.5l56 8q21 0 21 18l8 55q17 176 147.5 294.5t306.5 118.5q174 0 305 -117.5t149 -291.5l8 -62q0 -18 19 -18h173q144 0 247.5 -103.5t103.5 -247.5 q0 -136 -97 -238.5t-233 -109.5q-21 0 -21 -19v-143q0 -18 21 -18q141 4 258.5 76.5t185 192.5t67.5 259q0 116 -45 215q129 159 129 359q0 153 -75.5 282.5t-205 205t-281.5 75.5q-119 0 -229 -49.5t-190 -136.5q-141 69 -289 69q-227 0 -403 -140.5t-226 -359.5 q-180 -46 -294 -190t-114 -330zM569 -227q0 -27 17.5 -54t50.5 -37q37 -11 68 4t42 60l15 65q8 36 -10 67.5t-55 42.5q-36 11 -68.5 -8t-42.5 -57l-15 -63q-2 -6 -2 -20zM650 82q0 -34 27 -61q25 -27 60 -27q38 0 64 25.5t26 62.5t-26 62.5t-64 25.5q-37 0 -62 -25t-25 -63z M715 325q-2 -25 14.5 -48.5t51.5 -34.5q33 -10 66 7.5t44 54.5l30 96q12 39 -7 69.5t-58 41.5q-35 11 -67.5 -7t-43.5 -53l-26 -98q0 -3 -2 -12.5t-2 -15.5zM839 -560q0 -28 16.5 -53t51.5 -35q13 -3 27 -3q68 0 84 65l15 63q10 41 -9 73t-56 39q-34 11 -67 -7.5t-44 -54.5 l-15 -63q-3 -14 -3 -24zM922 -250q0 -35 27 -62q26 -26 61 -26q38 0 63 25t25 63q0 37 -25 62t-63 25t-63 -25t-25 -62zM989 -8q-2 -24 14 -50t48 -32q37 -10 68 6t44 60l29 96q11 35 -7.5 67t-56.5 43q-35 11 -68 -8.5t-44 -56.5l-24 -96q-3 -13 -3 -29zM1283 -237 q0 -26 16.5 -51t49.5 -35q5 0 14.5 -2t14.5 -2q65 0 81 70l15 64q11 34 -7 67t-54 44q-40 10 -72.5 -8.5t-43.5 -56.5l-10 -63q0 -4 -2 -13t-2 -14zM1362 78q0 -36 27 -61q24 -26 61 -26q38 0 63 25t25 62q0 38 -25 63t-63 25t-63 -25t-25 -63zM1427 325q0 -27 17.5 -51.5 t52.5 -34.5q3 0 13 -2t15 -2q16 0 38 10q34 18 44 56l26 96q10 36 -8 67.5t-54 42.5q-37 11 -68 -6t-42 -54l-30 -97q0 -4 -2 -12.5t-2 -12.5zM1477 1370q111 111 268 111t267.5 -111.5t110.5 -268.5q0 -107 -54 -197q-154 154 -378 154h-34q-45 187 -180 312z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2323"
d=
"M0 515q0 -181 106.5 -321t279.5 -192q16 -2 27 8l121 156q-143 0 -246.5 102.5t-103.5 246.5q0 138 91.5 239t228.5 112l56 8q17 0 17 15l8 60q19 176 150.5 294t307.5 118q178 0 310.5 -117t149.5 -292l8 -63q4 -18 22 -18h174q144 0 248 -105t104 -251 q0 -135 -91 -235.5t-224 -113.5q-76 0 -97 -30l-233 -256q-25 -29 -20.5 -66.5t33.5 -67.5q21 -28 62.5 -24.5t64.5 40.5l209 222q132 13 243 87.5t175.5 192t64.5 251.5q0 101 -46 222q123 156 123 354q0 156 -76 286.5t-207 206t-285 75.5q-251 0 -416 -182 q-139 69 -296 69q-229 0 -404.5 -142t-225.5 -366q-183 -41 -298 -186.5t-115 -336.5zM405 -285q0 -23 5 -34q13 -34 47 -47q36 -16 72.5 -2.5t48.5 48.5q16 35 2 71.5t-49 49.5q-36 13 -70 -0.5t-50 -47.5q-6 -13 -6 -38zM601 -24q0 -37 34 -71q68 -58 134 16l234 260 q24 28 19.5 65.5t-33.5 60.5q-29 22 -67 17t-63 -31l-235 -254q-23 -34 -23 -63zM670 -550q0 -19 8 -34q14 -36 44 -49q19 -8 39 -8q12 0 34 6q34 15 47 48q16 32 2.5 68t-47.5 49q-36 17 -70 3t-52 -51q-5 -15 -5 -32zM848 -295v-14q3 -39 34 -64q23 -29 63.5 -25.5 t63.5 40.5l450 524q25 29 21 68t-37 61q-28 23 -64.5 20t-61.5 -32l-450 -525q-19 -20 -19 -53zM1235 -384q-11 -36 0 -66q14 -35 48 -52q17 -8 38 -8q10 0 32 6q36 14 49 49q16 36 3 70t-47 47q-36 17 -70.5 3.5t-52.5 -49.5zM1491 1368q109 109 264 109 q161 0 273.5 -112.5t112.5 -273.5q0 -100 -55 -194q-156 156 -379 156h-34q-40 182 -182 315z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2291"
d=
"M0 525q0 -105 40 -200.5t108.5 -165t163 -112.5t199.5 -48q18 0 18 18v143q0 18 -18 18q-139 10 -234 110t-95 237q0 134 90.5 233.5t223.5 110.5l56 6q21 0 21 20l6 54q17 174 146.5 289.5t305.5 115.5q175 0 304.5 -114.5t147.5 -286.5l7 -62q0 -19 20 -19h171 q144 0 247 -102.5t103 -244.5q0 -137 -95 -237t-234 -110q-21 0 -21 -18v-143q0 -18 21 -18q214 10 361.5 161.5t147.5 364.5q0 115 -45 212q125 151 125 358q0 150 -75 279t-204 204.5t-279 75.5q-249 0 -414 -185q-141 69 -288 69q-226 0 -400.5 -140.5t-224.5 -360.5 q-176 -41 -291 -184.5t-115 -327.5zM585 -187q0 -64 69 -83q33 -11 67 6.5t44 53.5l160 611q10 35 -9.5 67t-57.5 43q-35 11 -67 -7.5t-42 -55.5l-160 -608q-4 -18 -4 -27zM862 -513q0 -19 9 -39q16 -33 54 -46q4 0 10.5 -1t12 -1.5t9.5 -0.5q69 0 81 70l245 932 q11 35 -6.5 67t-53.5 43q-39 11 -72 -7.5t-40 -55.5l-246 -933q-3 -15 -3 -28zM1305 -186q0 -25 17 -50t48 -34q10 -3 24 -3q27 0 52 14.5t34 48.5l160 611q12 33 -7 66t-55 44q-39 11 -70.5 -7.5t-38.5 -55.5l-160 -608q-4 -18 -4 -26zM1469 1362q107 107 264 107 q156 0 266 -109t110 -265q0 -100 -55 -197q-153 153 -373 153h-33q-45 187 -179 311z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2293"
d=
"M0 526q0 -105 40 -200.5t108.5 -165.5t163.5 -113t200 -48q19 0 19 18v143q0 18 -19 18q-136 7 -232.5 109.5t-96.5 238.5t90 235t224 110l57 7q16 0 16 16l8 57q18 175 149 291.5t307 116.5q174 0 304.5 -115.5t149.5 -288.5l7 -61q0 -20 19 -20h173q142 0 244 -102 t102 -246q0 -136 -95 -238.5t-231 -109.5q-20 0 -20 -18v-143q0 -18 20 -18q214 10 362 162t148 365q0 103 -44 213q121 159 121 351q0 151 -75.5 280.5t-204.5 205t-280 75.5q-245 0 -412 -178q-139 69 -288 69q-227 0 -402 -141t-224 -361q-181 -42 -294.5 -183.5 t-113.5 -330.5zM575 -194q0 -27 15.5 -51.5t51.5 -36.5q18 -9 39.5 -7.5t43 21t29.5 51.5l30 108q10 40 -8.5 72t-56.5 39q-34 11 -67 -7.5t-44 -53.5l-30 -111q-3 -14 -3 -24zM715 315q1 -31 18 -55.5t51 -29.5q28 -5 32 -5q60 0 81 70l30 107q10 37 -8.5 70.5t-56.5 44.5 q-36 10 -68 -8.5t-43 -55.5l-32 -112q-4 -20 -4 -26zM847 -528q0 -28 16.5 -53t51.5 -35q22 -5 30 -5q14 0 40 11q27 13 41 59l32 108q10 40 -9 72.5t-56 39.5q-35 11 -68.5 -7.5t-44.5 -54.5l-30 -111q-3 -14 -3 -24zM989 -16q0 -27 17 -52.5t52 -35.5q36 -11 67.5 5 t43.5 60l30 108q11 40 -7.5 71t-56.5 38q-35 12 -68 -6.5t-44 -54.5l-30 -111q-4 -14 -4 -22zM1293 -202q-2 -25 14.5 -49.5t49.5 -35.5l27 -3q18 -1 40 8q34 13 45 58l30 112q11 37 -7.5 68.5t-54.5 42.5q-40 10 -71.5 -9t-38.5 -57l-31 -107q-3 -27 -3 -28zM1437 310 q0 -28 17.5 -53t51.5 -32l27 -3q69 0 86 66l30 110q10 40 -9 72t-57 39q-37 11 -68.5 -7.5t-41.5 -56.5l-32 -109q-4 -18 -4 -26zM1473 1366q107 103 261 103q156 0 266 -111.5t110 -267.5q0 -102 -51 -189q-154 154 -372 154h-34q-39 175 -180 311z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2297"
d=
"M0 529q0 -213 149 -366.5t363 -163.5q19 0 19 18v143q0 18 -19 18q-137 8 -233.5 110t-96.5 241q0 133 90.5 231t224.5 114l56 4q21 0 21 19l8 58q17 173 146.5 290t304.5 117q174 0 305 -117t149 -290l8 -61q0 -20 18 -20h173q145 0 248 -101.5t103 -243.5 q0 -138 -97 -240.5t-234 -110.5q-20 0 -20 -18v-143q0 -18 20 -18q214 7 362.5 161.5t148.5 368.5q0 114 -46 214q126 154 126 354q0 152 -75.5 281.5t-204.5 204.5t-280 75q-248 0 -415 -185q-129 69 -289 69q-226 0 -401 -140.5t-225 -358.5q-177 -42 -292 -185.5 t-115 -328.5zM681 90q0 -35 26 -61q27 -27 62 -27q37 0 62.5 25t25.5 63t-25 63t-63 25t-63 -25t-25 -63zM681 -297q0 -38 26 -62q26 -26 62 -26q38 0 63 25t25 63t-25.5 64.5t-62.5 26.5t-62.5 -26.5t-25.5 -64.5zM1022 -112q0 -37 27 -65.5t62 -28.5q37 0 64 28t27 66 q0 35 -27 61.5t-64 26.5q-35 0 -62 -26.5t-27 -61.5zM1022 271q0 -36 26 -62t63 -26q38 0 64.5 25.5t26.5 62.5t-26.5 63.5t-64.5 26.5q-36 0 -62.5 -26.5t-26.5 -63.5zM1022 -504q0 -37 26.5 -64t62.5 -27q37 0 64 26.5t27 64.5q0 35 -27 61.5t-64 26.5q-35 0 -62 -26.5 t-27 -61.5zM1367 90q0 -33 26 -61q27 -27 64 -27t62.5 25t25.5 63t-25 63t-63 25t-64 -25t-26 -63zM1367 -297q0 -36 26 -62t64 -26t63 25t25 63t-25.5 64.5t-62.5 26.5t-63.5 -26.5t-26.5 -64.5zM1472 1369q108 108 265 108t266.5 -111t109.5 -269q0 -94 -54 -196 q-154 154 -373 154h-33q-47 186 -181 314z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2296"
d=
"M-2 529q0 -213 148.5 -366.5t363.5 -163.5q18 0 18 18v146q0 20 -18 20q-140 10 -235.5 110t-95.5 236q0 135 91 234.5t225 110.5l56 7q20 0 20 20l7 53q17 173 147 290t306 117q175 0 305 -116.5t149 -290.5l6 -61q0 -19 20 -19h171q145 0 248 -101.5t103 -243.5 q0 -136 -95 -236t-234 -110q-22 0 -22 -20v-146q0 -18 22 -18q213 7 361.5 161.5t148.5 368.5q0 118 -46 214q126 153 126 358q0 151 -75.5 280.5t-204.5 205t-280 75.5q-244 0 -419 -187q-132 67 -284 67q-226 0 -401.5 -140t-224.5 -359q-177 -42 -292 -185.5t-115 -328.5 zM631 435q0 -60 45.5 -104t108.5 -44t106.5 43t43.5 105q0 41 -37.5 109t-70.5 107q-3 4 -19.5 21.5t-22.5 25.5l-38 -43q-44 -48 -80 -112.5t-36 -107.5zM950 10q0 -101 73.5 -175t175.5 -74q103 0 177 74t74 175q0 43 -25 103t-60 111q-74 95 -138 159q-9 7 -28 26 l-62 -62q-71 -68 -129 -166.5t-58 -170.5zM1107 725q0 -43 30 -71.5t76 -28.5q41 0 70 28.5t29 71.5q0 65 -99 172l-27 -28q-30 -32 -54.5 -74.5t-24.5 -69.5zM1469 1369q107 106 265 106q156 0 266 -109t110 -265q0 -101 -54 -197q-160 154 -374 154h-33q-45 188 -180 311z "
/>
<glyph
unicode=
""
horiz-adv-x=
"2294"
d=
"M0 533q0 -176 106.5 -317.5t274.5 -191.5l-69 -177q-7 -22 15 -22h226l-122 -436h31l435 586q6 7 1.5 15t-15.5 8h-232l264 498q12 23 -14 23h-316q-15 0 -20 -15l-118 -312q-114 29 -189.5 125t-75.5 216q0 134 90.5 233.5t224.5 111.5l56 7q21 0 21 18l8 55 q17 174 146.5 290.5t305.5 116.5q175 0 305 -116.5t149 -290.5l7 -62q0 -18 19 -18h173q145 0 248 -101.5t103 -243.5q0 -137 -96 -237.5t-235 -110.5q-20 0 -20 -19v-147q0 -18 20 -18q213 7 361.5 162t148.5 370q0 116 -44 213q122 160 122 351q0 114 -45 217.5 t-120 178.5t-179 119.5t-217 44.5q-118 0 -226 -48t-186 -134q-131 70 -288 70q-227 0 -402 -139.5t-225 -359.5q-177 -41 -292 -185t-115 -328zM872 -520q0 -28 17 -54.5t49 -32.5q3 0 8.5 -1t10 -1.5t8.5 -0.5q68 5 85 65l31 113q10 35 -9.5 67.5t-56.5 43.5 q-35 10 -67.5 -9t-43.5 -57l-27 -107q-5 -25 -5 -26zM1015 -11q0 -24 16.5 -48t49.5 -36q35 -12 67 5.5t43 56.5l32 111q10 40 -8.5 72t-56.5 39q-36 11 -68.5 -7.5t-44.5 -56.5l-27 -109q0 -3 -1 -8.5t-1.5 -10t-0.5 -8.5zM1317 -184q0 -30 17 -55.5t50 -34.5q25 -5 29 -5 q63 0 82 64l26 113q11 35 -6 67t-53 44q-40 10 -73 -9.5t-40 -56.5l-30 -106q-2 -8 -2 -21zM1462 322q0 -26 17 -50.5t52 -36.5q27 -3 28 -3q19 0 40 9q31 16 42 56l31 111q10 35 -9.5 67.5t-56.5 43.5q-36 11 -68 -7.5t-43 -56.5l-30 -109q-3 -14 -3 -24zM1473 1373 q106 102 261 102q157 0 267 -110.5t110 -267.5q0 -101 -52 -190q-158 154 -372 154h-34q-49 185 -180 312z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2288"
d=
"M0 529q0 -178 106 -318t273 -187l-68 -179q-8 -23 15 -23h226l-111 -447h30l423 600q6 7 1.5 15t-15.5 8h-232l264 492q11 23 -15 23h-314q-14 0 -24 -15l-114 -306q-114 28 -188.5 122t-74.5 215q0 133 89.5 230.5t223.5 113.5l57 4q19 0 19 19l8 57q11 113 74 206.5 t162.5 146.5t214.5 53q173 0 303 -117t148 -289l8 -60q0 -20 18 -20h173q142 0 245.5 -102t103.5 -242q0 -138 -96 -239.5t-232 -108.5q-21 0 -21 -19v-143q0 -18 21 -18q139 4 256 76.5t184 192.5t67 259q0 117 -45 214q125 148 125 353q0 113 -44.5 216t-119.5 178 t-178 119.5t-216 44.5q-247 0 -412 -185q-129 69 -288 69q-225 0 -400 -139.5t-224 -357.5q-176 -41 -291 -184.5t-115 -327.5zM846 -525q0 -26 15.5 -49t48.5 -33l27 -3q67 0 85 64l259 948q10 37 -7 68.5t-52 42.5q-37 11 -69.5 -6.5t-42.5 -53.5l-261 -949q-3 -27 -3 -29 zM1288 -201q0 -64 66 -85q27 -3 28 -3q18 0 37 8q32 14 45 59l175 624q10 37 -8 68.5t-54 42.5q-37 11 -69 -6.5t-42 -53.5l-173 -628q-5 -23 -5 -26zM1466 1367q108 102 264 102q155 0 265 -109t110 -264q0 -101 -54 -197q-154 154 -371 154h-34q-45 183 -180 314z"
/>
<glyph
unicode=
""
horiz-adv-x=
"1120"
d=
"M0 1160q0 80 57 137t137 57q79 0 135.5 -57t56.5 -137t-56.5 -137t-135.5 -57q-80 0 -137 57t-57 137zM94 1160q0 -42 29 -71q30 -30 71 -30t71 30t30 71t-30 71t-71 30q-42 0 -71 -29.5t-29 -71.5zM509 688q0 -123 68 -219q36 -50 99 -79.5t143 -29.5q234 0 293 178 q6 23 -6.5 43.5t-35.5 24.5q-23 6 -43 -7t-25 -36q0 -1 -1.5 -5.5l-2.5 -7.5q-18 -30 -48 -48q-50 -30 -131 -30q-50 0 -89 17q-64 27 -91 95q-18 44 -18 104v344q0 24 3 48q6 61 48 111q47 56 147 56q83 0 131 -29q32 -19 48 -48q1 -3 2.5 -8.5t1.5 -6.5q6 -22 25 -32.5 t43 -5.5q23 5 35.5 24.5t6.5 42.5v1l-9 25q-8 18 -29.5 46t-48.5 47q-33 24 -87.5 40t-118.5 16q-81 0 -143.5 -28.5t-97.5 -77.5q-69 -95 -69 -221v-344z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2216"
d=
"M0 531q0 -214 149 -367t363 -163q18 0 18 18v143q0 19 -18 19q-137 7 -233.5 109t-96.5 241q0 133 90.5 231.5t224.5 114.5l56 3q21 0 21 18l8 59q16 173 145.5 289.5t305.5 116.5q174 0 305 -116.5t149 -289.5l8 -62q0 -18 18 -18h173q142 0 246.5 -103t104.5 -243 q0 -139 -97 -241t-234 -109q-20 0 -20 -19v-143q0 -18 20 -18q140 4 257.5 76.5t185 192.5t67.5 261q0 144 -71 265t-193 190.5t-266 69.5h-35q-52 214 -224.5 351t-393.5 137q-226 0 -401 -140t-225 -359q-176 -41 -291.5 -185.5t-115.5 -328.5zM743 368q0 -38 26 -64 l276 -278q20 -25 61 -25q45 0 65 25l277 278q26 28 26 64q0 37 -26 62t-64 25t-66 -25l-120 -118v425q0 38 -27 63t-65 25t-63 -25t-25 -63v-425l-117 118q-28 25 -67 25q-40 0 -65.5 -24.5t-25.5 -62.5z"
/>
<glyph
unicode=
""
horiz-adv-x=
"2212"
d=
"M0 527q0 -105 40 -200.5t108.5 -165t163 -112.5t199.5 -48q18 0 18 18v142q0 20 -18 20q-139 10 -234 110t-95 236q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l8 55q11 114 73.5 207.5t162 146t214.5 52.5q175 0 305.5 -115t148.5 -288l6 -61q0 -19 20 -19h172 q144 0 247 -103t103 -245q0 -136 -95 -236t-234 -110q-21 0 -21 -20v-142q0 -18 21 -18q214 10 361.5 161.5t147.5 364.5q0 143 -71.5 264.5t-193.5 192.5t-265 71h-34q-53 213 -225.5 350t-392.5 137q-225 0 -400 -141.5t-225 -360.5q-177 -42 -291.5 -185.5t-114.5 -327.5 zM664 392q0 -119 59.5 -220.5t161 -161.5t219.5 -60q184 0 315 130.5t131 311.5q0 37 -27 64t-65 27t-65.5 -27t-27.5 -64q0 -107 -76.5 -184t-184.5 -77q-106 0 -182.5 77t-76.5 184q0 96 57 171t140 82l-44 -42q-24 -24 -24 -61q0 -40 24 -70q22 -24 56.5 -25t74.5 25 l194 199q27 27 27 62q0 40 -27 65l-194 195q-30 28 -66 28q-37 0 -63 -27t-26 -65t24 -62l37 -38q-160 -27 -265.5 -149t-105.5 -288z"
/>
<glyph
unicode=