9 lines
110 B
CSS
9 lines
110 B
CSS
/* @font-face {
|
|
font-family: font;
|
|
src: url('/fonts/font.ttf');
|
|
}
|
|
|
|
html {
|
|
font-family: font;
|
|
} */
|