moodle-local_sca-css/arvo-rules.css

22 lines
520 B
CSS
Raw Normal View History

2022-01-13 15:58:24 +00:00
/* Arvo */
span.h2 {
color: rgb(255, 255, 255);
display: block;
font-family: Arvo !important;
font-size: 36px;
font-weight: 400;
line-height: 46px;
margin-bottom: 80px;
margin-top: 40px;
text-align: center;
text-transform: uppercase;
}
h1,h2,h3,h4,h5{font-family: Arvo !important;text-transform: uppercase !important;}
h1{font-size:35px !important;}
h2{font-size:30px !important;}
h3{font-size:25px !important;}
h4{font-size:22px !important;}
2022-08-20 06:12:21 +00:00
h3.no {font-size:.8em !important;}