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

Frutiger font is being loaded #436

Open
idiosyn opened this issue Aug 19, 2021 · 0 comments
Open

Frutiger font is being loaded #436

idiosyn opened this issue Aug 19, 2021 · 0 comments
Assignees

Comments

@idiosyn
Copy link
Contributor

idiosyn commented Aug 19, 2021

The Frutiger font is being loaded from assets.nhs.uk.

nightingale-2-0/style.css

Lines 861 to 876 in d1887da

@font-face {
font-display: swap;
font-family: "Frutiger W01";
font-style: normal;
font-weight: 400;
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
font-display: swap;
font-family: "Frutiger W01";
font-style: normal;
font-weight: 600;
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}

@import 'node_modules/nhsuk-frontend/packages/nhsuk.scss';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants