Skip to content

Commit

Permalink
added custom font
Browse files Browse the repository at this point in the history
  • Loading branch information
faahim committed May 21, 2018
1 parent 99db3cc commit 015f880
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Happy Birthday!!! :)</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="style/style.css">
</head>

Expand Down
9 changes: 9 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html {

body {
margin: 0;
font-family: "Work Sans", sans-serif;
}

.container {
Expand Down Expand Up @@ -283,6 +284,14 @@ body {
top: -20px;
}

.wish-hbd {
font-size: 2.2em;
}

.wish h5 {
font-size: 1.4rem;
}

.nine p {
font-size: 1.5rem;
font-weight: lighter;
Expand Down

0 comments on commit 015f880

Please sign in to comment.