Custom font added

This commit is contained in:
array-in-a-matrix 2021-07-27 16:32:30 -04:00
parent 09eb348d79
commit 9095d148a2
8 changed files with 18 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error</title>
<link rel="stylesheet" href="style/style.css" />
<link rel="stylesheet" href="/style/style.css" />
</head>
<body>
<header class="page-header" role="banner">

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,12 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 27, 2021 */
@font-face {
font-family: 'DarkNewRoman';
src: url('darknewroman-webfont.woff2') format('woff2'),
url('darknewroman-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

View file

@ -6,12 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Array in a Matrix</title>
<link rel="stylesheet" type="text/css" href="style/main.style.css" />
<link rel="stylesheet" href="/fonts/DarkNewRoman/stylesheet.css" type="text/css" charset="utf-8" />
</head>
<body>
<h1 class="project-name">
<span class="larger-name">A</span
><span class="smaller-name">RRAY IN A MATRI</span
><span class="larger-name">X</span>
<h1 class="project-name" style="font-family: DarkNewRoman;""> Array in a matriX
</h1>
<div class="main-content">

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rock Paper Scissors</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="stylesheet" href="/style/style.css" />
</head>
<body>
<header class="page-header" role="banner">

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Projects</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="stylesheet" href="/style/style.css" />
</head>
<body>
<header class="page-header" role="banner">

View file

@ -12,7 +12,7 @@
<h1 class="project-name">Dark Matrix Theme</h1>
<h2 class="project-tagline">Cayman redesigned.</h2>
<a href="../" class="btn">Home</a>
<a href="/" class="btn">Home</a>
</header>
<main id="content" class="main-content" role="main">