diff --git a/public/fonts/share-tech-mono-v15-latin-regular.eot b/public/fonts/share-tech-mono-v15-latin-regular.eot new file mode 100644 index 0000000..8614635 Binary files /dev/null and b/public/fonts/share-tech-mono-v15-latin-regular.eot differ diff --git a/public/fonts/share-tech-mono-v15-latin-regular.svg b/public/fonts/share-tech-mono-v15-latin-regular.svg new file mode 100644 index 0000000..d64cca3 --- /dev/null +++ b/public/fonts/share-tech-mono-v15-latin-regular.svg @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/share-tech-mono-v15-latin-regular.ttf b/public/fonts/share-tech-mono-v15-latin-regular.ttf new file mode 100644 index 0000000..e70d88c Binary files /dev/null and b/public/fonts/share-tech-mono-v15-latin-regular.ttf differ diff --git a/public/fonts/share-tech-mono-v15-latin-regular.woff b/public/fonts/share-tech-mono-v15-latin-regular.woff new file mode 100644 index 0000000..129effb Binary files /dev/null and b/public/fonts/share-tech-mono-v15-latin-regular.woff differ diff --git a/public/fonts/share-tech-mono-v15-latin-regular.woff2 b/public/fonts/share-tech-mono-v15-latin-regular.woff2 new file mode 100644 index 0000000..f48075f Binary files /dev/null and b/public/fonts/share-tech-mono-v15-latin-regular.woff2 differ diff --git a/public/foo-style.css b/public/foo-style.css index 44a7bff..2f098f5 100644 --- a/public/foo-style.css +++ b/public/foo-style.css @@ -938,17 +938,27 @@ table { clear: both } +/* share-tech-mono-regular - latin */ @font-face { - font-family: 'share_tech_monoregular'; - src: url(../font/sharetechmono-regular-webfont.584a36c6.eot); - src: url(../font/sharetechmono-regular-webfont.584a36c6.eot?#iefix) format("embedded-opentype"), - url(../font/sharetechmono-regular-webfont.f5f51d2a.woff) format("woff"), - url(../font/sharetechmono-regular-webfont.cb6af6dd.ttf) format("truetype"), - url(../font/sharetechmono-regular-webfont.b418792a.svg#share_tech_monoregular) format("svg"); + font-family: 'Share Tech Mono'; + font-style: normal; font-weight: 400; - font-style: normal + src: url('/website/fonts/share-tech-mono-v15-latin-regular.eot'); + /* IE9 Compat Modes */ + src: local(''), + url('/website/fonts/share-tech-mono-v15-latin-regular.eot?#iefix') format('embedded-opentype'), + /* IE6-IE8 */ + url('/website/fonts/share-tech-mono-v15-latin-regular.woff2') format('woff2'), + /* Super Modern Browsers */ + url('/website/fonts/share-tech-mono-v15-latin-regular.woff') format('woff'), + /* Modern Browsers */ + url('/website/fonts/share-tech-mono-v15-latin-regular.ttf') format('truetype'), + /* Safari, Android, iOS */ + url('/website/fonts/share-tech-mono-v15-latin-regular.svg#ShareTechMono') format('svg'); + /* Legacy iOS */ } + @keyframes blink { 0%, @@ -1134,7 +1144,7 @@ html { body { background-color: #2b2d2d; color: #fff; - font: 16px/1.2 "share_tech_monoregular", monospace; + font: 16px/1.2 "Share Tech Mono", monospace; -webkit-font-smoothing: antialiased } @@ -1185,12 +1195,13 @@ body { } @media only screen and (max-width:1023px) { - .foo-logo{ + .foo-logo { float: top; border-bottom: 1px solid #35bdb8; position: relative; text-align: left; } + .foo-logo img { margin-left: 3%; margin-top: 3%; @@ -1286,7 +1297,7 @@ body { @media only screen and (min-width:1024px) { .foo-interface { - + top: 0; left: 140px } @@ -1425,7 +1436,7 @@ body { .foo-console, .foo-console .foo-cmd { - font-family: "share_tech_monoregular", monospace; + font-family: "Share Tech Mono", monospace; color: #fff } @@ -1589,7 +1600,7 @@ body { } .foo-ace_editor { - font-family: "share_tech_monoregular", monospace !important; + font-family: "Share Tech Mono", monospace !important; line-height: 1.4 !important; font-size: 16px !important } @@ -1832,7 +1843,7 @@ body { } .foo-prompter__text input { - font-family: "share_tech_monoregular", monospace; + font-family: "Share Tech Mono", monospace; font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; @@ -1952,5 +1963,4 @@ body { .foo-cf:after { clear: both -} - +} \ No newline at end of file