1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Change body and footer font to Poppins

This commit is contained in:
Kaustubh Ladiya 2020-01-15 22:39:52 +05:30
parent 5a630ea3eb
commit 5f7758b6f5
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,3 @@
@import url("https://fonts.googleapis.com/css?family=Asap|Asap+Condensed");
body {
margin: 0%;
padding: 0%;
@ -9,7 +7,7 @@ body {
max-width: 100vw;
overflow-x: hidden;
align-items: center;
font-family: "Asap", sans-serif;
font-family: "Poppins", sans-serif;
}
#profile {
@ -90,7 +88,7 @@ body {
#footer a {
color: var(--text-color) !important;
text-decoration: none;
font-family: "Asap", sans-serif;
font-family: "Poppins", sans-serif;
font-weight: bold;
}

View file

@ -14,6 +14,10 @@
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed|Poppins&display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
<link rel="stylesheet" href="index.css" />
</head>