Skip to content

Commit

Permalink
move to raleway, add social media icons,
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Jun 2, 2024
1 parent e79f39c commit f933368
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 245 deletions.
28 changes: 14 additions & 14 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--col-links: #feffe8;
--col-selected: white;
--col-base-border: #9566b5;
--col-sub-border: #61407744;
--col-sub-border: #a37abe21;
--col-background: #2b2342;
--col-shadow: #13061845;
--col-table-buttons: #322640d1;
Expand All @@ -29,16 +29,15 @@
/* To reference these: var(*) */
/* var(--col-background); var(--easer) */

@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Regular.ttf);
.fonted {
font-family: Raleway;
}


body {
background-color: var(--col-background);
color: var(--col-text-1);
font-family: Roboto;
font-family: Raleway;
}

div,
Expand Down Expand Up @@ -125,10 +124,10 @@ a:visited {
.column {
display: flex;
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
justify-content: flex-start;
justify-items: flex-start;
align-content: center;
align-items: center;
justify-content: center;
justify-items: center;
flex-wrap: nowrap;

gap: var(--gap);
Expand Down Expand Up @@ -260,7 +259,7 @@ a:visited {
}

#tablesdiv {
overflow-y:auto;
overflow-y: auto;
}

.tables {
Expand Down Expand Up @@ -288,12 +287,13 @@ a:visited {
background-color: black;
outline: var(--outline-thickness) solid white;
animation:
500ms var(--easer) 0.2 flash_outline,
1.5s var(--easer) 0s profileintro;
500ms var(--easer) 0.2 flash_outline,
1.5s var(--easer) 0s profileintro;

}



.infobox {
width: 100%;
align-items: center;
Expand Down Expand Up @@ -330,13 +330,13 @@ a:visited {

.image {
width: 100%;
height:200px;
height: 200px;
background-size: cover;
background-color: black;
}

#featured-images {
height: 100%;
height: 100%;
}


Expand Down
Binary file removed fonts/Roboto-Regular.ttf
Binary file not shown.
202 changes: 0 additions & 202 deletions fonts/Roboto_LICENSE.txt

This file was deleted.

Loading

0 comments on commit f933368

Please sign in to comment.