Files
zh-en-wn-dataset/custom/ast/en/OEBPS/Styles/HeaderStyles.css
2025-02-10 17:42:04 +06:00

61 lines
862 B
CSS

/* Custom Heading */
h1, h2, h3, h4, h5, h6 {
padding:0px;
margin: 0px;
}
h1 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 45px;
}
h2 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 30px;
}
h3 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 30px;
}
h4 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 30px;
}
h5 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 25px;
}
h6 {
font-family: "font2";
font-weight: bold;
font-style: italic;
font-size: 20px;
}
p {
font-family: "font1";
font-size: 21px;
text-align: justify;
margin: 0px 0px 65px 0px;
text-indent: 3%
}
div {
text-indent: 3%
}