11 lines
203 B
CSS
11 lines
203 B
CSS
@font-face {
|
|
font-family: "DIN";
|
|
src: url("fonts/clanot-news.otf");
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "DIN";
|
|
src: url("fonts/clanot-thin.otf");
|
|
font-weight: 300;
|
|
} |