6 lines
157 B
CSS
6 lines
157 B
CSS
@font-face {
|
|
font-family: 'Didact Gothic';
|
|
src: url('/font/DidactGothicMedium.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|