SDE-Interaktivt-kort/css/font.css

9 lines
138 B
CSS
Raw Normal View History

2021-12-20 10:19:40 +00:00
@font-face {
font-family: 'SDEFont';
src: url('../fonts/TitilliumWeb-Regular.ttf');
}
.dropbtn {
font-family: SDEFont;
}