added webfonts
This commit is contained in:
+25
-7
@@ -1,19 +1,34 @@
|
||||
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 14, 2022 */
|
||||
@font-face {
|
||||
font-family: "pf_ronda_seven";
|
||||
src: url('../font/pf_ronda_seven.ttf');
|
||||
font-family: 'mitochondriaregular';
|
||||
src: url('/static/font/mitochondria-webfont.woff2') format('woff2'),
|
||||
url('/static/font/mitochondria-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: "pf_ronda_seven_bold";
|
||||
src: url('../font/pf_ronda_seven_bold.ttf');
|
||||
font-family: 'pf_ronda_sevenregular';
|
||||
src: url('/static/font/pf_ronda_seven-webfont.woff2') format('woff2'),
|
||||
url('/static/font/pf_ronda_seven-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Mitochondria";
|
||||
src: url('../font/Mitochondria.ttf');
|
||||
font-family: 'pf_ronda_sevenbold';
|
||||
src: url('/static/font/pf_ronda_seven_bold-webfont.woff2') format('woff2'),
|
||||
url('/static/font/pf_ronda_seven_bold-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
/* */
|
||||
|
||||
* {
|
||||
padding:0;
|
||||
margin:0;
|
||||
font-family: "pf_ronda_seven", sans-serif;
|
||||
font-family: 'pf_ronda_sevenregular', sans-serif;
|
||||
background-color: black;
|
||||
}
|
||||
html, body {padding:0; margin:0; height:100%;}
|
||||
@@ -48,6 +63,9 @@ li {
|
||||
h1,h2,h3,h4,img,i {
|
||||
background-color: transparent;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'mitochondriaregular', sans-serif;
|
||||
}
|
||||
|
||||
.mundane {color:#aca79e;}
|
||||
.common {color:#5576d1;}
|
||||
|
||||
Reference in New Issue
Block a user