diff -r 80c32ef237c6 -r b3419d05eabb Resources/css/main.css --- a/Resources/css/main.css Mon Sep 02 02:22:21 2013 -0700 +++ b/Resources/css/main.css Mon Sep 23 09:10:55 2013 -0700 @@ -1,37 +1,64 @@ + + +@font-face { + font-family: 'batch'; + src: url('app://font/batch/batch.svg#batch_iconsregular') format('svg'); + font-weight: normal; + font-style: normal; +} @font-face { font-family: 'exo'; - src: url('app://font/exo/exo-regular.eot'); - src: url('app://font/exo/exo-regular.eot?#iefix') format('embedded-opentype'), - url('app://font/exo/exo-regular.woff') format('woff'), - url('app://font/exo/exo-regular.ttf') format('truetype'), - url('app://font/exo/exo-regular.svg#batchregular') format('svg'); + src: url('app://font/exo/exo-regular.svg#exoregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'exobold'; - src: url('app://font/exo/exo-bold.eot'); - src: url('app://font/exo/exo-bold.eot?#iefix') format('embedded-opentype'), - url('app://font/exo/exo-bold.woff') format('woff'), - url('app://font/exo/exo-bold.ttf') format('truetype'), - url('app://font/exo/exo-bold.svg#batchregular') format('svg'); + src: url('app://font/exo/exo-bold.svg#exoextrabolditalic') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* TODO: TideKit 1.4, w/ newer webkit. */ +/* +@font-face { + font-family: 'exo'; + src: url('app://font/exo/exo-regular.eot'), + url('app://font/exo/exo-regular.eot?#iefix') format('embedded-opentype'), + url('app://font/exo/exo-regular.woff') format('woff'), + url('app://font/exo/exo-regular.ttf') format('truetype'), + url('app://font/exo/exo-regular.svg#exoregular') format('svg'); font-weight: normal; font-style: normal; } -/* http://adamwhitcroft.com/batch/ */ @font-face { - font-family: 'batch'; - src: url('app://font/batch/batch.eot'); - src: url('app://font/batch/batch.eot?#iefix') format('embedded-opentype'), - url('app://font/batch/batch.woff') format('woff'), - url('app://font/batch/batch.ttf') format('truetype'), - url('app://font/batch/batch.svg#batchregular') format('svg'); + font-family: 'exobold'; + src: url('app://font/exo/exo-bold.eot'), + url('app://font/exo/exo-bold.eot?#iefix') format('embedded-opentype'), + url('app://font/exo/exo-bold.woff') format('woff'), + url('app://font/exo/exo-bold.ttf') format('truetype'), + url('app://font/exo/exo-bold.svg#exobold') format('svg'); font-weight: normal; font-style: normal; } +*/ + +/* http://adamwhitcroft.com/batch/ */ +/* +@font-face { + font-family: 'batch'; + src: url('app://font/batch/batch.eot'), + url('app://font/batch/batch.eot?#iefix') format('embedded-opentype'), + url('app://font/batch/batch.woff') format('woff'), + url('app://font/batch/batch.ttf') format('truetype'), + url('app://font/batch/batch.svg#batch') format('svg'); + font-weight: normal; + font-style: normal; +} +*/ a { text-decoration: none; @@ -52,6 +79,7 @@ font-family: "exo", Helvetica, Geneva, sans-serif; font-size: 1em; text-shadow: 2px 2px 2px #000; + user-select: none; } fieldset {