SDE-Interaktivt-kort/css/font.css

9 lines
138 B
CSS

@font-face {
font-family: 'SDEFont';
src: url('../fonts/TitilliumWeb-Regular.ttf');
}
.dropbtn {
font-family: SDEFont;
}