Skip to content

Commit

Permalink
use Open Sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
machinshin committed Aug 7, 2020
1 parent c69106a commit fe72c3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 97 deletions.
25 changes: 6 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<head>
<title>Vat Raghavan - Software Engineer</title>
<script src="https://kit.fontawesome.com/ac97ad52b5.js" crossorigin="anonymous"></script>
<!-- fontello.org -->
<link rel="stylesheet" type="text/css" href="jhdc.css"/>

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<!-- favicon-generator.org -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
Expand All @@ -16,47 +14,35 @@
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">

<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">

<link rel="manifest" href="/manifest.json">

<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">

<meta name="theme-color" content="#ffffff">

<style type="text/css">

@font-face {
font-family: 'jhdc';
src: url('./jhdc.eot?13949628');
src: url('./jhdc.eot?13949628#iefix') format('embedded-opentype'),
url('./jhdc.woff?13949628') format('woff'),
url('./jhdc.ttf?13949628') format('truetype'),
url('./jhdc.svg?13949628#jhdc') format('svg');
font-family: Open Sans;
font-weight: normal
font-style: normal;
}

@font-face {
font-family: 'haas';
font-family: Open Sans;
font-weight: 300;
src: url('NeueHaasUnicaPro-Thin.ttf') format('truetype');
}

@font-face {
font-family: 'haas';
font-weight: 500;
src: url('NeueHaasUnicaPro-Light.ttf') format('truetype');
font-family: Open Sans;
}

html { border: 0; margin: 0; padding: 0; }
body { border: 0; margin: 0; padding: 2em; font-family: haas; font-weight: 300; }
body { border: 0; margin: 0; padding: 2em; font-family: Open Sans; font-weight: 300; }
div { line-height: 135%; font-size: 300%; }

.selfie { height: 12.15em; float: left; margin-right: 2.7em; }
Expand Down Expand Up @@ -88,3 +74,4 @@
</body>
</html>


78 changes: 0 additions & 78 deletions jhdc.css

This file was deleted.

0 comments on commit fe72c3f

Please sign in to comment.