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

Commit 9377b10

Browse files
authored
Embedded Trykker font (#3541)
1 parent c666100 commit 9377b10

6 files changed

+464
-1
lines changed

heron/tools/ui/resources/static/css/main.css

+17-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
@import url(//fonts.googleapis.com/css?family=Trykker);
2120
/* Mixins */
2221
/* Gradients */
2322
/* Transition */
@@ -26,6 +25,23 @@
2625
/* Border Radius */
2726
/* Opacity */
2827
/* CSS */
28+
29+
/* trykker-regular - latin-ext_latin */
30+
/* Trykker SIL Open Font License, 1.1 */
31+
/* Trykker-Regular.ttf: Copyright (c) 2011, Sorkin Type Co (www.sorkintype.com) with Reserved Font Name "Trykker". */
32+
@font-face {
33+
font-family: 'Trykker';
34+
font-style: normal;
35+
font-weight: 400;
36+
src: url('../fonts/trykker-v8-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
37+
src: local('Trykker Regular'), local('Trykker-Regular'),
38+
url('../fonts/trykker-v8-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
39+
url('../fonts/trykker-v8-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
40+
url('../fonts/trykker-v8-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
41+
url('../fonts/trykker-v8-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
42+
url('../fonts/trykker-v8-latin-ext_latin-regular.svg#Trykker') format('svg'); /* Legacy iOS */
43+
}
44+
2945
body {
3046
margin: 0;
3147
font: normal 12px 'Open Sans', arial, sans-serif;
Binary file not shown.

0 commit comments

Comments
 (0)