fonts

Big Cartel - Product Page Font Type

回眸只為那壹抹淺笑 提交于 2019-12-25 06:21:31
问题 Here is a link to the site...http://johnathonpowers.bigcartel.com/. Trying to change the font type/face/style for the product pages. So I tried what seems like everything. In my CSS area of big cartel, I went through and found every mention of font for "product", "products", "product page", etc and changed the font size on all of them. I changed the size in order to quickly see what exactly they were affecting. Only the product titles and prices could I pinpoint the code for. Many of them

@font-face not working in Firefox or IE - how can i figure out why?

风格不统一 提交于 2019-12-25 05:52:44
问题 I am going nuts. @font-face won't work in IE or FireFox when I test on my client's server. My code is legit - it works just fine if I upload it to my own server, across all browsers. But no luck where I truly need it to work. I've tried re-ordering the CSS, and confirmed the fonts are indeed uploaded to the server. I have read the info on the following links: http://sixrevisions.com/css/font-face-web-fonts-issues/ http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/ Based on

@font-face not working in Firefox or IE - how can i figure out why?

*爱你&永不变心* 提交于 2019-12-25 05:52:21
问题 I am going nuts. @font-face won't work in IE or FireFox when I test on my client's server. My code is legit - it works just fine if I upload it to my own server, across all browsers. But no luck where I truly need it to work. I've tried re-ordering the CSS, and confirmed the fonts are indeed uploaded to the server. I have read the info on the following links: http://sixrevisions.com/css/font-face-web-fonts-issues/ http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/ Based on

Django: Can't load cyrillic font in font-face

冷暖自知 提交于 2019-12-25 05:27:19
问题 I'm using django-easy-pdf to create pdf reports. So, I need my font to be cyrillic . In my template I write: @font-face { font-family: Arimo-Regular; src: url('{% static 'static/themes/font/Arimo-Regular.ttf' %}'); } html { font-family: Arimo-Regular, Arial, 'sans-serif'; color: #333333; } But all the time, the font is sans-serif . I found some cyrillic font: Arimo-Regular , but it's not working. Maybe this font is not supported by browser? I've tried several cyrylic fonts, but it remains

embedded font flash.text.engine

拥有回忆 提交于 2019-12-25 05:19:06
问题 I've completely run out of ideas on this. It follows, and is part of my previous question: embedding a font in a swf using as3 I just don't seem to be able to get the flash.text.engine to use my embedded font. NB the font has to be loaded into the application (as embedded in swf) after the user has chosen the two languages (for translation to and from). There seems to be a little info implying that it is now necessary to use the fontswf application which is in the sdk. I have tried this and

Adjusting Font Size to Fit, Paint.measureText returns too small a value

守給你的承諾、 提交于 2019-12-25 04:45:12
问题 I'm using the FontFitTextView that was posted in this other thread, but it isn't working exactly right for me. The measureText() call is returning a number that is obviously too small to display the string. When it runs through to find a font size that will allow the text to fit, the font size it settles on is still too big. I feel like there is some other kind of padding or margin or some other invisible that is contributing the math that makes up the width which is causing the discrepancy.

delete all cells of a certain color

醉酒当歌 提交于 2019-12-25 04:13:52
问题 This seems relatively simple and as I understand, it is possible. But I can't seem to figure it out or find exactly what I am looking for on the internet. I have some excel data in column A and some of the data is blue (0,0,255), some is red (255,255,255), some is green (0, 140, 0). I want to delete all blue data. I was told that: Sub test2() Range("A2").DisplayFormat.Font.Color End Sub Would give me the colors... but when I run that it says invalid use of the property and highlights .color

Font not kerning in iOS

心不动则不痛 提交于 2019-12-25 04:10:30
问题 I've created a custom font using FontForge for use in my iOS app. When I use the font in my app, kerning is not being applied. There is a known bug that kerning is not being applied for UITextView. I'm using this in a UILabel and UITextField, so that's not the issue. I'm targeting iOS 5.0. I'm able to view the font in Font Book and Pages and see that kerning is working. However, kerning doesn't work in Word for Mac. I have enabled kerning in Word, but it does not work there. I'm not concerned

my captcha image not showing on my page when the captcha.php is called

谁都会走 提交于 2019-12-25 03:56:24
问题 i am trying to create my own captcha on my page for log in but this php code won't display my captcha image on my web page. so any suggetion will be good. this is my captcha.php <?php session_start(); // generate random number and store in session $randomnr = rand(1000, 9999); $_SESSION['randomnr2'] = md5($randomnr); //generate image $im = imagecreatetruecolor(100, 38); //colors: $white = imagecolorallocate($im, 255, 255, 255); $grey = imagecolorallocate($im, 128, 128, 128); $black =

font face not workibg for IE8 ?? getting @font-face encountered unknown error. ?

时间秒杀一切 提交于 2019-12-25 03:04:13
问题 I am using font face to include a customised font named razing . The font is not working in IE8 but works well on IE9+ and other browsers. I checked the console in IE8 browser and i found " @font-face encountered unknown error. " I tried using svg and fixes like ?#iefix but it ain't working. Please can u provide a healthy solution to overcome this, Thanks !! <style> @font-face { font-family: Razing; src: url(Fonts/Razing/razing.eot); src: url(Fonts/Razing/razing.eot?#iefix) , url(Fonts/Razing