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

VOTE-2518: Excluded navajo font from language selection #925

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
.usa-language__submenu-item {
@include u-padding(1);
@include u-border(0);

* {
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{%- if item.link -%}
{# Replace default title with combo of endonym and english versions #}
{% set link_title %}
<strong lang="{{ key }}" class="nonvfont">{{ item.link['#title'] }}</strong> <span lang="en">{{ item.link['#english'] }}</span>
<strong lang="{{ key }}" class="nonvfont">{{ item.link['#title'] }}</strong> <span class="nonvfont" lang="en">{{ item.link['#english'] }}</span>
{% endset %}
{# Add class to exclude navajo font from link render #}
{% set link_options = item.link['#options'] | merge({
Expand Down