diff --git a/src/styles/global.css b/src/styles/global.css index 1bd7817..97d8334 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,3 +1,53 @@ +@font-face { + font-family: 'Space Mono'; + font-style: bold; + font-weight: 700; + src: url('../../static/fonts/space-mono-v5-latin-700.eot'); /* IE9 Compat Modes */ + src: local('Space Mono'), local('SpaceMono-Regular'), + url('../../static/fonts/space-mono-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../../static/fonts/space-mono-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../../static/fonts/space-mono-v5-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../../static/fonts/space-mono-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../../static/fonts/space-mono-v5-latin-700.svg#SpaceMono') format('svg'); /* Legacy iOS */ +} +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: url('../../static/fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), + url('../../static/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../../static/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../../static/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */ +} + +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: url('../../static/fonts/source-sans-pro-v13-latin-italic.eot'); /* IE9 Compat Modes */ + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), + url('../../static/fonts/source-sans-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../../static/fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../../static/fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */ +} + +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: url('../../static/fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */ + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), + url('../../static/fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../../static/fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../../static/fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../../static/fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */ +} html { background-color: #193360; color: #eeeeee; @@ -17,7 +67,7 @@ body { margin: 0; padding-bottom: 6rem; min-height: 100%; - font-family: sans; + font-family: "Source Sans Pro", sans; } a { @@ -27,3 +77,8 @@ a { a:visited { color: #ee66ff; } + +h1, h2, h3, h4, h5, h6 { + font-family: 'Space Mono'; + font-weight: bold; +} diff --git a/static/fonts/source-sans-pro-v13-latin-700.eot b/static/fonts/source-sans-pro-v13-latin-700.eot new file mode 100644 index 0000000..0bd84be Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-700.eot differ diff --git a/static/fonts/source-sans-pro-v13-latin-700.svg b/static/fonts/source-sans-pro-v13-latin-700.svg new file mode 100644 index 0000000..0b6b6ab --- /dev/null +++ b/static/fonts/source-sans-pro-v13-latin-700.svg @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/source-sans-pro-v13-latin-700.ttf b/static/fonts/source-sans-pro-v13-latin-700.ttf new file mode 100644 index 0000000..593b3b4 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-700.ttf differ diff --git a/static/fonts/source-sans-pro-v13-latin-700.woff b/static/fonts/source-sans-pro-v13-latin-700.woff new file mode 100644 index 0000000..f2a7dd3 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-700.woff differ diff --git a/static/fonts/source-sans-pro-v13-latin-700.woff2 b/static/fonts/source-sans-pro-v13-latin-700.woff2 new file mode 100644 index 0000000..ce34a9f Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-700.woff2 differ diff --git a/static/fonts/source-sans-pro-v13-latin-italic.eot b/static/fonts/source-sans-pro-v13-latin-italic.eot new file mode 100644 index 0000000..e1f0fd7 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-italic.eot differ diff --git a/static/fonts/source-sans-pro-v13-latin-italic.svg b/static/fonts/source-sans-pro-v13-latin-italic.svg new file mode 100644 index 0000000..56c0b60 --- /dev/null +++ b/static/fonts/source-sans-pro-v13-latin-italic.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/source-sans-pro-v13-latin-italic.ttf b/static/fonts/source-sans-pro-v13-latin-italic.ttf new file mode 100644 index 0000000..72a85b0 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-italic.ttf differ diff --git a/static/fonts/source-sans-pro-v13-latin-italic.woff b/static/fonts/source-sans-pro-v13-latin-italic.woff new file mode 100644 index 0000000..4e767cf Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-italic.woff differ diff --git a/static/fonts/source-sans-pro-v13-latin-italic.woff2 b/static/fonts/source-sans-pro-v13-latin-italic.woff2 new file mode 100644 index 0000000..d3e979b Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-italic.woff2 differ diff --git a/static/fonts/source-sans-pro-v13-latin-regular.eot b/static/fonts/source-sans-pro-v13-latin-regular.eot new file mode 100644 index 0000000..b2e2c25 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-regular.eot differ diff --git a/static/fonts/source-sans-pro-v13-latin-regular.svg b/static/fonts/source-sans-pro-v13-latin-regular.svg new file mode 100644 index 0000000..64f90f5 --- /dev/null +++ b/static/fonts/source-sans-pro-v13-latin-regular.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/source-sans-pro-v13-latin-regular.ttf b/static/fonts/source-sans-pro-v13-latin-regular.ttf new file mode 100644 index 0000000..7e73d27 Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-regular.ttf differ diff --git a/static/fonts/source-sans-pro-v13-latin-regular.woff b/static/fonts/source-sans-pro-v13-latin-regular.woff new file mode 100644 index 0000000..5b6e97b Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-regular.woff differ diff --git a/static/fonts/source-sans-pro-v13-latin-regular.woff2 b/static/fonts/source-sans-pro-v13-latin-regular.woff2 new file mode 100644 index 0000000..36bdc0e Binary files /dev/null and b/static/fonts/source-sans-pro-v13-latin-regular.woff2 differ diff --git a/static/fonts/space-mono-v5-latin-700.eot b/static/fonts/space-mono-v5-latin-700.eot new file mode 100644 index 0000000..40d7920 Binary files /dev/null and b/static/fonts/space-mono-v5-latin-700.eot differ diff --git a/static/fonts/space-mono-v5-latin-700.svg b/static/fonts/space-mono-v5-latin-700.svg new file mode 100644 index 0000000..e6681c3 --- /dev/null +++ b/static/fonts/space-mono-v5-latin-700.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/space-mono-v5-latin-700.ttf b/static/fonts/space-mono-v5-latin-700.ttf new file mode 100644 index 0000000..cb6b4c5 Binary files /dev/null and b/static/fonts/space-mono-v5-latin-700.ttf differ diff --git a/static/fonts/space-mono-v5-latin-700.woff b/static/fonts/space-mono-v5-latin-700.woff new file mode 100644 index 0000000..99e8206 Binary files /dev/null and b/static/fonts/space-mono-v5-latin-700.woff differ diff --git a/static/fonts/space-mono-v5-latin-700.woff2 b/static/fonts/space-mono-v5-latin-700.woff2 new file mode 100644 index 0000000..aa7029d Binary files /dev/null and b/static/fonts/space-mono-v5-latin-700.woff2 differ