github.com/argoproj/argo-cd/v3@v3.2.1/ui/src/assets/fonts.css (about)

     1  @font-face {
     2  	font-family: "codicon";
     3  	src: url("./fonts/codicon.ttf") format("truetype");
     4  }
     5  
     6  /* === Heebo - 300 */
     7  @font-face {
     8  	font-family: 'Heebo';
     9  	font-style: normal;
    10  	font-weight: 300;
    11  	font-display: swap;
    12  	src: url("./fonts/google-fonts/Heebo-Light.eot");
    13  	src: local('Heebo'),
    14  		url("./fonts/google-fonts/Heebo-Light.eot") format("embedded-opentype"),
    15  		url("./fonts/google-fonts/Heebo-Light.woff2") format("woff2"),
    16  		url("./fonts/google-fonts/Heebo-Light.woff") format("woff"),
    17  		url("./fonts/google-fonts/Heebo-Light.ttf") format("truetype"),
    18  		url("./fonts/google-fonts/Heebo-Light.svg") format("svg");
    19  }
    20  
    21  /* === Heebo - regular */
    22  @font-face {
    23  	font-family: 'Heebo';
    24  	font-style: normal;
    25  	font-weight: 400;
    26  	font-display: swap;
    27  	src: url("./fonts/google-fonts/Heebo-Regular.eot");
    28  	src: local('Heebo'),
    29  		url("./fonts/google-fonts/Heebo-Regular.eot") format("embedded-opentype"),
    30  		url("./fonts/google-fonts/Heebo-Regular.woff2") format("woff2"),
    31  		url("./fonts/google-fonts/Heebo-Regular.woff") format("woff"),
    32  		url("./fonts/google-fonts/Heebo-Regular.ttf") format("truetype"),
    33  		url("./fonts/google-fonts/Heebo-Regular.svg") format("svg");
    34  }
    35  
    36  /* === Heebo - 500 */
    37  @font-face {
    38  	font-family: 'Heebo';
    39  	font-style: normal;
    40  	font-weight: 500;
    41  	font-display: swap;
    42  	src: url("./fonts/google-fonts/Heebo-Medium.eot");
    43  	src: local('Heebo'),
    44  		url("./fonts/google-fonts/Heebo-Medium.eot") format("embedded-opentype"),
    45  		url("./fonts/google-fonts/Heebo-Medium.woff2") format("woff2"),
    46  		url("./fonts/google-fonts/Heebo-Medium.woff") format("woff"),
    47  		url("./fonts/google-fonts/Heebo-Medium.ttf") format("truetype"),
    48  		url("./fonts/google-fonts/Heebo-Medium.svg") format("svg");
    49  }
    50  
    51  /* === Heebo - 700 */
    52  @font-face {
    53  	font-family: 'Heebo';
    54  	font-style: normal;
    55  	font-weight: 700;
    56  	font-display: swap;
    57  	src: url("./fonts/google-fonts/Heebo-Bold.eot");
    58  	src: local('Heebo'),
    59  		url("./fonts/google-fonts/Heebo-Bold.eot") format("embedded-opentype"),
    60  		url("./fonts/google-fonts/Heebo-Bold.woff2") format("woff2"),
    61  		url("./fonts/google-fonts/Heebo-Bold.woff") format("woff"),
    62  		url("./fonts/google-fonts/Heebo-Bold.ttf") format("truetype"),
    63  		url("./fonts/google-fonts/Heebo-Bold.svg") format("svg");
    64  }