reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

inter-ui.css (1541B)


      1 @font-face {
      2   font-family: 'Inter UI';
      3   font-style:  normal;
      4   font-weight: 400;
      5   src: url("Inter-UI-Regular.woff2") format("woff2"),
      6        url("Inter-UI-Regular.woff") format("woff");
      7 }
      8 @font-face {
      9   font-family: 'Inter UI';
     10   font-style:  italic;
     11   font-weight: 400;
     12   src: url("Inter-UI-Italic.woff2") format("woff2"),
     13        url("Inter-UI-Italic.woff") format("woff");
     14 }
     15 
     16 @font-face {
     17   font-family: 'Inter UI';
     18   font-style:  normal;
     19   font-weight: 500;
     20   src: url("Inter-UI-Medium.woff2") format("woff2"),
     21        url("Inter-UI-Medium.woff") format("woff");
     22 }
     23 @font-face {
     24   font-family: 'Inter UI';
     25   font-style:  italic;
     26   font-weight: 500;
     27   src: url("Inter-UI-MediumItalic.woff2") format("woff2"),
     28        url("Inter-UI-MediumItalic.woff") format("woff");
     29 }
     30 
     31 @font-face {
     32   font-family: 'Inter UI';
     33   font-style:  normal;
     34   font-weight: 700;
     35   src: url("Inter-UI-Bold.woff2") format("woff2"),
     36        url("Inter-UI-Bold.woff") format("woff");
     37 }
     38 @font-face {
     39   font-family: 'Inter UI';
     40   font-style:  italic;
     41   font-weight: 700;
     42   src: url("Inter-UI-BoldItalic.woff2") format("woff2"),
     43        url("Inter-UI-BoldItalic.woff") format("woff");
     44 }
     45 
     46 @font-face {
     47   font-family: 'Inter UI';
     48   font-style:  normal;
     49   font-weight: 900;
     50   src: url("Inter-UI-Black.woff2") format("woff2"),
     51        url("Inter-UI-Black.woff") format("woff");
     52 }
     53 @font-face {
     54   font-family: 'Inter UI';
     55   font-style:  italic;
     56   font-weight: 900;
     57   src: url("Inter-UI-BlackItalic.woff2") format("woff2"),
     58        url("Inter-UI-BlackItalic.woff") format("woff");
     59 }