diff --git a/theme/SourceCodePro-Bold.otf.woff b/theme/SourceCodePro-Bold.otf.woff new file mode 100644 index 0000000..c576d7c Binary files /dev/null and b/theme/SourceCodePro-Bold.otf.woff differ diff --git a/theme/SourceCodePro-Regular.otf.woff b/theme/SourceCodePro-Regular.otf.woff new file mode 100644 index 0000000..46e7bd0 Binary files /dev/null and b/theme/SourceCodePro-Regular.otf.woff differ diff --git a/theme/c-base.css b/theme/c-base.css new file mode 100644 index 0000000..10a34f9 --- /dev/null +++ b/theme/c-base.css @@ -0,0 +1,31 @@ + +@font-face { + font-family: 'ceva'; + src: url('ceva-c2.woff') format('woff'); +} +@font-face { + font-family: 'ceva'; + src: url('ceva-c2.ttf') format('ttf'); +} +@font-face { + font-family: 'Source Code Pro'; + src: url('SourceCodePro-Regular.otf.woff') format('woff'); +} +@font-face { + font-family: 'Source Code Pro'; + src: url('SourceCodePro-Bold.otf.woff') format('woff'); + font-weight: bold; +} + +body { + font-family: 'Source Code Pro', sans-serif; + background-color: rgba(0, 0, 0, 0.98); + color: #a0a0a0; + padding: 0px; + margin-left: auto; + margin-right: auto; +} +h1 { + font-family: 'ceva', sans-serif; + color: #fff; +} diff --git a/fonts/ceva-c2.ttf b/theme/ceva-c2.ttf similarity index 100% rename from fonts/ceva-c2.ttf rename to theme/ceva-c2.ttf diff --git a/fonts/ceva-c2.woff b/theme/ceva-c2.woff similarity index 100% rename from fonts/ceva-c2.woff rename to theme/ceva-c2.woff