diff options
| author | 2010-05-23 18:01:07 +0200 | |
|---|---|---|
| committer | 2010-05-23 18:01:07 +0200 | |
| commit | 043a9defce9c5e5e58b1e2aa95e7f8d4d0d4fc19 (patch) | |
| tree | 4e3d2b35cf68c961697741167bb4a79dd25ec6b6 | |
| parent | Styling (diff) | |
| download | AnyLoader-043a9defce9c5e5e58b1e2aa95e7f8d4d0d4fc19.tar.xz AnyLoader-043a9defce9c5e5e58b1e2aa95e7f8d4d0d4fc19.zip | |
Use gabi's fonts.
| -rw-r--r-- | web/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index 84bf40e..1fd16e9 100644 --- a/web/index.php +++ b/web/index.php @@ -19,6 +19,12 @@ function setAudioTrack(movie) a { text-decoration: none; color: blue; } td, th { border: 1px gray solid; padding: 2px; } table { border-collapse: collapse; } +pre { margin: 0; } +@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 { font-family: "Myriad Pro", Myriad, "Myriad Web Pro", Helvetica, Arial, sans-serif; } </style> </head> <body> |
