Skip to content

Instantly share code, notes, and snippets.

@zaourzag
Created February 27, 2021 16:17
Show Gist options
  • Save zaourzag/51fefba5fd4babc8b2f00cd8ea37f5b0 to your computer and use it in GitHub Desktop.
Save zaourzag/51fefba5fd4babc8b2f00cd8ea37f5b0 to your computer and use it in GitHub Desktop.
/*
www.OnlineWebFonts.Com
You must credit the author Copy this link on your web
<div>Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
OR
<a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@font-face {font-family: "Bookman Old Style";
src: url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.eot"); /* IE9*/
src: url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.woff2") format("woff2"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.woff") format("woff"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("http://db.onlinewebfonts.com/t/e2db7ed260726a741a6d2f6907b773d1.svg#Bookman Old Style") format("svg"); /* iOS 4.1- */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment