- Tue Jul 10, 2018 11:07 pm
#815109
Where in a process maker install should you put fonts you want to call from your skin's css file? and what should the url be for the location within the css file?
Moderator: ArturoRobles
@font-face {
font-family: "myfont";
src: url('../fonts/myfont-Bold.ttf') format('truetype'),
url('../fonts/myfont-Italics.ttf') format('truetype'),
url('../fonts/myfont-Regular.ttf') format('truetype');
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
background: transparent;
text-decoration: none;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
text-shadow: none;
float: none;
position: static;
width: auto;
height: auto;
white-space: nowrap;
cursor: inherit;
-webkit-tap-highlight-color: transparent;
line-height: normal;
font-weight: normal;
text-align: left;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
direction: ltr;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
font-family: Verdana,Geneva,sans-serif;
font-size: 11px;
}
Hi, Very good Please describe your working method […]
Hi Instead of using a drop down in the form and pl[…]