/*
Theme Name: Divi Child
Template: Divi
*/

@font-face {
    font-family: 'CopperplateLight';
    src: url('fonts/Copperplate-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Nur H1 Überschriften auf Copperplate-Light setzen */
h1 {
    font-family: 'CopperplateLight', sans-serif;
}