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:
parent
5a630ea3eb
commit
5f7758b6f5
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue