forked from yevi.org/Ghost_Ruby_Theme
56 lines
1.8 KiB
CSS
56 lines
1.8 KiB
CSS
|
@font-face {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local(""), url("../fonts/open-sans-v28-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v28-latin-regular.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local(""), url("../fonts/open-sans-v28-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v28-latin-700.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: local(""), url("../fonts/open-sans-v28-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v28-latin-italic.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
src: local(""), url("../fonts/open-sans-v28-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v28-latin-700italic.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Lora;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local(""), url("../fonts/lora-v23-latin-regular.woff2") format("woff2"), url("../fonts/lora-v23-latin-regular.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Lora;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local(""), url("../fonts/lora-v23-latin-700.woff2") format("woff2"), url("../fonts/lora-v23-latin-700.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Lora;
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: local(""), url("../fonts/lora-v23-latin-italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-italic.woff") format("woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Lora;
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
src: local(""), url("../fonts/lora-v23-latin-700italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-700italic.woff") format("woff");
|
||
|
}
|