Skip to content
Snippets Groups Projects
Commit 0bc62110 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Add fonts

parent d0a2ae0c
No related branches found
No related tags found
No related merge requests found
Pipeline #38870 passed
File added
File added
......@@ -13,6 +13,17 @@ section::after {
content: attr(data-marpit-pagination) '/' attr(data-marpit-pagination-total);
}
@font-face {
font-family: Manrope;
src: url("font/Manrope-Regular.woff2") format("woff2");
}
@font-face {
font-family: Manrope;
src: url("font/Manrope-Bold.woff2") format("woff2");
font-weight: bold;
}
:root {
font-family: 'Manrope', sans-serif !important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment