Skip to content

Commit

Permalink
vinitshahdeo#337 title issue fixed
Browse files Browse the repository at this point in the history
title issue fixed
  • Loading branch information
Jatin-MaTTriX authored Jan 2, 2021
1 parent 4bd6852 commit 6774a31
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap'");
@import url("https://fonts.googleapis.com/css?family=Lato:700|Muli&display=swap");

body{
body {
font-family : "Muli", sans-serif;
}

h1 {
font-family: 'Lato', sans-serif;
font-family: "Lato", sans-serif;
font-weight: bold;
}

#water-monitering-system---iot-Project {
white-space: break-spaces;
width: 70%;
}


0 comments on commit 6774a31

Please sign in to comment.