- Notifications
You must be signed in to change notification settings - Fork0
byte-foundry/unique-backend
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installing your font(s) on a computerThis archive contains OpenType fonts, to be installed on your computer (Windows and Mac OSX).Installation on WindowsDownload the provided .zip fileUnzip the .zip file (For example, 7zip that can be downloaded for free atwww.7-zip.org)Open the package folder where .otf file(s) are displayedthen OPTION A :Double click on each one of the .otf filesClick on Install for each file that you wish to installClose the windowRestart the computer (recommended)or OPTION B :Click on the button StartThen, open the Control panelOpen the folder with all the .otf filesCopy and paste the .otf filesRestart the computer (recommended)Installation on Mac OSXDownload the provided .zip fileUnzip the .zip file (For example, 7zip that can be downloaded for free atwww.7-zip.org)Open the package folder where .otf file(s) are displayedthen OPTION A :Double click on each one of the .otf filesClick on Install for each file that you wish to installRestart the computer (recommended)or OPTION B :Go to your personal account that is usually called “YourName”Then, click on library (if this folder is not visible by default, you can access it by clicking on +alt in the main menu)Open the package folder with all the .otf filesCopy and paste the .otf filesUsing your font(s) on a websiteOn your website CSS file, copy the following code, replacing "yourfont" by your font name@font-face { font-family: MyFont; src: url({My file url}/myfont.otf) format('opentype'); font-weight: 400; font-style: normal;}@font-face { font-family: MyFont; src: url({My file url}/bold.otf) format('opentype'); font-weight: 700; font-style: normal;}Then integrate the typeface into your CSS.font-family: 'MyFont', sans-serif;
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published