font-face Questions
13
Solved
I've successfully changed the default font inside the editor using the documentation here but that leaves me with a problem. The original default font no longer works in the font drop down list.
O...
Pinery asked 29/7, 2013 at 12:31
5
Solved
I am using a custom-font. The font works perfectly on my Windows PC, but not on my Mac (Yosemite OSX). As you can see at the pictures the font is a bit higher on Mac than on Windows. Same on all br...
5
I am trying to add a custom font to my website. I have tried lots of things but didn't succeed. Here is my css code:
@font-face
{
font-family: myFirstFont;
src: url('ellis.ttf');
}
body
{
marg...
5
Solved
3
Solved
Is it possible to use an absolute path with @fontace? I have the follow directory-structure:
-HP
|--font
| |- Monoton.woff
| |- Monoton.eot
|--css
| |- font.css
| |- fontface.css
|--html
|-index....
10
Solved
I used this code:
@font-face {
font-family: 'DroidSansRegular';
src: url('droidsans-webfont.eot');
src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'),
url('droidsans-webfont....
Mainspring asked 20/1, 2012 at 14:9
6
Solved
I'm working on a project with a designer and he insisted on using some specific font for titles and various elements in the page. So we're using a font kit to embed with @font-face.
It's working p...
11
I'm not seeing this issue in any other browser that I've tested - IE, Chrome, Opera - but whenever I load a page from the server, I'm seeing a flash of unstyled content before the CSS is applied.
...
Carter asked 15/1, 2014 at 20:7
3
Solved
Today when I filled my calendar at google I saw that the description of the event is in bold font:
<input id=":g" name=":g" type="text" class="textinput" dir="ltr">
Is it possible to rende...
Lucent asked 16/3, 2011 at 9:50
9
Can I use "Arial Rounded MT Bold" with css ?
font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
Nothing Changed when I put :
font-family:Arial, Helvetica, sans-serif;
4
Solved
What tab in chrome inspector shows the font files you're loading via font-face? I can't find it under resources. I'm having an issue where one group of font-family files are loading, but another fo...
Beaudry asked 19/9, 2013 at 16:56
20
Solved
I want to create a close button using CSS only.
I'm sure I'm not the first to do this, so does anyone know which font has an 'x' the same width as height, so that it can be used cross-browser to l...
4
Solved
I have some old OS 9 fonts which contain the font data in the resource fork. When I try to link such a font in a @font-face and open up the HTML in a browser, the text still appears in the default ...
5
I've changed my fonts in the server, but the browser get the old version of the css file where fonts are writed, how to reset the cache?, i've tried to delete browser cache and delete the old file ...
3
Is there any way to get list of weights for particular font in JavaScript?
I want to build selector like in Photoshop.
Spirt asked 27/3, 2013 at 6:49
19
Solved
I noticed this info log began to appear in Google Chrome Dev (Version 55.0.2883.18 dev) and I can't imagine why.
Slow network is detected. Fallback font will be used while loading: http://font-p...
Detrital asked 19/10, 2016 at 23:26
6
Solved
I have to import the Klavika font and I've received it in multiple shapes and sizes:
Klavika-Bold-Italic.otf
Klavika-Bold.otf
Klavika-Light-Italic.otf
Klavika-Light.otf
Klavika-Medium-Italic.otf
K...
3
i know this may seem a question that was similar asked before, but i am searcing for over 5 hours now and i just can't find any monospaced hebrew charcters font, not a single one.
i need this font...
Inequality asked 16/9, 2013 at 11:3
5
I am trying to use the "Open sans" font into my web page, and only in Firefox, I get this error in console:
downloadable font: kern: Too large subtable, table discarded
Here is the CSS:
@font...
Affair asked 4/2, 2016 at 16:49
2
I am facing an issue with custom fonts. I have created an app using create-react-app and provided the custom font files (.ttf) in public folder so that while building the app, all assests are part ...
Malka asked 11/6, 2020 at 17:5
20
When I draw a text in a canvas with a typeface that is loaded via @font-face, the text doesn't show correctly. It doesn't show at all (in Chrome 13 and Firefox 5), or the typeface is wrong (Opera 1...
16
Solved
Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
Fettle asked 25/8, 2009 at 20:35
6
Solved
Image below displays the result for:
div.test { background: #00F; font-size: 50px; line-height: 50px; color: #FFF; margin: 50px 0; font-family: Wiesbaden; }
One using Wiesbaden (which is font-fa...
6
Solved
CSS has a @font-face rule which allows us to "use" custom fonts.
Does JavaScript have this functionality?
More specifically, is it possible to "use" custom fonts without using the CSS @font-face ...
Decerebrate asked 7/4, 2011 at 19:57
4
Solved
I trying to use local font to apply styles in html, below is the code.Font is not getting applied for harlow class used element
<!DOCTYPE html>
<html>
<head>
<style>
@font-...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.