PHP Classes

File: assets/font-awesome/scss/_path.scss

Recommend this page to a friend!
  Classes of Stanley Aloh   Tic Tac Toe Multiplayer   assets/font-awesome/scss/_path.scss   Download  
File: assets/font-awesome/scss/_path.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tic Tac Toe Multiplayer
Manage the interactions ofTic-Tac-Toe game players
Author: By
Last change:
Date: 9 days ago
Size: 753 bytes
 

Contents

Class file image Download
/* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?v=#{$FontAwesomeVersion}'); src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=#{$FontAwesomeVersion}') format('embedded-opentype'), url('#{$FontAwesomePath}/fontawesome-webfont.woff?v=#{$FontAwesomeVersion}') format('woff'), url('#{$FontAwesomePath}/fontawesome-webfont.ttf?v=#{$FontAwesomeVersion}') format('truetype'), url('#{$FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=#{$FontAwesomeVersion}') format('svg'); // src: url('#{$FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts font-weight: normal; font-style: normal; }