Oliver_H Posted April 20, 2021 Share Posted April 20, 2021 Site URL: http://dram.app Hi, I'm using some custom typefaces in a couple of forms. My site is based off the Passero template.http://dram.app The password is iloveBeer22! The preview of mobile on web browser shows the fonts as they should be however when I check on my mobile device are not correct as seen in the image below: They should look like this: Any ideas? This is the CSS i'm currently using: .form-wrapper { background:#efefef; padding:25px; border-style:solid; border-width:1px; border-color:#9b9b9b; } .form-wrapper .field-list .title { color: #0f1c0b; font-family: karla-bold !important; text-align: left; text-transform: sentencecase; font-weight: 200; font-size: 16pt; letter-spacing: .02em !important; } .form-wrapper .field-list .field .field-element { border-style:solid; border-width:1px; border-color:#9b9b9b; border-radius: 0px; background: #ffffff; } .form-wrapper .field-list .field .caption { color: #9b9b9b; font-family: karla-light; text-align: left; text-transform: uppercase; font-weight: 300; font-size: 10pt; letter-spacing: .0.5em !important; } THANKING YOU!!!! Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Hi. karla-light is custom font or Squarespace font? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Oliver_H Posted April 23, 2021 Author Share Posted April 23, 2021 Hi! Any ideas on this one? Link to comment
tuanphan Posted April 23, 2021 Share Posted April 23, 2021 On 4/22/2021 at 4:35 AM, Oliver_H said: custom font Have you declared font-face for custom font yet? @font-face { font-family: karla-light; src: url(upload font and paste font file url here); } .form-block * { font-family: karla-light !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.