7 lines
225 B
CSS
7 lines
225 B
CSS
|
@font-face {
|
||
|
font-family: 'Covered By Your Grace';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Covered By Your Grace'), local('CoveredByYourGrace'), url(../fonts/covered_by_your_grace.ttf) format('truetype');
|
||
|
}
|