-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tronghieuvuong
committed
Nov 21, 2023
1 parent
3da4779
commit 8ca73fe
Showing
16 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
@font-face { | ||
font-family: 'BCSans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url('../fonts/BCSans-Regular_2f.woff2') format('woff2'), | ||
/* Optimized for very modern browsers */ | ||
url('../fonts/BCSans-Regular_2f.woff') format('woff'), | ||
local('BCSans'); | ||
/* Modern Browsers */ | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'BCSans'; | ||
font-style: italic; | ||
src: url('../fonts/BCSans-Italic_2f.woff2') format('woff2'), | ||
/* Optimized for very modern browsers */ | ||
url('../fonts/BCSans-Italic_2f.woff') format('woff'), | ||
local('BCSans'); | ||
/* Modern Browsers */ | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'BCSans'; | ||
font-weight: 700; | ||
src: url('../fonts/BCSans-Bold_2f.woff2') format('woff2'), | ||
/* Optimized for very modern browsers */ | ||
url('../fonts/BCSans-Bold_2f.woff') format('woff'), | ||
local('BCSans'); | ||
/* Modern Browsers */ | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'BCSans'; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: url('../fonts/BCSans-BoldItalic_2f.woff2') format('woff2'), | ||
/* Optimized for very modern browsers */ | ||
url('../fonts/BCSans-BoldItalic_2f.woff') format('woff'), | ||
local('BCSans'); | ||
/* Modern Browsers */ | ||
font-display: swap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
} | ||
|
||
html { | ||
font-family: "BC Sans"; | ||
font-family: "BCSans"; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters