Martel Sans
Dan Reynolds, Mathieu Réguer · sans-serif · ofl
Subsets: devanagari, latin, latin-ext, menu
200 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
300 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
400 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
600 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
700 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
800 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
900 normal
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance. Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
Download & embed
@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-200.woff2") format("woff2");
font-weight: 200;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-300.woff2") format("woff2");
font-weight: 300;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-400.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-600.woff2") format("woff2");
font-weight: 600;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-700.woff2") format("woff2");
font-weight: 700;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-800.woff2") format("woff2");
font-weight: 800;
font-style: normal;
}@font-face {
font-family: "Martel Sans";
src: url("https://cdn.fasu.dev/fonts/ofl/martel-sans/martel-sans-normal-900.woff2") format("woff2");
font-weight: 900;
font-style: normal;
}Use with vite-fonts
Self-host at build time with @pyyupsk/vite-fonts — works on any Vite-based project; Astro shown here.
// astro.config.ts
import { fonts } from "@pyyupsk/vite-fonts/astro";
export default defineConfig({
integrations: [fonts("Martel Sans", { source: "pyyupsk" })],
});