Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Created August 16, 2018 11:45
Show Gist options
  • Save muzafferkoluman/96f864030137426c592ec0668fda3148 to your computer and use it in GitHub Desktop.
Save muzafferkoluman/96f864030137426c592ec0668fda3148 to your computer and use it in GitHub Desktop.
galaxie polaris font kalıbı
@font-face {
font-family: "GalaxiePolaris-Bold";
src: url("../fonts/GalaxiePolaris-Bold.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Bold.woff") format("woff"), url("../fonts/GalaxiePolaris-Bold.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-Book";
src: url("../fonts/GalaxiePolaris-Book.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Book.woff") format("woff"), url("../fonts/GalaxiePolaris-Book.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-BookItalic";
src: url("../fonts/GalaxiePolaris-BookItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-BookItalic.woff") format("woff"), url("../fonts/GalaxiePolaris-BookItalic.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-Light";
src: url("../fonts/GalaxiePolaris-Light.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Light.woff") format("woff"), url("../fonts/GalaxiePolaris-Light.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-LightItalic";
src: url("../fonts/GalaxiePolaris-LightItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-LightItalic.woff") format("woff"), url("../fonts/GalaxiePolaris-LightItalic.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-Medium";
src: url("../fonts/GalaxiePolaris-Medium.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Medium.woff") format("woff"), url("../fonts/GalaxiePolaris-Medium.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-MediumItalic";
src: url("../fonts/GalaxiePolaris-MediumItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-MediumItalic.woff") format("woff"), url("../fonts/GalaxiePolaris-MediumItalic.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-Heavy";
src: url("../fonts/GalaxiePolaris-Heavy.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Heavy.woff") format("woff"), url("../fonts/GalaxiePolaris-Heavy.otf") format("opentype");
}
@font-face {
font-family: "GalaxiePolaris-HeavyItalic";
src: url("../fonts/GalaxiePolaris-HeavyItalic.woff2") format("woff2"), url("../fonts/GalaxiePolaris-HeavyItalic.woff") format("woff"), url("../fonts/GalaxiePolaris-HeavyItalic.otf") format("opentype");
}
.fontGPHeavy{font-family: "GalaxiePolaris-Heavy";}
.fontGPBold{font-family: "GalaxiePolaris-Bold";}
.fontGPMedium{font-family: "GalaxiePolaris-Medium";}
.fontGPBook{font-family: "GalaxiePolaris-Book";}
.fontGPBookItalic{font-family: "GalaxiePolaris-BookItalic";}
.fontGPLight{font-family: "GalaxiePolaris-Light";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment