Effects online, filters for text
On this page you can see the available filters for text. In order to see the calling code like the effect, click on it.
In general, you will need to do the following:
- Connect the stylesheet;
- Activate the selected font for the unit(s) of the text;
- Apply the effect by setting the desired block with text corresponding class CSS.
We are constantly adding new filters in our library - come back often!
-
Anaglyphic
font-effect-anaglyphic ≡
Anaglyphic
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=anaglyphic" rel="stylesheet" type="text/css" />
<style>
.font-effect-anaglyphic {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-anaglyphic">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Anaglyphic 2
font-effect-anaglyphic-2 ≡
Anaglyphic 2
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=anaglyphic-2" rel="stylesheet" type="text/css" />
<style>
.font-effect-anaglyphic-2 {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-anaglyphic-2">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Blood
font-effect-blood ≡
Blood
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=blood" rel="stylesheet" type="text/css" />
<style>
.font-effect-blood {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-blood">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Boardgame
font-effect-boardgame ≡
Boardgame
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=boardgame" rel="stylesheet" type="text/css" />
<style>
.font-effect-boardgame {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-boardgame">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Emboss
font-effect-emboss ≡
Emboss
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=emboss" rel="stylesheet" type="text/css" />
<style>
.font-effect-emboss {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-emboss">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Fire
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=fire" rel="stylesheet" type="text/css" />
<style>
.font-effect-fire {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-fire">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Inset
font-effect-inset ≡
Inset
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=inset" rel="stylesheet" type="text/css" />
<style>
.font-effect-inset {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-inset">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Neon
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=neon" rel="stylesheet" type="text/css" />
<style>
.font-effect-neon {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-neon">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Outline
font-effect-outline ≡
Outline
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=outline" rel="stylesheet" type="text/css" />
<style>
.font-effect-outline {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-outline">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Three Dimensional
font-effect-three-dimensional ≡
Three Dimensional
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=three-dimensional" rel="stylesheet" type="text/css" />
<style>
.font-effect-three-dimensional {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-three-dimensional">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Three Dimensional Float
font-effect-three-dimensional-float ≡
Three Dimensional Float
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=three-dimensional-float" rel="stylesheet" type="text/css" />
<style>
.font-effect-three-dimensional-float {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-three-dimensional-float">Making the Web Beautiful with Foo!</div>
</body>
</html>
-
Vintage Retro
font-effect-vintage-retro ≡
Vintage Retro
Code for installation on the site:
<html>
<head>
<link href="https://getfonts.net/allfont.css?fonts=foo&effects=vintage-retro" rel="stylesheet" type="text/css" />
<style>
.font-effect-vintage-retro {
font-family: 'Foo', Arial;
font-size: 48px;
}
</style>
</head>
<body>
<div class="font-effect-vintage-retro">Making the Web Beautiful with Foo!</div>
</body>
</html>