@vubrussel/vub_tailwind
Version:
Vue and Tailwind CSS based frontend components with VUB specific layout.
21 lines (19 loc) • 487 B
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "itc";
src: url("fonts/ITCAvantGardeGothic/ITCAvantGardeStd-Md.otf");
}
@font-face {
font-family: "itc-bold";
src: url("fonts/ITCAvantGardeGothic/ITCAvantGardeStd-Bold.otf");
}
@font-face {
font-family: "roboto";
src: url("fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
font-family: "roboto-medium";
src: url("fonts/Roboto/Roboto-Medium.ttf");
}