Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core Branding] Font Fixes (Web / Mobile) #13415

Merged
merged 10 commits into from
Dec 16, 2022
12 changes: 6 additions & 6 deletions assets/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
}

@font-face {
font-family: ExpensifyNeue-Bold;
font-family: ExpensifyNeue-Regular;
font-weight: 700;
font-style: normal;
src: url('/fonts/ExpensifyNeue-Bold.woff2') format('woff2'), url('/fonts/ExpensifyNeue-Bold.woff') format('woff');
}

@font-face {
font-family: ExpensifyNeue-Italic;
font-family: ExpensifyNeue-Regular;
font-weight: 400;
font-style: normal;
font-style: italic;
src: url('/fonts/ExpensifyNeue-Italic.woff2') format('woff2'), url('/fonts/ExpensifyNeue-Italic.woff') format('woff');
}

@font-face {
font-family: ExpensifyNeue-BoldItalic;
font-family: ExpensifyNeue-Regular;
font-weight: 700;
font-style: normal;
font-style: italic;
src: url('/fonts/ExpensifyNeue-BoldItalic.woff2') format('woff2'), url('/fonts/ExpensifyNeue-BoldItalic.woff') format('woff');
}

Expand All @@ -34,7 +34,7 @@
}

@font-face {
font-family: ExpensifyMono-Bold;
font-family: ExpensifyMono-Regular;
grgia marked this conversation as resolved.
Show resolved Hide resolved
font-weight: 700;
font-style: normal;
src: url('/fonts/ExpensifyMono-Bold.woff2') format('woff2'), url('/fonts/ExpensifyMono-Bold.woff') format('woff');
Expand Down