This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/scss/utilities/fonts.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');
}