/* 定义Roboto字体 */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico'),
       url('../webfonts/pacifico-v22-latin-regular.woff2') format('woff2'),
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 700;
  src: local('Pacifico Bold'),
       url('../webfonts/pacifico-v22-latin-regular.woff2') format('woff2'),
}