grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

cooperhewitt.css (843B)


      1 @font-face {
      2   font-family: "Cooper Hewitt";
      3   src: local("Cooper Hewitt"),
      4     url("./cooperhewitt/CooperHewitt-Book.woff") format("woff");
      5   font-display: swap;
      6   font-style: normal;
      7   font-weight: 400;
      8 }
      9 
     10 @font-face {
     11   font-family: "Cooper Hewitt";
     12   src: local("Cooper Hewitt"),
     13     url("./cooperhewitt/CooperHewitt-BookItalic.woff") format("woff");
     14   font-display: swap;
     15   font-style: italic;
     16   font-weight: 400;
     17 }
     18 
     19 @font-face {
     20   font-family: "Cooper Hewitt";
     21   src: local("Cooper Hewitt"),
     22     url("./cooperhewitt/CooperHewitt-Bold.woff") format("woff");
     23   font-display: swap;
     24   font-style: normal;
     25   font-weight: 700;
     26 }
     27 
     28 @font-face {
     29   font-family: "Cooper Hewitt";
     30   src: local("Cooper Hewitt"),
     31     url("./cooperhewitt/CooperHewitt-BoldItalic.woff") format("woff");
     32   font-display: swap;
     33   font-style: italic;
     34   font-weight: 700;
     35 }