4,595
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS Document */ | /* CSS Document */ | ||
@font-face { | |||
font-family: "Pathfinder2EActions"; | |||
src: url("Pathfinder2eActions.woff2"); | |||
} | |||
span.action { | |||
font-family: "Pathfinder2EActions"; | |||
} | |||
.action.action-1:before { | |||
content: '1'; | |||
} | |||
.action.action-2:before { | |||
content: '2'; | |||
} | |||
.action.action-3:before { | |||
content: '3'; | |||
} | |||
.action.action-4:before { | |||
content: '4'; | |||
} | |||
.action.action-5:before { | |||
content: '5'; | |||
} | |||
.lang { | .lang { | ||
position: relative; | position: relative; |