Updated the Font Family and Logo
parent
cd40dd57f9
commit
d06e3899cf
|
|
@ -5,11 +5,20 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Beyond Heroes</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Alte DIN 1451 Mittelschrift';
|
||||
src: url('/media/mittelschrift.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
|
||||
}
|
||||
body {
|
||||
font-family: 'Alte DIN 1451 Mittelschrift', sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #000;">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="/media/logo.jpg" alt="BH Logo" height="40"> Beyond Heroes
|
||||
<img src="/media/Asset 2.png" alt="BH Logo" height="40"> Beyond Heroes
|
||||
</a>
|
||||
<div class="ml-auto"></div>
|
||||
<div class="justify-content-center" id="navbarNav">
|
||||
|
|
|
|||
Loading…
Reference in New Issue