/**
  * Get repository URL for this font
  * @param  Font $font Font
  * @return string URL
  */
 public function getFontRepoUrl($font)
 {
     return $this->baseRepoUrl . $font->getRepoName($font) . '.git';
 }