Skip to content

Commit

Permalink
fixed fonts! added a whole folder of HAHA
Browse files Browse the repository at this point in the history
  • Loading branch information
julesiet committed Apr 18, 2024
1 parent a9ca6f2 commit 3a28bb2
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<title>jules' page!</title> <!-- favicon title -->
<link rel="icon" type="image/x-icon" href="static/favicon.png"> <!-- favicon -->
<link href="style.css" rel="stylesheet"> <!-- css file linked -->
<link href='https://fonts.googleapis.com/css2?family=Proxima+Nova' rel='stylesheet'> <!-- font import (it's changing) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- icon import :') (this is so confusing)-->
</head>
Expand Down
Binary file added proxima-nova-2/ProximaNovaBlack.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaBlackItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaBold.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaBoldItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaExtrabold.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaExtraboldItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaLight.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaLightItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaRegular.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaRegularItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaSemibold.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaSemiboldItalic.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaThin.otf
Binary file not shown.
Binary file added proxima-nova-2/ProximaNovaThinItalic.otf
Binary file not shown.
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
* {
/* this affects every single element */
font-family: 'Proxima Nova';
font-family: ProximaNova;
font-weight: bold;
color: #FAF9F6;
}

@font-face {
font-family: ProximaNova;
src: url(proxima-nova-2/ProximaNovaRegular.otf)
}

body {
background: #22232F;
}
Expand Down Expand Up @@ -44,7 +49,7 @@ body {
}

.card-title {
font-size: 32px;
font-size: 48px;
text-align: center;
margin: 0 !important;
color: #FDF9ED;
Expand Down Expand Up @@ -95,6 +100,7 @@ body {
}
}


/*
- k.o kings w/ eric
- group coding project w/ jude, dan, other apcs students that want to cause chaos
Expand Down

0 comments on commit 3a28bb2

Please sign in to comment.