Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Madzhini authored Nov 21, 2021
1 parent b5cbd6d commit b09e104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}t
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:'Noto Sans','ChessMedium', san-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
html,body{font-family:'Noto Sans','UnifrakturCook', san-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.font-lora{font-family:'Noto Sans','ChessMedium', san-serif;}
.font-montserrat{font-family:'Noto Sans','ChessMedium', san-serif;}
.font-lora{font-family:'Noto Sans','UnifrakturCook', san-serif;}
.font-montserrat{font-family:'Noto Sans','UnifrakturCook', san-serif;}
.italic{font-style:italic}
.bold{font-weight:bold;}
.w3-serif{font-family:'Noto Sans', 'ChessMedium', san-serif}
.w3-serif{font-family:'Noto Sans', 'UnifrakturCook', san-serif}
.w3-image{max-width:100%;height:auto}img{margin-bottom:-5px}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
Expand Down

0 comments on commit b09e104

Please sign in to comment.