Skip to content

Commit

Permalink
new logo, new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaswurtz committed Nov 12, 2023
1 parent da5224a commit 3b0a075
Show file tree
Hide file tree
Showing 39 changed files with 109 additions and 332 deletions.
147 changes: 1 addition & 146 deletions assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/logo_osrd.svg

This file was deleted.

146 changes: 0 additions & 146 deletions assets/logo_osrd_seul_blanc.svg

This file was deleted.

64 changes: 64 additions & 0 deletions assets/scss/_ibm-plex.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
$font-prefix: '../fonts' !default;

@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 600;
src: local('IBM Plex Sans SmBld'),
local('IBMPlexSans-SmBld'),
url('#{$font-prefix}/IBMPlexSans-SemiBold.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexSans-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 600;
src: local('IBM Plex Sans SmBld Italic'),
local('IBMPlexSans-SmBldItalic'),
url('#{$font-prefix}/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexSans-SemiBoldItalic.woff') format('woff');
}

@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 400;
src: local('IBM Plex Sans'),
local('IBMPlexSans'),
url('#{$font-prefix}/IBMPlexSans-Regular.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexSans-Regular.woff') format('woff');
}

@font-face {
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 600;
src: local('IBM Plex Mono SmBld'),
local('IBMPlexMono-SmBld'),
url('#{$font-prefix}/IBMPlexMono-SemiBold.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexMono-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'IBM Plex Mono';
font-style: italic;
font-weight: 600;
src: local('IBM Plex Mono SmBld Italic'),
local('IBMPlexMono-SmBldItalic'),
url('#{$font-prefix}/IBMPlexMono-SemiBoldItalic.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexMono-SemiBoldItalic.woff') format('woff');
}

@font-face {
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
src: local('IBM Plex Mono'),
local('IBMPlexMono'),
url('#{$font-prefix}/IBMPlexMono-Regular.woff2') format('woff2'),
url('#{$font-prefix}/IBMPlexMono-Regular.woff') format('woff');
}

$font-family-sans-serif: 'IBM Plex Sans' !default;
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
Loading

0 comments on commit 3b0a075

Please sign in to comment.