Compare commits

..

No commits in common. "8c9168f3307ea83ee078e39c552e1dd4981da903" and "a00046a72726e0e0570021188fb017dd8e0277ee" have entirely different histories.

5 changed files with 1 additions and 33 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,19 +0,0 @@
@font-face {
font-family: 'Concourse OT';
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('concourse_ot_3_book.woff2') format('woff2');
}
@font-face {
font-family: 'Concourse OT';
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('concourse_ot_6_semibold.woff2') format('woff2');
}

View File

@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>32m</title>
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
@ -14,11 +13,7 @@
<p>Our focus is on the Canadian telecommunications, media, and fintech sectors.</p>
<address>
<p>Box 563, Station P Toronto, ON M5S 2T1 Canada</p>
<ul>
<li>E: hello@Ask32M.com</li>
<li>P: +1 416 613-5056</li>
<li>T: @Ask32M</li>
</ul>
<p>E: hello@Ask32M.com P: +1 416 613-5056 T: @Ask32M</p>
</address>
</body>
</html>

View File

@ -1,8 +0,0 @@
:root {
--red: #A12626;
}
body {
font-family: 'Concourse OT';
color: var(--red);
}