Skip to content

Instantly share code, notes, and snippets.

@omar2205
Forked from mfd/06.png
Last active November 2, 2020 03:27
Show Gist options
  • Select an option

  • Save omar2205/17cebdaa2ea5bfe5877462c2d526a812 to your computer and use it in GitHub Desktop.

Select an option

Save omar2205/17cebdaa2ea5bfe5877462c2d526a812 to your computer and use it in GitHub Desktop.
Gilroy font
This file has been truncated, but you can view the full file.
@font-face {
font-family: 'Gilroy';
src: url('Gilroy-Extrabold.eot');
src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
url('Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
url('Gilroy-Extrabold.woff') format('woff'),
url('Gilroy-Extrabold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Gilroy';
src: url('Gilroy-UltraLightItalic.eot');
src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
url('Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
url('Gilroy-UltraLightItalic.woff') format('woff'),
url('Gilroy-UltraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Gilroy';
src: url('Gilroy-BoldItalic.eot');
View raw

(Sorry about that, but we can’t show files that are this big right now.)

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