fix
This commit is contained in:
20
public/fonts/index.css
Normal file
20
public/fonts/index.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@font-face {
|
||||
font-family: 'KaiseiOpti-Regular';
|
||||
src: url('./KaiseiOpti-Regular.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'KaiseiOpti-Regular';
|
||||
src: url('./KaiseiOpti-Regular.ttf') format('truetype');
|
||||
font-style: medium;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'KaiseiOpti-Bold';
|
||||
src: url('./KaiseiOpti-Bold.ttf') format('truetype');
|
||||
font-style: bold;
|
||||
font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user