github.com/greenpau/go-authcrunch@v1.1.4/pkg/authn/ui/profile/fonts/fonts.css (about)

     1  /* Inter Fonts CSS */
     2  
     3  @font-face {
     4    font-display: swap;
     5    font-family: 'Inter';
     6    font-style: normal;
     7    font-weight: 100;
     8    src: url('Inter-Thin.ttf');
     9  }
    10  
    11  @font-face {
    12    font-display: swap;
    13    font-family: 'Inter';
    14    font-style: normal;
    15    font-weight: 200;
    16    src: url('Inter-ExtraLight.ttf');
    17  }
    18  
    19  @font-face {
    20    font-display: swap;
    21    font-family: 'Inter';
    22    font-style: normal;
    23    font-weight: 300;
    24    src: url('Inter-Light.ttf');
    25  }
    26  
    27  @font-face {
    28    font-display: swap;
    29    font-family: 'Inter';
    30    font-style: normal;
    31    font-weight: normal;
    32    src: url('Inter-Regular.ttf');
    33  }
    34  
    35  @font-face {
    36    font-display: swap;
    37    font-family: 'Inter';
    38    font-style: normal;
    39    font-weight: 500;
    40    src: url('Inter-Medium.ttf');
    41  }
    42  
    43  
    44  @font-face {
    45    font-display: swap;
    46    font-family: 'Inter';
    47    font-weight: 600;
    48    font-style: normal;
    49    src: url('Inter-SemiBold.ttf');
    50  }
    51  
    52  @font-face {
    53    font-display: swap;
    54    font-family: 'Inter';
    55    font-style: normal;
    56    font-weight: bold;
    57    src: url('Inter-Bold.ttf');
    58  }
    59  
    60  @font-face {
    61    font-display: swap;
    62    font-family: 'Inter';
    63    font-weight: 800;
    64    font-style: normal;
    65    src: url('Inter-ExtraBold.ttf');
    66  }
    67  
    68  @font-face {
    69    font-display: swap;
    70    font-family: 'Inter';
    71    font-style: normal;
    72    font-weight: 900;
    73    src: url('Inter-Black.ttf');
    74  }