Collect theme related files
This commit is contained in:
parent
5ae23b42ec
commit
c34f4dccdd
5 changed files with 31 additions and 0 deletions
BIN
theme/SourceCodePro-Bold.otf.woff
Normal file
BIN
theme/SourceCodePro-Bold.otf.woff
Normal file
Binary file not shown.
BIN
theme/SourceCodePro-Regular.otf.woff
Normal file
BIN
theme/SourceCodePro-Regular.otf.woff
Normal file
Binary file not shown.
31
theme/c-base.css
Normal file
31
theme/c-base.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue