Skip to content

Instantly share code, notes, and snippets.

@helinsv
Last active July 31, 2019 10:07
Show Gist options
  • Select an option

  • Save helinsv/95306679b97be12fdc32531dec28c35b to your computer and use it in GitHub Desktop.

Select an option

Save helinsv/95306679b97be12fdc32531dec28c35b to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Ford Antenna';
src: local('Ford Antenna'), local('Open Sans'), local('OpenSans'),
url('https://www.ford.co.uk/etc/designs/guxfoe/fonts/ford/fordantenna-light-webfont.eot') format("embedded-opentype"),
url('https://www.ford.co.uk/etc/designs/guxfoe/fonts/ford/fordantenna-light-webfont.woff') format("woff"),
url('https://fonts.gstatic.com/l/font?kit=EYqxma1dzb1S-PtSF7mKXzluU5Ol3jokJ_XF&skey=de3022c92a2796eb&v=v1') format('woff2'),
url('https://www.ford.co.uk/etc/designs/guxfoe/fonts/ford/fordantenna-light-webfont.ttf') format("truetype"),
url('https://www.ford.co.uk/etc/designs/guxfoe/fonts/ford/fordantenna-light-webfont.svg') format("svg");
font-weight: normal;
font-style: 300;
}
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!-- Personal Web Font / @font-face : BEGIN -->
<style type="text/css">
@media screen {
@font-face {
font-family: 'displaybold';
src: url('https://test/display_bd.eot'),
url('https://test/display_bd.eot?#iefix') format('eot'),
url('https://test/display_bd.woff2') format('woff'),
url('https://test/display_bd.ttf') format('truetype'),
url('https://test/display_bd.svg') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'displayregular';
src: url('https://test/display_rg.eot'),
url('https://test/display_rg.eot?#iefix') format('eot'),
url('https://test/display_rg.woff2') format('woff'),
url('https://test/display_rg.ttf') format('truetype'),
url('https://test/display_rg.svg') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'opensans';
src: url('https://test/OpenSans-Regular.eot'),
url('https://test/OpenSans-Regular.eot?#iefix') format('eot'),
url('https://test/OpenSans-Regular.woff') format('woff'),
url('https://test/OpenSans-Regular.ttf') format('truetype'),
url('https://test/opensans/OpenSans-Regular.svg') format('svg');
font-weight: normal;
}
}
</style>
<!--[if mso]>
<style type="text/css">
* {
font-family: 'displaybold', Arial, Helvetica, sans-serif !important;
}
</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment