Install
openclaw skills install google-web-fontsUse the Google Fonts API to add fonts to web pages.
openclaw skills install google-web-fonts<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Font+Name">
body {
font-family: 'Font Name', serif;
}
https://fonts.googleapis.com/css?family=Font+Name
https://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans
| Style | Specifier |
|---|---|
| Italic | italic or i |
| Bold | bold or b, or numeric value such as 700 |
| Bold Italic | bolditalic or bi |
Example:
https://fonts.googleapis.com/css?family=Cantarell:italic|Droid+Serif:bold
https://fonts.googleapis.com/css?family=Roboto&display=swap
https://fonts.googleapis.com/css?family=Roboto+Mono&subset=cyrillic,greek
Specify the characters needed to reduce the font file size by up to 90%:
https://fonts.googleapis.com/css?family=Inconsolata&text=Hello%20World
https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple
Usage:
<div class="font-effect-shadow-multiple">This is a font effect!</div>
| Effect | API Name | Class Name |
|---|---|---|
| 3D | 3d | font-effect-3d |
| 3D Float | 3d-float | font-effect-3d-float |
| Anaglyph | anaglyph | font-effect-anaglyph |
| Neon | neon | font-effect-neon |
| Shadow Multiple | shadow-multiple | font-effect-shadow-multiple |
| Vintage | vintage | font-effect-vintage |