github.com/mithrandie/csvq@v1.18.1/docs/_sass/components/_roboto.scss (about)

     1  @font-face {
     2      font-family: "Roboto";
     3      src: local(Roboto Thin),
     4          url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
     5          url("#{$roboto-font-path}Roboto-Thin.woff") format("woff");
     6  
     7      font-weight: 100;
     8  }
     9  @font-face {
    10      font-family: "Roboto";
    11      src: local(Roboto Light),
    12          url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
    13          url("#{$roboto-font-path}Roboto-Light.woff") format("woff");
    14      font-weight: 300;
    15  }
    16  
    17  @font-face {
    18      font-family: "Roboto";
    19      src: local(Roboto Regular), 
    20          url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
    21          url("#{$roboto-font-path}Roboto-Regular.woff") format("woff");
    22      font-weight: 400;
    23  }
    24  
    25  @font-face {
    26      font-family: "Roboto";
    27      src: local(Roboto Medium),
    28          url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
    29          url("#{$roboto-font-path}Roboto-Medium.woff") format("woff");
    30      font-weight: 500;
    31  }
    32  
    33  @font-face {
    34      font-family: "Roboto";
    35      src: local(Roboto Bold),
    36          url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
    37          url("#{$roboto-font-path}Roboto-Bold.woff") format("woff");
    38      font-weight: 700;
    39  }