diff --git a/css/font.css b/css/font.css new file mode 100644 index 0000000..7a0b537 --- /dev/null +++ b/css/font.css @@ -0,0 +1,41 @@ +/* fira-sans-regular - latin */ +@font-face { + font-display: swap; + font-family: 'Fira-Sans'; + font-style: normal; + font-weight: 400; + src: url('../polices/fira-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Fira Sans Regular'), local('FiraSans-Regular'), + url('../polices/fira-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../polices/fira-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../polices/fira-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../polices/fira-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../polices/fira-sans-v10-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */ + } + /* roboto-mono-regular - latin */ + @font-face { + font-display: swap; + font-family: 'Roboto-Mono'; + font-style: normal; + font-weight: 400; + src: url('../polices/roboto-mono-v12-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('../polices/roboto-mono-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../polices/roboto-mono-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../polices/roboto-mono-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../polices/roboto-mono-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../polices/roboto-mono-v12-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */ + } + /* ibm-plex-mono-500italic - latin */ + @font-face { + font-display: swap; + font-family: 'IBM-Plex-Mono'; + font-style: italic; + font-weight: 500; + src: url('../polices/ibm-plex-mono-v6-latin-500italic.eot'); /* IE9 Compat Modes */ + src: local('IBM Plex Mono Medium Italic'), local('IBMPlexMono-MediumItalic'), + url('../polices/ibm-plex-mono-v6-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../polices/ibm-plex-mono-v6-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../polices/ibm-plex-mono-v6-latin-500italic.woff') format('woff'), /* Modern Browsers */ + url('../polices/ibm-plex-mono-v6-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../polices/ibm-plex-mono-v6-latin-500italic.svg#IBMPlexMono') format('svg'); /* Legacy iOS */ + } \ No newline at end of file diff --git a/polices/FiraSans-Regular.otf b/polices/FiraSans-Regular.otf new file mode 100644 index 0000000..98ef98c Binary files /dev/null and b/polices/FiraSans-Regular.otf differ diff --git a/polices/FiraSans-Regular.woff b/polices/FiraSans-Regular.woff new file mode 100644 index 0000000..1d9c154 Binary files /dev/null and b/polices/FiraSans-Regular.woff differ diff --git a/polices/RobotoMono-Bold.ttf b/polices/RobotoMono-Bold.ttf new file mode 100644 index 0000000..07ef607 Binary files /dev/null and b/polices/RobotoMono-Bold.ttf differ diff --git a/polices/RobotoMono-Bold.woff b/polices/RobotoMono-Bold.woff new file mode 100644 index 0000000..79bab26 Binary files /dev/null and b/polices/RobotoMono-Bold.woff differ diff --git a/polices/RobotoMono-Regular.ttf b/polices/RobotoMono-Regular.ttf new file mode 100644 index 0000000..b158a33 Binary files /dev/null and b/polices/RobotoMono-Regular.ttf differ diff --git a/polices/RobotoMono-Regular.woff b/polices/RobotoMono-Regular.woff new file mode 100644 index 0000000..26fc9bb Binary files /dev/null and b/polices/RobotoMono-Regular.woff differ diff --git a/polices/fira-sans-v10-latin-regular.eot b/polices/fira-sans-v10-latin-regular.eot new file mode 100644 index 0000000..7abf4c2 Binary files /dev/null and b/polices/fira-sans-v10-latin-regular.eot differ diff --git a/polices/fira-sans-v10-latin-regular.svg b/polices/fira-sans-v10-latin-regular.svg new file mode 100644 index 0000000..1e52097 --- /dev/null +++ b/polices/fira-sans-v10-latin-regular.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/polices/fira-sans-v10-latin-regular.ttf b/polices/fira-sans-v10-latin-regular.ttf new file mode 100644 index 0000000..572e442 Binary files /dev/null and b/polices/fira-sans-v10-latin-regular.ttf differ diff --git a/polices/fira-sans-v10-latin-regular.woff b/polices/fira-sans-v10-latin-regular.woff new file mode 100644 index 0000000..d99ba57 Binary files /dev/null and b/polices/fira-sans-v10-latin-regular.woff differ diff --git a/polices/fira-sans-v10-latin-regular.woff2 b/polices/fira-sans-v10-latin-regular.woff2 new file mode 100644 index 0000000..9bb5760 Binary files /dev/null and b/polices/fira-sans-v10-latin-regular.woff2 differ diff --git a/polices/ibm-plex-mono-v6-latin-500italic.eot b/polices/ibm-plex-mono-v6-latin-500italic.eot new file mode 100644 index 0000000..62b89b3 Binary files /dev/null and b/polices/ibm-plex-mono-v6-latin-500italic.eot differ diff --git a/polices/ibm-plex-mono-v6-latin-500italic.svg b/polices/ibm-plex-mono-v6-latin-500italic.svg new file mode 100644 index 0000000..6423805 --- /dev/null +++ b/polices/ibm-plex-mono-v6-latin-500italic.svg @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/polices/ibm-plex-mono-v6-latin-500italic.ttf b/polices/ibm-plex-mono-v6-latin-500italic.ttf new file mode 100644 index 0000000..e4d1ddf Binary files /dev/null and b/polices/ibm-plex-mono-v6-latin-500italic.ttf differ diff --git a/polices/ibm-plex-mono-v6-latin-500italic.woff b/polices/ibm-plex-mono-v6-latin-500italic.woff new file mode 100644 index 0000000..4504b41 Binary files /dev/null and b/polices/ibm-plex-mono-v6-latin-500italic.woff differ diff --git a/polices/ibm-plex-mono-v6-latin-500italic.woff2 b/polices/ibm-plex-mono-v6-latin-500italic.woff2 new file mode 100644 index 0000000..489745d Binary files /dev/null and b/polices/ibm-plex-mono-v6-latin-500italic.woff2 differ diff --git a/polices/roboto-mono-v12-latin-regular.eot b/polices/roboto-mono-v12-latin-regular.eot new file mode 100644 index 0000000..8c56483 Binary files /dev/null and b/polices/roboto-mono-v12-latin-regular.eot differ diff --git a/polices/roboto-mono-v12-latin-regular.svg b/polices/roboto-mono-v12-latin-regular.svg new file mode 100644 index 0000000..1864328 --- /dev/null +++ b/polices/roboto-mono-v12-latin-regular.svg @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/polices/roboto-mono-v12-latin-regular.ttf b/polices/roboto-mono-v12-latin-regular.ttf new file mode 100644 index 0000000..d5dee83 Binary files /dev/null and b/polices/roboto-mono-v12-latin-regular.ttf differ diff --git a/polices/roboto-mono-v12-latin-regular.woff b/polices/roboto-mono-v12-latin-regular.woff new file mode 100644 index 0000000..f319fbf Binary files /dev/null and b/polices/roboto-mono-v12-latin-regular.woff differ diff --git a/polices/roboto-mono-v12-latin-regular.woff2 b/polices/roboto-mono-v12-latin-regular.woff2 new file mode 100644 index 0000000..ed384d2 Binary files /dev/null and b/polices/roboto-mono-v12-latin-regular.woff2 differ