Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Embedded Trykker font #3541

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion heron/tools/ui/resources/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* under the License.
*/

@import url(//fonts.googleapis.com/css?family=Trykker);
/* Mixins */
/* Gradients */
/* Transition */
Expand All @@ -26,6 +25,23 @@
/* Border Radius */
/* Opacity */
/* CSS */

/* trykker-regular - latin-ext_latin */
/* Trykker SIL Open Font License, 1.1 */
/* Trykker-Regular.ttf: Copyright (c) 2011, Sorkin Type Co (www.sorkintype.com) with Reserved Font Name "Trykker". */
@font-face {
font-family: 'Trykker';
font-style: normal;
font-weight: 400;
src: url('../fonts/trykker-v8-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Trykker Regular'), local('Trykker-Regular'),
url('../fonts/trykker-v8-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/trykker-v8-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/trykker-v8-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/trykker-v8-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/trykker-v8-latin-ext_latin-regular.svg#Trykker') format('svg'); /* Legacy iOS */
}

body {
margin: 0;
font: normal 12px 'Open Sans', arial, sans-serif;
Expand Down
Binary file not shown.
Loading