14 lines
327 B
SCSS
14 lines
327 B
SCSS
|
/*//////////////////////////////////////////////////////////////////
|
||
|
[ FONT ]*/
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Ubuntu-Regular;
|
||
|
font-display: swap;
|
||
|
src: url('../fonts/ubuntu/Ubuntu-Regular.ttf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Ubuntu-Bold;
|
||
|
font-display: swap;
|
||
|
src: url('../fonts/ubuntu/Ubuntu-Bold.ttf');
|
||
|
}
|