Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IngrownMink4 authored Sep 20, 2023
1 parent 6edf60f commit c0c2233
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,7 @@
<style>
@charset "UTF-8";

/* Import ET Book styles
adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */

@font-face {
font-family: "et-book";
src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff") format("woff"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf") format("truetype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "et-book";
src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot");
src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff") format("woff"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
font-weight: normal;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "et-book";
src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot");
src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff") format("woff"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf") format("truetype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "et-book-roman-old-style";
src: url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot");
src: url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff") format("woff"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf") format("truetype"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbookromanosf") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

/* Tufte CSS styles */
html {
Expand Down Expand Up @@ -96,7 +59,7 @@
margin-left: auto;
margin-right: auto;
padding-left: 12.5%;
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
font-family: 'DM Serif Text', "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
background-color: #fffff8;
color: #111;
max-width: 1400px;
Expand Down

1 comment on commit c0c2233

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌳🌱♻️💚 CO2 Results Are In!

https://ingrownmink4.github.io/filosofiayletras/ produces 0.00g of CO2 every time someone visits it! 🌱
https://ingrownmink4.github.io/filosofiayletras/ runs on sustainable energy. ♻️


In a year (~10k views per month), https://ingrownmink4.github.io/filosofiayletras/ produces:

  • 0.25kg of CO2 🪶
  • The amount of CO2 that 0 trees absorb in a year 🌳
  • 1kWh of energy 🚲

Stats for nerds 🤓

{
  "adjustedBytes": 2845.595,
  "energy": 0.000004783551185391843,
  "co2": {
    "grid": {
      "grams": 0.0022721868130611256,
      "litres": 0.001263790305424598
    },
    "renewable": {
      "grams": 0.0020592552597514463,
      "litres": 0.0011453577754737545
    }
  }
}


This website is hosted Green - checked by thegreenwebfoundation.org

Powered by: Website Carbon | Wholegrain Digital | The Green Web Foundation

Take action: Switch to a green host | Make your website more efficient | Plant trees to reduce your carbon impact

Please sign in to comment.