Commit 55e8a24e by Vinod

Font family added

parent 2842eac4
......@@ -9,8 +9,7 @@ body {
width: 100%;
height: 100%;
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family: "Open Sans", sans-serif;
}
.container > div:nth-child(2) {
......@@ -206,6 +205,9 @@ body {
width: 5%;
margin: 2%;
}
.hline {
width: 80%;
}
.wrapper {
width: 100%;
display: grid;
......
......@@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Responsive Layout(without Grid & Flex)</title>
<link rel="stylesheet" href="/CSS/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel="stylesheet"
/>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment