Removes references to old font
This commit is contained in:
parent
87ffff5097
commit
b223515b8a
3 changed files with 0 additions and 16 deletions
|
@ -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');
|
||||
`
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue