17 lines
415 B
CSS
17 lines
415 B
CSS
@font-face {
|
|
font-family: 'Glegoo';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
src: url('/fonts/Glegoo-regular/Glegoo-Regular.ttf') format('truetype'),
|
|
local('Glegoo'),
|
|
local('Glegoo-Bold');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Glegoo';
|
|
font-weight: 700;
|
|
font-style: bold;
|
|
src: url('/fonts/Glegoo-regular/Glegoo-Bold.ttf') format('truetype'),
|
|
local('Glegoo'),
|
|
local('Glegoo-Bold');
|
|
} |