Psyduck - 可達鴨 之 鴨力山大
Current File : /home/irplbiz/public_html/smartpowerci/sass-del/typography.scss |
/* -------------------------------------- */
/* ------------ Google fonts ------------ */
/* -------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');
/* -------------------------------------- */
/* ----------- Generic styles ----------- */
/* -------------------------------------- */
body{
font-family: $body-font;
background-color: $body-color;
color: $text-color;
}
b,
strong{
font-weight: 700;
}
a,
a:hover,
a:focus{
outline: 0;
text-decoration: none !important;
cursor: pointer;
color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-weight: 600;
font-family: $heading-font;
margin: 0 0 30px 0;
color: $heading-color;
}
h1{
font-size: 42px;
}
h2{
font-size: 34px;
}
h3{
font-size: 28px;
}
h4{
font-size: 22px;
}
h5{
font-size: 18px;
}
h6{
font-size: 14px;
}
p{
font-weight: 300;
color: #737373;
line-height: 1.5;
}