Commit compiled CSS
This commit is contained in:
parent
a9344defa4
commit
6490ebb17a
1 changed files with 9 additions and 9 deletions
18
web/themes/custom/geofresco/dist/css/global.css
vendored
18
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -207,26 +207,26 @@
|
||||||
cursor: not-allowed; }
|
cursor: not-allowed; }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Ocan';
|
||||||
src: url("../../fonts/texgyrepagella-regular-webfont.woff") format("woff");
|
src: url("../../fonts/OcanSansStd-Book.woff") format("woff");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Ocan';
|
||||||
src: url("../../fonts/texgyrepagella-bold-webfont.woff") format("woff");
|
src: url("../../fonts/OcanSansStd-Bold.woff") format("woff");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Ocan';
|
||||||
src: url("../../fonts/texgyrepagella-italic-webfont.woff") format("woff");
|
src: url("../../fonts/OcanSansStd-BookIta.woff") format("woff");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Ocan';
|
||||||
src: url("../../fonts/texgyrepagella-bolditalic-webfont.woff") format("woff");
|
src: url("../../fonts/OcanSansStd-BoldIta.woff") format("woff");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
|
@ -1239,7 +1239,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
||||||
.content h4,
|
.content h4,
|
||||||
.content h5,
|
.content h5,
|
||||||
.content h6 {
|
.content h6 {
|
||||||
font-family: "Pagella", "Palatino", "Bookman", "Bookman Old Style", "Garamond", "Georgia", "Times", "Times New Roman", serif; }
|
font-family: "Ocan", "Ubuntu", "Arial Narrow", "Helvetica", "Arial", "Lucida", sans-serif; }
|
||||||
|
|
||||||
.image.no-upscale img {
|
.image.no-upscale img {
|
||||||
width: intrinsic;
|
width: intrinsic;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue