/* For headings or emphasis (semi-bold, still rounded) */ .easyjet-rounded-book strong, .easyjet-rounded-book b { font-weight: 600; }
Here’s a clean piece of CSS that defines an using a soft, rounded sans‑serif family with fallbacks for a friendly, readable look:
/* Optional: smoother rendering */ .easyjet-rounded-book { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
If you need (no CSS), use: “Nunito”, “Varela Round”, “Comfortaa”, “Quicksand”, “Segoe UI”, “Arial Rounded”, “Helvetica Neue”, sans-serif (weight: 400 / book, letter-spacing: slightly open) This matches the approachable, rounded, medium-contrast style EasyJet uses in its branding and inflight materials.
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap'); /* EasyJet-inspired rounded book font stack / .easyjet-rounded-book { font-family: 'Nunito', 'Varela Round', 'Comfortaa', 'Quicksand', 'Segoe UI', 'Helvetica Neue', 'Arial Rounded', 'Apple SD Gothic Neo', sans-serif; font-weight: 400; / book/regular weight / font-style: normal; font-size: 16px; line-height: 1.5; letter-spacing: 0.02em; font-feature-settings: 'ss02' on; / optional: enable friendly alternates */ }
Get access to your Orders, Coupons, and Wishlist.
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.