Custom font added
This commit is contained in:
parent
09eb348d79
commit
9095d148a2
8 changed files with 18 additions and 8 deletions
2
404.html
2
404.html
|
@ -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">
|
||||
|
|
BIN
fonts/DarkNewRoman/darknewroman-webfont.woff
Normal file
BIN
fonts/DarkNewRoman/darknewroman-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/DarkNewRoman/darknewroman-webfont.woff2
Normal file
BIN
fonts/DarkNewRoman/darknewroman-webfont.woff2
Normal file
Binary file not shown.
12
fonts/DarkNewRoman/stylesheet.css
Normal file
12
fonts/DarkNewRoman/stylesheet.css
Normal 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;
|
||||
|
||||
}
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue