diff --git a/assets/fonts/MMRock9.eot b/assets/fonts/MMRock9.eot new file mode 100644 index 0000000..03404e1 Binary files /dev/null and b/assets/fonts/MMRock9.eot differ diff --git a/assets/fonts/MMRock9.otf b/assets/fonts/MMRock9.otf new file mode 100644 index 0000000..98f91cc Binary files /dev/null and b/assets/fonts/MMRock9.otf differ diff --git a/assets/fonts/MMRock9.svg b/assets/fonts/MMRock9.svg new file mode 100644 index 0000000..f86a100 --- /dev/null +++ b/assets/fonts/MMRock9.svg @@ -0,0 +1,1420 @@ + + + + +Created by FontForge 20110222 at Thu Aug 28 10:47:12 2014 + By deploy user +Copyright (c) 2014 Caveras / Cliff Modes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/MMRock9.ttf b/assets/fonts/MMRock9.ttf new file mode 100644 index 0000000..9db5881 Binary files /dev/null and b/assets/fonts/MMRock9.ttf differ diff --git a/assets/fonts/MMRock9.woff b/assets/fonts/MMRock9.woff new file mode 100644 index 0000000..27d7f94 Binary files /dev/null and b/assets/fonts/MMRock9.woff differ diff --git a/css/style.css b/css/style.css index b730e96..b650a91 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,25 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); +@font-face { + font-family:'MMRock9'; + src:url('assets/fonts/MMRock9.eot'); + src:url('assets/fonts/MMRock9.eot?#iefix') format('embedded-opentype'), + url('assets/fonts/MMRock9.woff') format('woff'), + url('assets/fonts/MMRock9.ttf') format('truetype'), + url('assets/fonts/MMRock9.svg#MMRock9') format('svg'); + font-weight:normal; + font-style:normal; +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family:'MMRock9'; + src: url('assets/fonts/MMRock9.svg') format('svg'); + font-weight:normal; + font-style:normal; + } +} body { - font-family: 'Roboto Mono', monospace; + font-family: 'MMRock9', monospace; background-color: #EFEFEF; margin: 0; padding: 0; @@ -27,7 +45,7 @@ h1 { padding: 0; overflow: hidden; background-color: #259441; - font-family: 'Roboto Mono', monospace; + font-family: 'MMRock9', monospace; } .navstd {