Skip to content

Commit

Permalink
with otf | no amp
Browse files Browse the repository at this point in the history
  • Loading branch information
corvalanlara committed Oct 8, 2020
1 parent 1c26ac6 commit 2b05d6e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
Binary file added Fell.otf
Binary file not shown.
27 changes: 3 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html amp lang="en">
<html lang="en">
<head>
<meta charset="UTF-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>Disputa de las escritoras</title>
<link rel="canonical" href="https://corvalan.dev/disputa/">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
Expand All @@ -17,28 +16,8 @@
<meta name="og:image" content="lapiz.png">
<!-- Feed -->
<link rel="alternate" type="application/rss+xml" title="Disputa feed" href="feed.xml">
<!-- AMP script -->
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap" rel="stylesheet">
<style amp-custom>
html {
font-family: 'IM Fell DW Pica', serif;
font-size: 1.2em;
}

h1, .centrado {
text-align: center;
}

ol {
list-style-type: upper-roman;
margin-left: 1.5em;
}

li {
padding: 0.5em;
}
</style>
<!--<link href="https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap" rel="stylesheet">-->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div itemscope itemtype="http://schema.org/ItemList">
Expand Down
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@font-face {
font-family: Fell;
src: url('Fell.otf') format('opentype');
}

html {
font-family: "Fell", serif;
font-size: 1.2em;
}

h1, .centrado {
text-align: center;
}

ol {
list-style-type: upper-roman;
margin-left: 1.5em;
}

li {
padding: 0.5em;
}

0 comments on commit 2b05d6e

Please sign in to comment.