7 lines
179 B
CSS
7 lines
179 B
CSS
|
@font-face {
|
||
|
font-family: 'Rock Salt';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Rock Salt'), local('RockSalt'), url(../fonts/rock_salt.ttf) format('truetype');
|
||
|
}
|