Collect theme related files

This commit is contained in:
Henri Bergius 2017-11-30 15:54:42 +01:00
parent 5ae23b42ec
commit c34f4dccdd
5 changed files with 31 additions and 0 deletions

Binary file not shown.

Binary file not shown.

31
theme/c-base.css Normal file
View file

@ -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;
}