grgr.me

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

charter.css (771B)


      1 @font-face {
      2   font-family: "Charter";
      3   src: local("Charter"), url("./charter/charter_regular.woff") format("woff");
      4   font-display: swap;
      5   font-style: normal;
      6   font-weight: 400;
      7 }
      8 
      9 @font-face {
     10   font-family: "Charter";
     11   src: local("Charter Italic"),
     12     url("./charter/charter_italic.woff") format("woff");
     13   font-display: swap;
     14   font-style: italic;
     15   font-weight: 400;
     16 }
     17 
     18 @font-face {
     19   font-family: "Charter";
     20   src: local("Charter Bold"), url("./charter/charter_bold.woff") format("woff");
     21   font-display: swap;
     22   font-style: normal;
     23   font-weight: 700;
     24 }
     25 
     26 @font-face {
     27   font-family: "Charter";
     28   src: local("Charter Bold Italic"),
     29     url("./charter/charter_bold_italic.woff") format("woff");
     30   font-display: swap;
     31   font-style: italic;
     32   font-weight: 700;
     33 }