Skip to content

Instantly share code, notes, and snippets.

@acorkin
Created January 7, 2020 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acorkin/1be1f358dc3cc7b6ce7300f17a99e2a4 to your computer and use it in GitHub Desktop.
Save acorkin/1be1f358dc3cc7b6ce7300f17a99e2a4 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Sailec';
font-style: italic;
font-weight: bold;
src: url('http://srlinfotech.com/assets/fonts/Sailec-Bold-Italic.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec-Bold-Italic.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-style: normal;
font-weight: bold;
src: url('http://srlinfotech.com/assets/fonts/Sailec-Bold.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec-Bold.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-style: italic;
font-weight: 300;
src: url('http://srlinfotech.com/assets/fonts/Sailec-Light-Italic.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec-Light-Italic.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-style: normal;
font-weight: 300;
src: url('http://srlinfotech.com/assets/fonts/Sailec-Light.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec-Light.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-style: italic;
font-weight: normal;
src: url('http://srlinfotech.com/assets/fonts/Sailec-Regular-Italic.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec-Regular-Italic.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-style: normal;
font-weight: normal;
src: url('http://srlinfotech.com/assets/fonts/Sailec.woff2') format('woff2'),
url('http://srlinfotech.com/assets/fonts/Sailec.woff') format('woff');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment