/*
REVISIONS:
xxxx first try
20201029 ping
AS SEEN ON:
* https://e2h.totalism.org/e2h.php?link=pads.ccc.de&pad=grk&NONLITE
* 🔗CCQO-interview
___________________________________
TODO:
* get them off google !!!!!!
* [...]
___________________________________
VIA:
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700|Source+Serif+Pro:700" rel="stylesheet">
TRYING:
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700&display=swap');
_______________________________________________
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700&display=swap');
TEST: USING WEBFONTS
REVISIONS:
xxxx first try
20201029 ping
AS SEEN ON:
* https://e2h.totalism.org/e2h.php?link=pads.ccc.de&pad=grk&NONLITE
* 🔗CCQO-interview
___________________________________
TODO:
* get them off google !!!!!!
* [...]
___________________________________
VIA:
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700|Source+Serif+Pro:700" rel="stylesheet">
TRYING:
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700&display=swap');
_______________________________________________
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700&display=swap');
¶:root {
/*______________ SPECIFICS _______________ */
--C3: var(--BG);
/*______________ GENERICS _______________ */
--Tb: var(--BG) !important;
--Tf: var(--A) !important;
--Tx: var(--A_) !important;
--Tb: var(--BG) !important;
--Tf: var(--A) !important;
--Tx: var(--A_) !important;
--Ax: var(--A_) !important;
--BTx: var(--A_) !important;
--BTb: var(--BG) !important;
--BTf: var(--A) !important;
--TOCx: var(--A) !important;
--TOCb: var(--C3) !important;
--TOCf: var(--A) !important;
--TOCdiv: var(--A_) !important;
--Bb: var(--C3) !important;
--Bf: var(--A) !important;
--BG2: var(--C3) !important;
--EMfg: var(--BG) !important;
--EMbg: var(--A) !important;
}
/*______________ SPECIFICS _______________ */
--C3: var(--BG);
/*______________ GENERICS _______________ */
--Tb: var(--BG) !important;
--Tf: var(--A) !important;
--Tx: var(--A_) !important;
--Ax: var(--A_) !important;
--BTx: var(--A_) !important;
--BTb: var(--BG) !important;
--BTf: var(--A) !important;
--TOCx: var(--A) !important;
--TOCb: var(--C3) !important;
--TOCf: var(--A) !important;
--TOCdiv: var(--A_) !important;
--Bb: var(--C3) !important;
--Bf: var(--A) !important;
--BG2: var(--C3) !important;
--EMfg: var(--BG) !important;
--EMbg: var(--A) !important;
}
¶em {
color: var(--A_) !important;
font-weight: bold !important;
/*
text-shadow: 2px -2px 0px var(--A) !important;
text-shadow:
2px -2px 0px var(--A_),
3px -3px 0px #555,
4px -4px 0px var(--A_) !important;
*/
text-shadow: none !important;
color: var(--FG) !important;
}
color: var(--A_) !important;
font-weight: bold !important;
text-shadow: none !important;
color: var(--FG) !important;
}
¶strong i u {
text-decoration: none !important;
border: none !important;
font-family: "Source Serif Pro",Georgia,Times,serif !important;
font-weight: 700;
text-rendering: optimizeLegibility;
line-height: 150% !important;
font-size: 250% !important;
font-style: normal !important;
letter-spacing: -2px !important;
}
.etherpad_container {
font-family: Montserrat,Avenir,"Avenir Next",Trebuchet,Verdana,sans-serif !important;
}
.etherpad_toc {
font-family: Montserrat,Avenir,"Avenir Next",Trebuchet,Verdana,sans-serif !important;
font-weight: lighter !important;
}
strong>u, u>strong {
font-size: 133% !important;
}
text-decoration: none !important;
border: none !important;
font-family: "Source Serif Pro",Georgia,Times,serif !important;
font-weight: 700;
text-rendering: optimizeLegibility;
line-height: 150% !important;
font-size: 250% !important;
font-style: normal !important;
letter-spacing: -2px !important;
}
.etherpad_container {
font-family: Montserrat,Avenir,"Avenir Next",Trebuchet,Verdana,sans-serif !important;
}
.etherpad_toc {
font-family: Montserrat,Avenir,"Avenir Next",Trebuchet,Verdana,sans-serif !important;
font-weight: lighter !important;
}
strong>u, u>strong {
font-size: 133% !important;
}