Removes references to old font

This commit is contained in:
Steve Ruiz 2021-09-04 11:33:48 +01:00
parent 87ffff5097
commit b223515b8a
3 changed files with 0 additions and 16 deletions

View file

@ -1,14 +1,5 @@
import { useStyle, css } from '~hooks/useStyle'
// const customFonts = css`
// @font-face {
// font-family: 'Verveine Regular';
// font-style: normal;
// font-weight: normal;
// src: local('Verveine Regular'), url('/VerveineRegular.woff') format('woff');
// }
// `
const customFonts = css`
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
`

View file

@ -31,13 +31,6 @@
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Verveine Regular';
font-style: normal;
font-weight: normal;
src: local('Verveine Regular'), url('/VerveineRegular.woff') format('woff');
}
* {
box-sizing: border-box;
}