/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
@font-face {
font-family: Bickham;
src: url('times_new_yorker.ttf');
}
/*voici une version plus complète d'utilisation de @font-face*/
@font-face {
font-family: Cantarell;
font-style: normal;
font-weight: normal;
src: local('Cantarell'), url('../fonts/cantarell.ttf') format('truetype');
}
body{
background: #336688;
font-family: Bickham, serif; /*ATTENTION la propriete font-family doit toujours faire reference egalement a une famille par defaut comme : sans-serif, serif ou encore monospace*/
font-size: 4em;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                