1
edit
Changes
Created page with "→CSS placed here will be applied to all skins: @import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap"); body {..."
/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap");
body {
font-family: "BioRhyme", sans-serif;
}
#content h1,
#content h2 {
font-family: "BioRhyme", sans-serif;
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
@import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap");
body {
font-family: "BioRhyme", sans-serif;
}
#content h1,
#content h2 {
font-family: "BioRhyme", sans-serif;
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}