Skip to content

Commit

Permalink
Font Issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Mar 26, 2024
1 parent 81beb34 commit 05e325e
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mfe-engagement-ui-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: engagement ui service docker Image CI

on:
push:
branches: [ "mf-build-docker", "mf","mf-stable-common-module" ]
branches: [ "mf-build-docker", "mf" ]
pull_request:
branches: [ "mf-build" ]

Expand Down
4 changes: 2 additions & 2 deletions micro-ui/web/packages/auth/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<title>Auth Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;

}
</style>
</head>
Expand Down
14 changes: 7 additions & 7 deletions micro-ui/web/packages/common/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<head>
<title>Common Module Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</head>

Expand Down
14 changes: 7 additions & 7 deletions micro-ui/web/packages/container/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>Container Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
button {
padding: 5px;
Expand All @@ -14,13 +14,13 @@
input {
height: 30px !important;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}
margin: 0;
padding: 0;
box-sizing: border-box;

}


.loader {
border: 16px solid #f3f3f3;
Expand Down
18 changes: 9 additions & 9 deletions micro-ui/web/packages/core/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@
};
})();
</script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].1-beta.1/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].0-beta.14/dist/index.css" />


<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
button {
padding: 5px;
height: 30px;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;

}
input {
height: 30px !important;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}


.loader {
border: 16px solid #f3f3f3;
Expand Down
4 changes: 2 additions & 2 deletions micro-ui/web/packages/dashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<title>Dashboard Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;

}
</style>
</head>
Expand Down
14 changes: 7 additions & 7 deletions micro-ui/web/packages/dss/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>

<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</head>

Expand Down
6 changes: 3 additions & 3 deletions micro-ui/web/packages/engagement/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<title>Engagement Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;

}
</style>
</head>
Expand Down
6 changes: 3 additions & 3 deletions micro-ui/web/packages/hrms/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<title>Hrms Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;

}
</style>
</head>
Expand Down
6 changes: 3 additions & 3 deletions micro-ui/web/packages/measurement/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>

<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;

}
</style>
</head>
Expand Down
14 changes: 7 additions & 7 deletions micro-ui/web/packages/pgr/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<title>PGR Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</head>

Expand Down
18 changes: 9 additions & 9 deletions micro-ui/web/packages/ui-core/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
<title>Core Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigsWorkbench.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />
<script src="%REACT_APP_GLOBAL%"></script>

<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
button {
padding: 5px;
height: 30px;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;

}
input {
height: 30px !important;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}


.loader {
border: 16px solid #f3f3f3;
Expand Down
14 changes: 7 additions & 7 deletions micro-ui/web/packages/workbench/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
};
})();
</script>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.29/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-beta.14/dist/index.css" />

<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oxygen", sans-serif;
}
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</head>

Expand Down

0 comments on commit 05e325e

Please sign in to comment.