Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 811 Bytes

File metadata and controls

27 lines (18 loc) · 811 Bytes

Visual Identity

Visual identity for Proof of Existence

Logo

Fonts

Proof of Existence use Open Sans, which is available on Google Fonts.

Favicons

To use favicons, place the following HTML into your code.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">