473,566 Members | 2,924 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What font is this?

I tried to look for the font-family of the main title of this page
(http://dev.mysql.com/doc/mysql/en/in...ng-source.html) where it is
written:

"MySQL Reference Manual :: 2.8 MySQL Installation Using a Source
Distribution"

But I couldn't find it. I think this font is nice. Is it Futura?
Thanks,

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Jul 21 '05 #1
5 2336
Unknown User wrote:
I tried to look for the font-family of the main title of this page
(http://dev.mysql.com/doc/mysql/en/in...ng-source.html) where it is
written:

"MySQL Reference Manual :: 2.8 MySQL Installation Using a Source
Distribution"

But I couldn't find it. I think this font is nice. Is it Futura?
Thanks,


If you had looked at the source you would have found that it is Verdana.
Jul 21 '05 #2
"Unknown User" <me@privacy.net > wrote:
I tried to look for the font-family of the main title of this page
(http://dev.mysql.com/doc/mysql/en/in...ng-source.html) where it is
written:

"MySQL Reference Manual :: 2.8 MySQL Installation Using a Source
Distribution "

But I couldn't find it. I think this font is nice. Is it Futura?


h1 {
font-family: verdana,arial,h elvetica,sans-serif;
}

So depending on what you have installed it's either Verdana or Arial
or Helvetica or your browser's default sans-serif font.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #3
On Sun, 27 Mar 2005 18:25:25 -0300, Steve Pugh <st***@pugh.net > wrote:

So depending on what you have installed it's either Verdana or Arial
or Helvetica or your browser's default sans-serif font.


Yes, I saw this, but on my computer it is not verdana for some reason. I
have a fresh Windows install. Or maybe there is another rule in his style
sheet that cancel the one for h1...
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Jul 21 '05 #4
Unknown User <me@privacy.net > wrote:
I tried to look for the font-family of the main title of this page
(http://dev.mysql.com/doc/mysql/en/in...ng-source.html) where it is
written:
"MySQL Reference Manual :: 2.8 MySQL Installation Using a Source
Distribution"
But I couldn't find it. I think this font is nice. Is it Futura?


html :
<div id="subfld">
<h1> MySQL Reference Manual :: 2.8 MySQL Installation Using a Source
Distribution</h1>
</div>

css :
body {font:70%/126% verdana, arial, helvetica, sans-serif;}
#subfld {width:99%;back ground:url("../tabs/subfld.png");
float:left;posi tion:relative;t op:-1px;}
#subfld h1 {padding:10px 0px 0px 1.6%;}

==> just 'verdana' or 'arial' or 'helvetica' or 'sans-serif'

but, maybe you are talking about the font used in the picture (logotype)
<http://dev.mysql.com/common/logos/mysql_100x52-64.gif>
it seems to be a specific typeface that looks like 'digital-sans', but
it is not 'digital-sans' because the 'Q'.

--
@@@@@
E -00 comme on est very beaux dis !
' `) /
|\_ =="
Jul 21 '05 #5
Looks like Verdana to me.

-------------------------------------------------------------------------------
"C A Upsdell" <""cupsdellXXX\ "@-@-@XXXupsdell.com "> wrote in message
news:t-*************** *****@rogers.co m...
Unknown User wrote:
I tried to look for the font-family of the main title of this page
(http://dev.mysql.com/doc/mysql/en/in...ng-source.html) where it is
written:

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1074
by: Essie Bowman | last post by:
----48011017805648148 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>dGET</TITLE> <META http-equiv=3DContent-Language content=3Den-us> <META content=3D"MSHTML 6.00.2737.800" name=3DGENERATOR>
1
2581
by: Paul Gobée | last post by:
What is the parent element of a button (IE6 on Win, transitional mode)? Is it the BODY, the browser default stylesheet, or something else? Contra "body is parent-element": - Buttons with no style specified have a different font-size than the body's font-size. - If I change the body's font-size, a button with no style specified remains at...
2
1699
by: Jim in Arizona | last post by:
Being new, i experiment a lot and usually get results I'm not hoping for. My current problem is reading from a SQL 2000 table and populating an ASP dropdownlist with a column from the table. The only thing displayed in the DropDownList is: System.Data.Common.DbDataRecord So, under the Page_Load Event, here's my code: Dim strSQL,...
3
1406
by: rh0dium | last post by:
Hi all, I am trying to parse into a dictionary a table and I am having all kinds of fun. Can someone please help me out. What I want is this: dic={'Division Code':'SALS','Employee':'LOO ABLE'} Here is what I have..
4
5027
by: TwinT | last post by:
Hi. I've got a small problem with parse trees... first off, I don't exactly know what it is. I'm a newbie, in a way, but I've been bravely trying to learn my way through all the confusion out in the web and in books when what I read seems oddly similar to Chinese. Nevertheless, I think I've managed quite some knowledge and, having been...
2
1269
by: mankolele | last post by:
I used the same code to register onother user officer works fine but the supplier does not work I does says they r registered but when I log in it says the user does not exist.I've looked since monday I give up anyidea what's wrong????? php script <?php // Connects to your Database mysql_connect("localhost", "root", "phpmysql") or...
1
1362
Chrisjc
by: Chrisjc | last post by:
I have a group of drop downs and on one of my DIV I have a set message to me displayed how ever with Select Fuel it is not work... http://triplesource.net/db/IntakeSytemstest.php That is the link select GAS OR DIESEL to see what I mean... any ideas??? here is my vars for AJAX... var ajax = new sack(); var div1 = '<select id="make"...
1
1732
by: =?Utf-8?B?am9uZWZlcg==?= | last post by:
I keep getting the message after I converted a regular aspx page to now be based on a master page: "Only Content controls are allowed directly in a content page that contains Content controls." What control, or line of Code is causing the error? here is the offending code :
1
1779
by: bb nicole | last post by:
Below is my interface for resume which need to post into database... I have did it all in one page and it already can send into database which the table name resume... But my letturer now want me to seperate it in to 4 pages( 1 page is for personnel particular, 1 page is for education, 1 page is for worl experience and so on). And it is need a...
4
10813
by: david.karr | last post by:
I'm a CSS newbie, but I was browsing through the css files in the YUI library, and I noticed the following line: body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font- size:small;*font:x-small;} I understand everything but the "/1.231". Is that something like a multiplier on the EM size? I can't find an example of that in the CSS...
0
7893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7645
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6263
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2085
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
926
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.