github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/static/stylesheets/font.css (about)

     1  .main-container {
     2      margin-left: 0;
     3      margin-right: 0;
     4  }
     5  
     6  .tagline {
     7      font-size: 1.3rem;
     8  }
     9  
    10  .title {
    11      font-size: 2.5rem;
    12      font-weight: bold;
    13      opacity: 0;
    14      transition: 3s
    15  }
    16  
    17  .testimonial {
    18      font-size: 1rem;
    19  }
    20  
    21  .testimonial-byline {
    22      text-align: center !important;
    23  }
    24  
    25  .skaffold-font {
    26      font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    27  }
    28  
    29  .td-search-input{
    30      font-family: FontAwesome, "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    31          Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    32  }
    33  
    34  .banner-title {
    35      font-size: 1.3rem;
    36  }