summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-21 21:12:15 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-21 21:12:15 +0200
commit745dba98b429b9c06056a444aead4b5983b03600 (patch)
treee8b65daa24ee01ed6ffac503956b64308058f237
parente8f788598c37d598c73bcffaeae11ea375878b9f (diff)
index: Fix indentation and styleHEADmaster
-rw-r--r--index.html58
1 files changed, 29 insertions, 29 deletions
diff --git a/index.html b/index.html
index a5d80bb..60237c4 100644
--- a/index.html
+++ b/index.html
@@ -6,44 +6,44 @@
<style>
/* Source: https://github.com/madmalik/mononoki/blob/master/style.css */
@font-face {
- font-family: 'mononoki-webfont';
- src: url('/fonts/mononoki-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/mononoki-Regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/mononoki-Regular.woff') format('woff'), /* Pretty Modern Browsers */
- url('/fonts/mononoki-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
- font-weight: normal;
- font-style: normal;
+ font-family: 'mononoki-webfont';
+ src: url('/fonts/mononoki-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('/fonts/mononoki-Regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('/fonts/mononoki-Regular.woff') format('woff'), /* Pretty Modern Browsers */
+ url('/fonts/mononoki-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
+ font-weight: normal;
+ font-style: normal;
}
@font-face {
- font-family: 'mononoki-webfont';
- src: url('/fonts/mononoki-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/mononoki-Bold.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/mononoki-Bold.woff') format('woff'), /* Pretty Modern Browsers */
- url('/fonts/mononoki-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
- font-weight: bold;
- font-style: normal;
+ font-family: 'mononoki-webfont';
+ src: url('/fonts/mononoki-Bold.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/mononoki-Bold.woff2') format('woff2'),
+ url('/fonts/mononoki-Bold.woff') format('woff'),
+ url('/fonts/mononoki-Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
}
@font-face {
- font-family: 'mononoki-webfont';
- src: url('/fonts/mononoki-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/mononoki-Italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/mononoki-Italic.woff') format('woff'), /* Pretty Modern Browsers */
- url('/fonts/mononoki-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
- font-weight: normal;
- font-style: italic;
+ font-family: 'mononoki-webfont';
+ src: url('/fonts/mononoki-Italic.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/mononoki-Italic.woff2') format('woff2'),
+ url('/fonts/mononoki-Italic.woff') format('woff'),
+ url('/fonts/mononoki-Italic.ttf') format('truetype');
+ font-weight: normal;
+ font-style: italic;
}
@font-face {
- font-family: 'mononoki-webfont';
- src: url('/fonts/mononoki-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/mononoki-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/mononoki-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
- url('/fonts/mononoki-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
- font-weight: bold;
- font-style: italic;
+ font-family: 'mononoki-webfont';
+ src: url('/fonts/mononoki-BoldItalic.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/mononoki-BoldItalic.woff2') format('woff2'),
+ url('/fonts/mononoki-BoldItalic.woff') format('woff'),
+ url('/fonts/mononoki-BoldItalic.ttf') format('truetype');
+ font-weight: bold;
+ font-style: italic;
}
body {
- font-family: mononoki, mononoki-webfont, "Courier New", Courier, Monospace;
+ font-family: mononoki, mononoki-webfont, "Courier New", Courier, monospace;
text-align: center;
}
div.main-content {