8 lines
206 B
CSS
8 lines
206 B
CSS
/* vim: set ts=2 sw=2 et tw=80: */
|
|
|
|
@font-face {
|
|
font-family: "Radio Canada";
|
|
font-style: regular;
|
|
font-weight: 400;
|
|
src: url(/webfonts/RadioCanada-VariableFont_wdth,wght.ttf) format("truetype");
|
|
}
|