42 lines
1005 B
CSS
42 lines
1005 B
CSS
/* jura-bold */
|
|
@font-face {
|
|
font-family: Jura;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-stretch: 100%;
|
|
src: local("Jura Bold"), local("Jura-Bold"), url(jura-bold.woff2) format("woff2");
|
|
}
|
|
/* jura-semibold */
|
|
@font-face {
|
|
font-family: Jura;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-stretch: 100%;
|
|
src: local("Jura SemiBold"), local("Jura-SemiBold"), url(jura-semibold.woff2) format("woff2");
|
|
}
|
|
/* jura-medium */
|
|
@font-face {
|
|
font-family: Jura;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-stretch: 100%;
|
|
src: local("Jura Medium"), local("Jura-Medium"), url(jura-medium.woff2) format("woff2");
|
|
}
|
|
/* jura */
|
|
@font-face {
|
|
font-family: Jura;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-stretch: 100%;
|
|
src: local("Jura Regular"), local("Jura-Regular"), url(jura.woff2) format("woff2");
|
|
}
|
|
/* jura-light */
|
|
@font-face {
|
|
font-family: Jura;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-stretch: 100%;
|
|
src: local("Jura Light"), local("Jura-Light"), url(jura-light.woff2) format("woff2");
|
|
}
|
|
|