Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
font
- Page 1
Re: Custom font on Cloudflare error page
Programming
Web Development
5 Days Ago
by JackRyan248
… the switchover to the new error pages dashboard, the custom
font
I always use isn't working. > > I… that it converted https://cdn.daniweb.com/
font
.woff into inline base64 for the @
font
-face CSS, which sounds about right.…might be an issue with how Cloudflare is handling the
font
conversion or loading process; checking the CSS or cache …
Re: Custom font on Cloudflare error page
Programming
Web Development
5 Days Ago
by Dani
Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Custom font on Cloudflare error page
Programming
Web Development
1 Week Ago
by Dani
… the switchover to the new error pages dashboard, the custom
font
I always use isn't working. I can see that… it converted https://cdn.daniweb.com/
font
.woff into inline base64 for the @
font
-face CSS, which sounds about right. However…
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Week Ago
by wwwalker
I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-errors/
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Week Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources.
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…2. Spacing between top, bottom, left and right 3.
Font
size 4.
Font
color 5. Data · Drawing coordinate axes 1. Drawing …content of the painting from being cut off. 3.
Font
size (fontSize). It is mainly used to control the… to avoid the need to pass the
font
size for each small function. 4.
Font
color (color). The function is the …
Re: What’s the Biggest Web Design Mistake You’ve Made?
Programming
Web Development
1 Month Ago
by Dani
Usability trumps aesthetics. Always use a large, readable
font
size with a high contrast between the
font
and the background.
Re: Font Size Won't Change
Digital Media
UI / UX Design
12 Years Ago
by EvolutionFallen
`<
font
>` has been deprecated since HTML 4.01. Don't use it. Also, I don't think the old SIZE attribute accepts "px". Use `<span>` instead, and if you must add styling on a per-item basis, add inline styles: <span style="
font
-size: 150px;">text</span>
Re: font awesome icons color change
Digital Media
UI / UX Design
10 Years Ago
by mattster
…, so behaves very differently. Ideally you want to actually use
font
awesome for something like a plus icon. If not, you… doing everything this way, so I really suggest using the
Font
Awesome library (and if you've got problems with that…
Re: font name??
Digital Media
UI / UX Design
14 Years Ago
by maryparker
[QUOTE=pixelsoul;1466814]Well, it may be a custom
font
they use but like Shaya4207 it is a logo image. … look around (like literally 2 minutes) and I found this
font
that is very similar to the look of their logo…] Nice. Looks like you got the right match for this
font
. Thanks for sharing your resource.
font name??
Digital Media
UI / UX Design
14 Years Ago
by pirula
I have been trying to figure out what is the name of the
font
used to create this stylish logo - no luck so far :( so, does anyone know what
font
is used for the "box" logo? please take a look at [url]http://www.box.net/[/url] I would really appreciate your help on this one.
Re: font name??
Digital Media
UI / UX Design
14 Years Ago
by pixelsoul
Well, it may be a custom
font
they use but like Shaya4207 it is a logo image. A quick look around (like literally 2 minutes) and I found this
font
that is very similar to the look of their logo. [url]http://www.fontspace.com/johan-aakerlund/comfortaa[/url] Cheers
Re: font name??
Digital Media
UI / UX Design
14 Years Ago
by pirula
@pixelsoul "A quick look around (like literally 2 minutes) and I found this
font
that is very similar to the look of their logo." yep, it looks very similar to the image :) I would not dare to say it's the right match, probably because the logo is custom made but it's definitely something I can start with. thanks for finding this
font
Re: font name??
Digital Media
UI / UX Design
14 Years Ago
by shaya4207
… look around (like literally 2 minutes) and I found this
font
that is very similar to the look of their logo… definitely something I can start with. thanks for finding this
font
[/QUOTE] Please mark this post as 'solved'...
Re: font name??
Digital Media
UI / UX Design
14 Years Ago
by anilashanbhag
[url]www.dinara.teamvenom-nfsu2.com/
font
.php[/url] a whole list of fonts check it out
Font
Programming
Software Development
12 Years Ago
by peymankop
Hi...! I'm Working on a Notepad project and i'm in menu->view->
font
but i don't have any idea how to write a function for it! can anyone help me?! thanks...
Re: Font
Programming
Software Development
12 Years Ago
by aVar++
This might be some help to you: http://www.codemiles.com/java-examples/change-
font
-of-text-in-java-t2854.html
font sizes do not render properly in IE
Digital Media
UI / UX Design
14 Years Ago
by shanenin
…0px 0px 10px; } #search a:link, #search a:visited {
font
-size: 80%;
font
-weight: bold; } #search a:hover{ margin: 0px; } …top: 1px solid #cccccc; background-color: #DDEEFF; background-image: none;
font
-weight: bold; text-decoration: none; } /************* relatedLinks styles **************/ .relatedLinks{…
FOnt changes in Jtree
Programming
Software Development
11 Years Ago
by srikanth2321
…(); final
Font
TABLE_FONT = new
Font
("SansSerif",
Font
.PLAIN, 12); final
Font
TABLE_FONT_SELECTED = new
Font
("SansSerif",
Font
.BOLD, 12); final
Font
TABLE_FONT_ROOT = new
Font
("…
Re: font sizes do not render properly in IE
Digital Media
UI / UX Design
14 Years Ago
by drjohn
… for most of the text containing tags
font
-size is not defined in the first place… know IE... So try defining some precise
font
-size in px. If that doesn't help… There is nothing wrong with defining
font
sizes in percentages and it works very well…IE (quite rightly in my opinion) regards the
font
size declared in pixels as a fixed size,…
Re: font sizes do not render properly in IE
Digital Media
UI / UX Design
14 Years Ago
by Cool&Awesome
… in css that for most of the text containing tags
font
-size is not defined in the first place, and where…, and we all know IE... So try defining some precise
font
-size in px. If that doesn't help try using…
@font-face not working in Ipad/Iphone safari
Digital Media
UI / UX Design
14 Years Ago
by PChuprina
…on April 20, 2010 05:06:32 PM America/New_York */ @
font
-face {
font
-family: 'ChopinScriptRegular'; src: url('../fonts/ChopinScript-webfont.eot'); src…') format('truetype'), url('ChopinScript-webfont.svg#webfont3FgKTvnt') format('svg');
font
-weight: normal;
font
-style: normal; } div#navbar ul { /*border: solid red…
Re: @font-face not working in Ipad/Iphone safari
Digital Media
UI / UX Design
14 Years Ago
by ingeva
…do not have these fonts: CSS file: [CODE]@
font
-face {
font
-family: Ubuntu-Title; src: url (/c/fonts/… } and .logotext { float:left; color:#00b030;
font
-size:120%;
font
-weight:bold; line-height:1; padding:1.5em 0… 0 1em;
font
-family:Ubuntu-Title, LMSansQuotation8, Tahoma, Arial, sans-serif…
Font Size Won't Change
Digital Media
UI / UX Design
12 Years Ago
by zobadof
…only. However, no matter how high I set the
font
size, whether it be 10000 or 10 it does not…gt; <div class="welcome"> <
font
face="Skranji" size="150px"> <…">LATEST</
font
> <
font
color="#ffffff">NEWS</
font
></
font
> <div …
Font issue in java in linux OS
Programming
Software Development
11 Years Ago
by pankajagar2002
… to solve issue. In our application we are explicity setting
font
as 'Arial' for labels and others in swing Application. … it picks 'Lucida Sans Regular' as default
font
of java due to
font
fallback mechanism. But as we upgrade our jdk…. It is now picking up 'Deja vu' as default
font
. Due to this our application is not displaying correctly in…
Re: Font issue in java in linux OS
Programming
Software Development
11 Years Ago
by Schol-R-LEA
…choices of fonts from. The real solution? Add the
font
file [as a resource inside the JAR](http://www.…daniweb.com/software-development/java/threads/293992/using-a-custom-
font
-inside-jar-file) you use to distribute the application.… you do this, though, I would avoid usinga copyrighted
font
, for obvious reasons. There are plenty of free TrueType and…
font size
Digital Media
UI / UX Design
13 Years Ago
by davy_yg
…" ALT="picture1" ALIGN=LEFT><
font
face="Arial" color="red" size=&…main .post h2 { float: left; margin: 0 0 10px 75px;
font
: 24px Lucida Grande, Lucida Sans Unicode, Helvetica, Sans-Serif; letter…be 14 size. but it does not, the
font
turns extremely large
font
with red color. 2) The paragraph suppose to…
Font causes GDI leak in custom control
Programming
Software Development
12 Years Ago
by NidhiSree
…: TextBox { public TextBoxEx() { InitializeComponent();
Font
= Utility.normalFont; } protected override void … class to initialize
font
. class Utility { internal static
Font
normalFont = new
Font
("Arial"…solve GDI leak caused by
Font
?. (
Font
.Dispose() cannot be called …
Re: Font Size Won't Change
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
…before me...haha. Yeah, I wouldnt recommend the use of
font
either at this time. While modern browsers still support it…to the element. For example... In your style sheet.. `.bigFont {
font
-size:150px;}` In your HTML `<span class="bigFont…;/span>` This way, if you ever change the
font
-size from 150px say to 100px, you only make the…
Re: font autoresize to fit screen
Digital Media
UI / UX Design
16 Years Ago
by MidiMagic
…M. It varies with the style of the
font
. No relative measure was needed for typesetting. …the capital M. It is equal to the
font
size in points. Unfortunately, the author of…to fonts. It is smaller with a narrower
font
. Thus, I was misled into believing that… monitor em - the actual displayed size of the
font
% - the size of the container I normally…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC