7 lines
157 B
CSS
7 lines
157 B
CSS
|
@font-face {
|
||
|
font-family: 'Xolonium'
|
||
|
src: url('/fonts/Xolononiu-Regular.otf') format('opentype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|