github.com/bosssauce/ponzu@v0.11.1-0.20200102001432-9bc41b703131/system/admin/static/editor/sass/components/_roboto.scss (about)

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