Skip to content

Commit

Permalink
woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Oct 4, 2023
1 parent 4ad2c70 commit 859e5f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions supplemental_ui/css/webfonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,17 @@
@font-face{
font-family: 'Poppins-Regular';
src: url('Poppins-Regular.ttf') format('truetype');
font-display: swap;
}

@font-face{
font-family: 'Poppins-SemiBold';
src: url('Poppins-SemiBold.ttf') format('truetype');
font-display: swap;
}

@font-face{
font-family: 'Poppins-Bold';
src: url('Poppins-Bold.ttf') format('truetype');
font-display: swap;
}
12 changes: 1 addition & 11 deletions supplemental_ui/partials/head-meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
.show {
display: block;
}
/**/
/*
@font-face {
font-family: 'Inter-Regular';
src: url("{{uiRootPath}}/webfonts/Inter/Inter-Regular.ttf") format('truetype');
}
@font-face {
font-family: 'Inter-SemiBold';
src: url("{{uiRootPath}}/webfonts/Inter/Inter-SemiBold.ttf") format('truetype');
}
*/
body {
transition: all .25s ease-in-out 0s;
overflow-x: hidden;
Expand Down
Binary file not shown.

0 comments on commit 859e5f2

Please sign in to comment.