2020-10-02 19:27:19 +00:00
|
|
|
/* Sauce Code Pro / Source Code Pro
|
|
|
|
* Courtesy of:
|
|
|
|
* https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro
|
|
|
|
* Licensed under OFL 1.1
|
|
|
|
* https://raw.githubusercontent.com/ryanoasis/nerd-fonts/c41890f/patched-fonts/SourceCodePro/Regular/complete/LICENSE.txt
|
|
|
|
*
|
|
|
|
* Fonts used are "Windows Compatible Monospaced"
|
|
|
|
* */
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 800;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Black_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 800;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Black.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Bold_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Bold.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 250;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_ExtraLight_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 250;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_ExtraLight.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Light_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Light.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Medium_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Medium.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 600;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Semibold_Italic.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: SauceCodePro;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
src: url("../static/fonts/Sauce_Code_Pro_Semibold.ttf") format("truetype");
|
|
|
|
}
|
|
|
|
|
2020-01-05 20:34:02 +00:00
|
|
|
html, body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#terminal {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|