Skip to main content

Home/ Wordpress/ Group items tagged font-face

Rss Feed Group items tagged

Luciano Ferrer

Using @font-face | CSS-Tricks - 2 views

  •  
    "This is the method with the deepest support possible right now: @font-face { font-family: 'MyWebFont'; src: url('webfont.eot'); /* IE9 Compat Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ } body { font-family: 'MyWebFont', Fallback, sans-serif; }"
awqi zar

Google Web Fonts Wordpress Plugin | Google @Font-Face API | Wordpress Google Web Fonts ... - 7 views

  •  
    Google Web Fonts for WordPress plugin makes it quick and easy to use the Google Web Font Directory from the administration panel within WordPress. It utilizes the Google Web Font API Loader to display fonts that are not installed on the user's computer.
1 - 2 of 2
Showing 20 items per page