Skip to content

Instantly share code, notes, and snippets.

@mfd
Last active June 30, 2023 10:31
Show Gist options
  • Save mfd/b366b05d1265ec42b852b7b2777d6711 to your computer and use it in GitHub Desktop.
Save mfd/b366b05d1265ec42b852b7b2777d6711 to your computer and use it in GitHub Desktop.
Muller font
https://cdn.rawgit.com/mfd/b366b05d1265ec42b852b7b2777d6711/raw/04f2ac0f5dcf790c097148cbe2887e798be9cb28/Muller.css

<link rel="https://cdn.rawgit.com/mfd/b366b05d1265ec42b852b7b2777d6711/raw/04f2ac0f5dcf790c097148cbe2887e798be9cb28/Muller.css">

@font-face {
font-weight: 400;
font-family: "Muller";
font-style: normal;
src: url(2DF5B4_F_0.woff2) format("woff2"),url(2DF5B4_F_0.woff) format("woff")
}
@font-face {
font-weight: 400;
font-family: "Muller";
font-style: italic;
src: url(latoitalic.woff2) format("woff2"),url(latoitalic.woff) format("woff")
}
@font-face {
font-weight: 500;
font-family: "Muller";
font-style: normal;
src: url(2DF5B4_D_0.woff2) format("woff2"),url(2DF5B4_D_0.woff) format("woff")
}
@font-face {
font-weight: 500;
font-family: "Muller";
font-style: italic;
src: url(latomediumitalic.woff2) format("woff2"),url(latomediumitalic.woff) format("woff")
}
@font-face {
font-weight: 700;
font-family: "Muller";
font-style: normal;
src: url(2DF5B4_2_0.woff2) format("woff2"),url(2DF5B4_2_0.woff) format("woff")
}
@font-face {
font-weight: 700;
font-family: "Muller";
font-style: italic;
src: url(latoheavyitalic.woff2) format("woff2"),url(latoheavyitalic.woff) format("woff")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment