diff --git a/index.html b/index.html index 82dbfd918690c137add68209a2c9567d7a5bd146..74abf20e7379f3b107dd545cad552ee926d66494 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,11 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Feather</title> + <meta name="description" content="Simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity."> + <meta property="og:title" content="Feather"> + <meta property="og:type" content="website"> + <meta property="og:description" content="Simply beautiful open source icons"> + <meta name="twitter:card" content="summary"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head>