Last active
April 4, 2024 02:28
-
-
Save w3teal/f7388000426cb2d369f5204e9fe62a29 to your computer and use it in GitHub Desktop.
Font face of FIFA World Cup 26.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Font face of FIFA World Cup 26. (Just support uppercase font.) | |
// From vancouverfwc26.ca's CSS. https://assets-global.website-files.com/64591cc8881aae932dfe7bc9/css/fifawc-x-vancouver.webflow.28c65bde4.css | |
@font-face { | |
font-family: 'Fwc2026 beta UltraCondensed'; | |
src: url('https://assets.website-files.com/64591cc8881aae932dfe7bc9/645923f876ac15598095c542_FWC2026-BETA-UltraCondensedBlack.ttf') format('truetype'); | |
font-weight: 900; | |
font-style: normal; | |
font-display: swap; | |
} | |
@font-face { | |
font-family: 'Fwc2026 beta Condensed'; | |
src: url('https://assets.website-files.com/64591cc8881aae932dfe7bc9/6459241f1b8dbb1c380ce91b_FWC2026-BETA-CondensedBold.ttf') format('truetype'); | |
font-weight: 700; | |
font-style: normal; | |
font-display: swap; | |
} | |
@font-face { | |
font-family: 'Fwc2026 beta Condensed'; | |
src: url('https://assets.website-files.com/64591cc8881aae932dfe7bc9/6459243fa302d87c562fb8e7_FWC2026-BETA-CondensedBlack.ttf') format('truetype'); | |
font-weight: 900; | |
font-style: normal; | |
font-display: swap; | |
} | |
@font-face { | |
font-family: 'Fwc2026 beta'; | |
src: url('https://assets.website-files.com/64591cc8881aae932dfe7bc9/645924714501f634d16691a1_FWC2026-BETA-NormalMedium.ttf') format('truetype'); | |
font-weight: 400; | |
font-style: normal; | |
font-display: swap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment