ed.brz9.dev/proj/chordboard/css/font.css

22 lines
300 B
CSS

@font-face{
font-family: Chords;
src: url(../fonts/chords_2.ttf);
font-style: normal;
}
@font-face {
font-family: inter;
src: url(../fonts/Inter-Bold.ttf);
font-style: normal;
}
.chord_txt {
font-family: Chords;
font-size: 1.2em;
}
html {
font-family: inter;
font-size: 1em;
}