github.com/cosmos/cosmos-sdk@v0.50.10/docs/src/css/fonts.css (about)

     1  /*
     2  
     3     FONT FAMILY GROUPS
     4  
     5  */
     6  
     7  /*
     8    Copied from https://github.com/ignite/cli/blob/develop/docs/src/css/fonts.css
     9  */
    10  
    11  /* Inter */
    12  @font-face {
    13    font-family: "Inter";
    14    font-style: normal;
    15    font-weight: 400;
    16    font-display: swap;
    17    src: url("~/static/fonts/inter/Inter-Regular.woff2?v=3.19") format("woff2"),
    18      url("~/static/fonts/inter/Inter-Regular.woff?v=3.19") format("woff");
    19  }
    20  
    21  @font-face {
    22    font-family: "Inter";
    23    font-style: normal;
    24    font-weight: 500;
    25    font-display: swap;
    26    src: url("~/static/fonts/inter/Inter-Medium.woff2?v=3.19") format("woff2"),
    27      url("~/static/fonts/inter/Inter-Medium.woff?v=3.19") format("woff");
    28  }
    29  
    30  @font-face {
    31    font-family: "Inter";
    32    font-style: normal;
    33    font-weight: 700;
    34    font-display: swap;
    35    src: url("~/static/fonts/inter/Inter-Bold.woff2?v=3.19") format("woff2"),
    36      url("~/static/fonts/inter/Inter-Bold.woff?v=3.19") format("woff");
    37  }
    38  
    39  @font-face {
    40    font-family: "Inter";
    41    font-style: normal;
    42    font-weight: 900;
    43    font-display: swap;
    44    src: url("~/static/fonts/inter/Inter-Black.woff2?v=3.19") format("woff2"),
    45      url("~/static/fonts/inter/Inter-Black.woff?v=3.19") format("woff");
    46  }
    47  
    48  /* Inter var */
    49  @font-face {
    50    font-family: "Inter var";
    51    font-weight: 100 900;
    52    font-display: swap;
    53    font-style: oblique 0deg 10deg;
    54    src: url("~/static/fonts/intervar/Inter.var.woff2?v=3.19") format("woff2");
    55  }
    56  
    57  /* JetBrains Mono */
    58  @font-face {
    59    font-family: "JetBrains Mono";
    60    font-weight: normal;
    61    font-style: normal;
    62    src: url("~/static/fonts/jetbrainsmono/JetBrainsMono-Regular.woff2")
    63      format("woff2");
    64  }