Initial commit

This commit is contained in:
nemunaire
2018-11-12 23:31:10 +01:00
commit b99a321ded
35 changed files with 11997 additions and 0 deletions

48
static/css/fonts/qarnot.css Executable file
View File

@@ -0,0 +1,48 @@
@font-face {
font-family: 'qarnot';
src: url('fonts/qarnot/qarnot.eot?4d3oy1');
src: url('fonts/qarnot/qarnot.eot?4d3oy1#iefix') format('embedded-opentype'),
url('fonts/qarnot/qarnot.ttf?4d3oy1') format('truetype'),
url('fonts/qarnot/qarnot.woff?4d3oy1') format('woff'),
url('fonts/qarnot/qarnot.svg?4d3oy1#qarnot') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'qarnot' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-console:before {
content: "\e900";
}
.icon-developer:before {
content: "\e901";
}
.icon-documentation:before {
content: "\e902";
}
.icon-q:before {
content: "\e903";
}
.icon-qarnot_computing:before {
content: "\e904";
}
.icon-qarnot:before {
content: "\e905";
}
.icon-render:before {
content: "\e906";
}