make font work properly

This commit is contained in:
Dexter 2022-02-15 15:04:53 +00:00 committed by Dexter Edwards
parent 70879a3832
commit ecbb521191
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
import { render } from '@testing-library/react';
import { BrowserRouter } from 'react-router-dom';
import App from './App';
describe('App', () => {

View File

@ -12,5 +12,5 @@ $font-alpa-lyrae: AlphaLyrae, 'Helvetica neue', 'Helvetica', arial, sans-serif;
@font-face {
font-family: AlphaLyrae;
// src: url(./AlphaLyrae-Medium.woff);
src: url(./styles/AlphaLyrae-Medium.woff);
}