Skip to content

Instantly share code, notes, and snippets.

@nyanpasu64
Created January 9, 2018 04:08
Show Gist options
  • Select an option

  • Save nyanpasu64/744b2fbddf1719a92993633450866144 to your computer and use it in GitHub Desktop.

Select an option

Save nyanpasu64/744b2fbddf1719a92993633450866144 to your computer and use it in GitHub Desktop.
Open Sans -> Droid Sans
@font-face {
font-style: normal;
font-weight: 400;
font-family: "Open Sans";
src: local("Droid Sans")
}
@font-face {
font-style: normal;
font-weight: 700;
font-family: "Open Sans";
src: local("Droid Sans Bold")
}
@font-face {
font-style: italic;
font-weight: 400;
font-family: "Open Sans";
src: local("Droid Sans Italic")
}
@font-face {
font-style: italic;
font-weight: 700;
font-family: "Open Sans";
src: local("Droid Sans Bold Italic")
}
@font-face {
font-style: normal;
font-weight: 400;
font-family: "OpenSans";
src: local("Droid Sans")
}
@font-face {
font-style: normal;
font-weight: 700;
font-family: "OpenSans";
src: local("Droid Sans Bold")
}
@font-face {
font-style: italic;
font-weight: 400;
font-family: "OpenSans";
src: local("Droid Sans Italic")
}
@font-face {
font-style: italic;
font-weight: 700;
font-family: "OpenSans";
src: local("Droid Sans Bold Italic")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment