Posts

Showing posts with the label custom-font

correct font in svg but wrong in html

Image
Clash Royale CLAN TAG #URR8PPP correct font in svg but wrong in html I build a logo with my custom font (DimaBarf.ttf) in svg format. this is my code: <svg width="276.7" height="93" xmlns="http://www.w3.org/2000/svg"> <defs> <style type="text/css"> @font-face { font-family: Barf; src: url('./DimaBarf.ttf'); } </style> </defs> <g> <title>background</title> <rect fill="#fff" height="93" width="276.7" y="0" x="0"/> </g> <g> <title>Layer 1</title> <rect rx="10" height="65" width="276.5" y="0" x="0" fill="#867965"/> <text stroke="#000" transform="matrix(4.871815023846745,0,0,5.305484790354967,-1448.1636560...