Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

byte-foundry/unique-backend

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp