Chrome audit fixes
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>PassMate</title>
|
||||
<meta name="Description" content="Generate secure, unique password books to print at home">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="preload" href="copernicus-semibold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="inconsolata-bold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="proxima-nova-regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="proxima-nova-semibold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="passmate.css">
|
||||
<script src="passmate.js"></script>
|
||||
|
||||
@@ -2,24 +2,28 @@
|
||||
font-family: 'copernicus';
|
||||
src: url('copernicus-semibold.woff2') format('woff2');
|
||||
font-weight: 600;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'inconsolata';
|
||||
src: url('inconsolata-bold.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'proxima-nova';
|
||||
src: url('proxima-nova-regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'proxima-nova';
|
||||
src: url('proxima-nova-semibold.woff2') format('woff2');
|
||||
font-weight: 600;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@page {
|
||||
|
||||
Reference in New Issue
Block a user