Skip to content

Commit

Permalink
changed font import
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Oct 18, 2023
1 parent 8021131 commit 3764c8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/bioinf-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ a:hover {
background-color: var(--active-item-color);
}

@font-face {
font-family: 'Creepster';
src: url('assets/fonts/Creepster.ttf') format('truetype');
}

table td:first-child { border-right: 1px solid; }
table th {border-bottom: 1px solid;}
.navbar-default {background-color: var(--ufr-main-blue)}
Expand Down
Binary file added assets/fonts/Creepster-Regular.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion html/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<head>
<link rel="shortcut icon" href="assets/figures/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Creepster">
</head>

0 comments on commit 3764c8b

Please sign in to comment.