schmittlau.ch-pelican/content/static/custom.css

76 lines
1.5 KiB
CSS

aside nav ul li {
/* override left menu text style*/
text-transform: none !important;
}
/* replace Google Fonts */
@font-face {
font-family: 'Source Code Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(./SourceCodeProI400.ttf) format('truetype');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(./SourceCodePro400.ttf) format('truetype');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(./SourceCodePro700.ttf) format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(./SourceSansProI400.ttf) format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(./SourceSansPro300.ttf) format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(./SourceSansPro300.ttf) format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(./SourceSansPro700.ttf) format('truetype');
}
/* additional space between list items */
li {
margin: 0.25em;
}
.darkgreen {
color: #417524;
}
.yellow {
color: rgb(213,170,20);
}
.jobstatus {
text-align: center;
font-size: 2.2em;
font-variant: small-caps;
font-weight: bold;
}