6 lines
172 B
SCSS
6 lines
172 B
SCSS
@font-face {
|
|
font-weight: $font-weight-regular;
|
|
font-style: normal;
|
|
font-family: 'Ubuntu';
|
|
src: url('#{$directory-fonts}/ubuntu/Ubuntu-Light.ttf') format('truetype');
|
|
} |