google-webfonts Questions
1
Solved
I recently came across the @font-family CSS rule as I was looking to use web fonts on my website.
Coming to the point, I've seen two variants in @font-family CSS code, which you can see below:
@f...
Macpherson asked 28/4, 2012 at 14:35
1
Solved
I am using custom fonts in my website. I could use a local font file:
src: local('Ubuntu'), url('fonts/ubuntu.woff') format('woff');
or just use google's:
src: local('Ubuntu'), url('http://them...
Nock asked 25/3, 2012 at 9:27
5
Solved
I am using Google's web font api with the font "Lato", font-weight of 100.
On the desktop browsers I have tested everything displays fine. However if I view the web page with iPad or iPhone (both ...
Millinery asked 17/2, 2012 at 10:27
3
Solved
I am using some Google Web Fonts. I hear that Google deal with all the issues between different browsers and serve different media depending on the browser in the request header.
My question is, a...
Sophomore asked 19/2, 2012 at 16:23
2
Solved
I'm new to SVGs, and just made my first decent graphic in Illustrator. I've embedded it into a page (using the <embed> tag) with the Google Web Fonts script for the Ubuntu font in the <hea...
Titlark asked 21/12, 2011 at 23:30
2
Solved
I'm using Google web fonts, like this:
@font-face {
font-family: "Vollkorn";
font-style: normal;
font-weight: normal;
src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url('http://the...
Antenatal asked 5/12, 2011 at 18:37
2
Solved
My site is utilizing google fonts, and I'm having some issues with XP. Namely, because XP doesn't have anti-aliasing by default, all the fonts are pixelated, even in browsers like Firefox and Chrom...
Fearful asked 3/3, 2011 at 19:6
1
Solved
I want to use google web font "Over the Rainbow" when composing mail in gmail
<link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow&v2' rel='stylesheet' type='text/css'>
...
Ahrens asked 29/6, 2011 at 6:28
1
Solved
I've got the following code in my headers to load a font from Google's hosted APIs, and to load jQuery and jQueryUI.
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' ...
Frightened asked 21/4, 2011 at 0:16
1
Solved
Posting here is a bit of a long shot (I can´t reach the developer), but I´m having a problem with a font that I´m embedding using Google web fonts.
The font I´m embedding is Molengo and the proble...
Sporophyte asked 24/3, 2011 at 23:30
3
Solved
<!doctype html>
<html>
<head>
<title>Test Ubuntu</title>
<link href="http://fonts.googleapis.com/css?family=Ubuntu:regular" rel="stylesheet" type="text/css" />...
Bumpy asked 26/2, 2011 at 1:45
© 2022 - 2024 — McMap. All rights reserved.