123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- html, body{
- font-family: $Regular;
- }
- h1{
- text-transform: uppercase;
- }
- h2{
- font-size: 2rem;
- }
- h4{
- font-weight: normal;
- font-size: 2rem;
- }
- h5{
- font-weight: normal;
- font-size: 1.2rem;
- }
- .card-title{
- font-family: $Bold;
- font-size: 1.2rem;
- }
- p{
- strong{
- font-family: $Bold;
- font-weight: normal;
- }
- }
- .content{
- p:nth-of-type(1){
- font-size: 1.2rem;
- }
- }
- .sidebar{
- .side-newsletter{
- label{
- font-size: 1.5rem;
- font-weight: normal;
- font-family: $Bold;
- }
- }
- }
- .cat{
- width: 100%;
- a{
- font-family: $Bold;
- }
- }
- .dt{
- font-family: $Bold;
- }
|