Skip to content

Commit

Permalink
update font style to login and signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtausifiqbal committed Oct 17, 2023
1 parent 424df57 commit 25c624a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
15 changes: 12 additions & 3 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>MedStats</title>

<!-- All common fonts here -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet" />

<!-- All common stylesheet here -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous" />

<link rel="stylesheet" href="./css/common.css" />

<!-- Page specific styles here -->
<link rel="stylesheet" href="./css/sign up.css" />
<!-- Your custom CSS file -->

<!-- Custom styles here -->
</head>

<body>
Expand Down
14 changes: 12 additions & 2 deletions sign up.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>MedStats</title>

<!-- All common fonts here -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet" />

<!-- All common stylesheet here -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous" />

<link rel="stylesheet" href="./css/common.css" />

<!-- Page specific styles here -->
<link rel="stylesheet" href="./css/sign up.css" />

<!-- Your custom CSS file -->
</head>

Expand Down

0 comments on commit 25c624a

Please sign in to comment.