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

@ -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>