Embed AndadaPro font
This commit is contained in:
parent
713bb66483
commit
4a6875ca3d
3 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*Site Wide Components*/
|
||||
@import "variables.css";
|
||||
@import "fonts.css";
|
||||
@import "utilities.css";
|
||||
@import "typography.css";
|
||||
@import "header.css";
|
||||
|
|
6
sass/fonts.scss
Normal file
6
sass/fonts.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'Andada Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('fonts/AndadaPro-Regular.woff2') format('woff2');
|
||||
}
|
BIN
static/fonts/AndadaPro-Regular.woff2
Normal file
BIN
static/fonts/AndadaPro-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue