github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/mod/dashboard/app/coreos-web/sass/_path-config.scss (about)

     1  // Root path where you plan to host coreos-web.
     2  $coreosWebDistPath: '/mod/dashboard/static/coreos-web/';
     3  //                  ^^^^^^^^^^ Change this.
     4  $coreosWebFontPath: $coreosWebDistPath + 'fonts/';
     5  
     6  
     7  // Override fontawesome font paths.
     8  $fa-font-path: $coreosWebFontPath;
     9  
    10  // Override bootstrap font paths.
    11  $icon-font-path: $coreosWebFontPath;
    12  
    13  // CoreOS-web font path.
    14  $font-path: $coreosWebFontPath;
    15  // CoreOS-web image path.
    16  $img-path: $coreosWebDistPath + 'img';