17 lines
397 B
CSS
17 lines
397 B
CSS
|
@media screen {
|
||
|
@font-face {
|
||
|
font-family: 'Ubuntu';
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
src: local('Ubuntu'), url('/css/Ubuntu-Regular.ttf') format('ttf');
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen {
|
||
|
@font-face {
|
||
|
font-family: 'Ubuntu';
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('/css/Ubuntu-Medium.ttf') format('ttf');
|
||
|
}
|
||
|
}
|