diff options
| author | 2010-05-23 18:08:39 +0200 | |
|---|---|---|
| committer | 2010-05-23 18:08:39 +0200 | |
| commit | cec6d5ec47cb9221f905c064247302527406dac7 (patch) | |
| tree | f13114e274de8429aa35419c4c967dc7be710a5c | |
| parent | Added labs banner. (diff) | |
| download | MomentSelector-cec6d5ec47cb9221f905c064247302527406dac7.tar.xz MomentSelector-cec6d5ec47cb9221f905c064247302527406dac7.zip | |
Style
| -rw-r--r-- | server-handler/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server-handler/index.html b/server-handler/index.html index fd8e769..cb0f544 100644 --- a/server-handler/index.html +++ b/server-handler/index.html @@ -1,6 +1,13 @@ <html> <head> <title>AnyClip Moment Selector Chrome Extension</title> +<style> +@font-face { font-family: 'Myriad Pro'; src: local('Myriad Pro Regular'), local('Myriad Pro'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Regular.otf') format('opentype'); } +@font-face { font-family: 'Myriad Pro'; font-weight: bold; src: local('Myriad Pro Bold'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Bold.otf') format('opentype'); } +@font-face { font-family: 'Myriad Pro'; font-style: italic; src: local('Myriad Pro Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-It.otf') format('opentype'); } +@font-face { font-family: 'Myriad Pro'; font-weight: bold; font-style: italic; src: local('Myriad Pro Bold Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-BoldIt.otf') format('opentype'); } +body,input,textarea,pre { font-family: "Myriad Pro", Myriad, "Myriad Web Pro", Helvetica, Arial, sans-serif; } +</style> </head> <body> <img src="http://labs.anyclip.com/labs-banner.png" align="right"> |
