1
0
Fork 0
Manager/scss/ubuntu.scss

14 lines
327 B
SCSS
Raw Permalink Normal View History

2023-09-06 14:00:33 +00:00
/*//////////////////////////////////////////////////////////////////
[ 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');
}